#rbm-cruise-search{
    font-size: 18px;
    color: var( --e-global-color-8a5f195 );
    background-color: #FFFFFF;
    border-style: none;
    border-radius: 60px 60px 60px 60px;
    padding: 015px 30px 15px 30px;
    width: 100%;
}
.rbm-cruise-operator-vessels {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}
.jet-listing-grid__item {
  padding: 0 !important;
}
a.rbm-cruise-vessel[href]:not([href=""]) {
    text-decoration: underline;
}