.banner-card.card-head {
    display: flex;
    justify-content: space-between;
}

.dropdownDetails .featured {
    margin-top: 0;
}

.overflow-menu-dropdown-text {
    flex: 1;
    position: relative;
    /* top: -6px; */
}

.dropdown-text.btn-dropdown {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: "Vodafone", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.banner-card .dropdown-text__chevron:after {
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-width: 1px;
    display: block;
    width: 0.66em;
    height: 0.66em;
    transform: rotate(135deg);
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    left: 16px;
}

.dropdown-text__chevron--active:after,
.dropdown-text__chevron:after {
    transition: transform .2s linear;
}

.dropdown-text__chevron--active:after {
    transform: translateY(60%) rotate(-45deg);
}

.overflow-menu {
    display: none;
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    color: #333;
    left: 0;
    z-index: 1;
    min-width: 10rem;
}

.overflow-menu.overflow-menu--expanded {
    display: block;
}

.overflow-menu__option {
    background: #fff;
    font-size: 18px;
}

.overflow-menu__option:hover {
    background-color: #ebebeb;
}

.overflow-menu__option.overflow-menu__option--selected {
    background-color: #ebebeb;
}

.overflow-menu__button {
    line-height: 1.15;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    width: auto;
    padding: 2rem;
}


/*Tabs*/

.tabs-container {}

.tabs-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}

.tabs-content button {
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #0D0D0D;
    background-color: #FFFFFF;
    color: #333;
}

.tabs-content button.selected {
    background-color: #00697C;
    color: white;
}

@media screen and (min-width: 768px) {

    .banner-rate-box__content,
    .banner-rate-box .banner-rate-box__content {
        width: 334px;
    }

    section:not(.sticky-config, .section-rates, .section-legals, .section-banner, .section-doble-sticky, .sticky-config-simple),
    .section-cobertura {
        margin: 20px 0;
    }

    .banner-card .dropdown-text__chevron:after {
        border-top: 1px solid #e60000;
        border-right: 1px solid #e60000;
    }
}

@media screen and (min-width: 1024px) {
    section:not(.sticky-config, .section-rates, .section-legals, .section-banner, .section-doble-sticky, .footer-benefits, .section-cobertura, .sticky-config-simple) {
        margin: 0;
    }

    .footer-benefits {
        padding-top: 2rem;
    }
}