
.block-tour_search_result_banner form div{
    width: unset;
    flex: 1 1 auto !important;
}

#funky-canvas .block-tour_search_result_banner form button {
    width: 100%;
    /*line-height: 1.5 !important;
    font-size: 1rem;*/
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;

    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.block-tour_search_result_banner form select {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0;
}


@media all and (max-width: 768px) {
    #funky-canvas .block-tour_search_result_banner form button,
    .block-tour_search_result_banner form select {
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        border-radius: 8px !important;
        height: auto;

    }

    /*#funky-canvas .block-tour_search_result_banner {
        padding-top: 2em;
        padding-bottom: 2em;
    }*/
}
.block-tour_search_result_banner .html-bullet_list {
    text-align: right;
}

.block-tour_search_result_banner .html-bullet_list ul {
    list-style: none;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 0;
}

.block-tour_search_result_banner .html-bullet_list ul li {
    font-size: 1.4em;
    line-height: 1.25em;
    margin-bottom: .75em;
    display: flex;
    text-align: right;
    justify-content: flex-end !important;
    align-items: center  !important;
}

.block-tour_search_result_banner .html-bullet_list ul li:last-child {
    margin-bottom: 0;
}

.block-tour_search_result_banner .html-bullet_list ul li i {
    margin-left: 1rem;
    font-size: 2em;
}


@media (max-width: 768px) {
    .block-tour_search_result_banner .html-badge {
        display: none !important;
    }

    .block-tour_search_result_banner .html-bullet_list ul {
        display: block;
        margin: 0 15px;
    }
}


.block-tour_search_banner .html-banner_text select {
    width: auto;
    display: inline-block;
}


@media (max-width: 768px) {
    .block-tour_search_banner .html-banner_text select {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .block-tour_search_banner[data-layout_style="style_2"] .html-banner_text {
        position: relative !important;
        width: auto;
        padding: 3rem .5rem;
    }
}

@media (max-width: 500px) {
    .block-tour_search_banner .html-banner_text select {
        width: auto;
    }

    .block-tour_search_banner .html-banner_text .input-wrapper {
        margin-right: 0 !important;
    }
}
.block-tour_search_banner .html-banner_text select {
    width: auto;
    display: inline-block;
}


@media (max-width: 768px) {
    .block-tour_search_banner .html-banner_text select {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .block-tour_search_banner[data-layout_style="style_2"] .html-banner_text {
        position: relative !important;
        width: auto;
        padding: 3rem .5rem;
    }
}

@media (max-width: 500px) {
    .block-tour_search_banner .html-banner_text select {
        width: auto;
    }

    .block-tour_search_banner .html-banner_text .input-wrapper {
        margin-right: 0 !important;
    }
}

.header_text_shadow-sm {
    text-shadow: 0 0 3px black;
}

.bold {
    font-weight: 700;
}
.tsbanner-custom-select-container {
    height: 100%;
    position: relative;
    min-width: 180px;
    border-right: #ddd 1px solid;
}

.tsbanner-custom-select {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 100%;
    min-width: 160px;
}

.tsbanner-custom-select-selected {
    display: flex;
    align-items: center;
    font-weight: 100 !important;
}

.tsbanner-custom-select-selected i {
    color: #555;
    transition: all 0.3s ease;
}

.tsbanner-custom-select.active {
    background-color: #fff;
}

.tsbanner-custom-select.active .tsbanner-custom-select-selected i {
    transform: scale(1.2);
}

.tsbanner-custom-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tsbanner-custom-select-options.show {
    max-height: 300px;
    overflow-y: auto;
    opacity: 1;
}

.tsbanner-custom-option {
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease;
    font-weight: 100 !important;
}
.option-text,
.select-text {
    font-weight: 100 !important;
    font-size: 14px;
}

.tsbanner-custom-option:hover {
    background-color: #f5f5f5;
}

.tsbanner-custom-option i {
    margin-right: 8px;
    color: #555;
    width: 18px;
    text-align: center;
}

/* Animation for opening dropdown */
@keyframes slideDown {
    from { max-height: 0; opacity: 0; }
    to { max-height: 300px; opacity: 1; }
}

.tsbanner-custom-select-options.show {
    animation: slideDown 0.3s ease forwards;
}
.custom-dropdown-container {
    background-color: rgba(255, 255, 255);
    padding-left: 1em;
    padding-right: 1em;
    color: #999;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Mobile Responsive Enhancements */
@media (max-width: 991px) {
    .custom-dropdown-container {
        flex-direction: column !important;
        padding: 1rem;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .tsbanner-custom-select-container {
        width: 100%;
        min-width: 100%;
        margin: 0.5rem 0;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
    }
    
    .tsbanner-custom-select-container:last-child {
        border-bottom: none;
    }
    
    .tsbanner-custom-select {
        width: 100%;
    }
    
    .banner_search_cta {
        margin: 0.5rem 0 0 0 !important;
    }
    
    .tsbanner-custom-select-options {
        position: fixed;
        top: auto;
        left: 5%;
        right: 5%;
        bottom: 0;
        width: 90%;
        border-radius: 10px 10px 0 0;
        max-height: 0;
        z-index: 1050;
    }
    
    .tsbanner-custom-select-options.show {
        max-height: 60vh;
    }
    
    .html-banner_text {
        padding: 0 15px;
    }
    @media (max-width: 991px) {
        .tsbanner-custom-select-container {
          position: relative !important;
          overflow: visible;
        }
      
        .tsbanner-custom-select-options {
          position: absolute !important;
          bottom: auto !important;
          top: calc(100% + 4px) !important;
          left: 5% !important;
          right: 5% !important;
          width: 90% !important;
          border-radius: 10px 10px 0 0;
        }
      }
}