.accessible-tabs-container {
    margin-top: 20px;
    border: 1px solid #c3c3c3;
    padding: 10px;
}

@media screen and (min-width: 680px) {
    .accessible-tabs-container {
        border: 0;
        padding: 0;
    }
}

.accessible-tabs-container .panel-wrapper {
    display: flex;
    overflow: hidden;
}

.accessible-tabs-container [role="tablist"] {
    display: flex;
    margin-bottom: 16px;
}

.accessible-tabs-container [role="tab"] {
    position: relative;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.0175em;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* .accessible-tabs-container [role="tab"]:first-of-type {
    margin-right: 20px;
} */

/* .accessible-tabs-container [role="tab"]:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c3c3c3;
    transition: background-color 0.2s;
}

.accessible-tabs-container [role="tab"][aria-selected="true"]:after {
    background-color: #003e52;
} */

.accessible-tabs-container [role="tabpanel"] {
    visibility: hidden;
    margin-right: -100%;
    width: 100%;
    padding: 0;
    background-color: #f9f6ed;
}

    .accessible-tabs-container [role="tabpanel"].active {
        visibility: visible;
        margin-right: 0;
    }

    .accessible-tabs-container [role="tabpanel"] p {
        margin-bottom: 10px;
    }

    .accessible-tabs-container [role="tabpanel"] .stay-dates p {
        margin-bottom: 0;
    }

    .accessible-tabs-container [role="tabpanel"] p:only-child {
        margin-bottom: 0;
    }

.accessible-tabs-container ul {
    margin-top: 6px;
    padding-left: 16px;
}

    .accessible-tabs-container ul li {
        line-height: 1.3;
    }

[data-component="carousel-hero"] .offers-detail-container .upper {
    text-transform: uppercase;
}

[data-component="carousel-hero"] .tabs-container .booking-controls {
    display: flex;
    margin-top: 24px;
}

    [data-component="carousel-hero"] .tabs-container .booking-controls .select-location {
        width: 196px;
        background-color: #e6e8e7;
        min-height: 36px;
        height: 36px;
        margin-right: 16px;
        padding-left: 10px;
        border-bottom: 1px solid #c3c3c3;
        cursor: pointer;
    }

        [data-component="carousel-hero"] .tabs-container .booking-controls .select-location.book-button {
            width: auto;
            margin: 0;
            padding: 0;
        }

            [data-component="carousel-hero"] .tabs-container .booking-controls .select-location.book-button a {
                width: 110px;
                height: 36px;
                line-height: 36px;
                cursor: pointer;
            }

    [data-component="carousel-hero"] .tabs-container .booking-controls button {
        position: relative;
        border: 0;
        padding: 0;
        margin: 0;
        background-color: transparent;
        width: 100%;
    }

        [data-component="carousel-hero"] .tabs-container .booking-controls button .icon {
            position: absolute;
            top: 0;
            right: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 12px;
            height: 12px;
            background-image: none;
            transform: translateY(12px) rotate(90deg);
            transition: transform 0.3s;
        }

    [data-component="carousel-hero"] .tabs-container .booking-controls .select-label p {
        font-size: 12px;
        padding-left: 0;
        line-height: 36px;
        font-weight: 400;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

[data-component="carousel-hero"] .offers-detail-controls-container.carousel-controls-container {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 680px) {
    [data-component="carousel-hero"] .offers-detail-controls-container.carousel-controls-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

[data-component="carousel-hero"] .offers-detail-controls-container .carousel-controls {
    background-color: #f9f6ed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

/* @media screen and (min-width: 680px) {
    [data-component="carousel-hero"] .offers-detail-controls-container .carousel-controls {
        padding: 10px 0;
    }
} */

[data-component="carousel-hero"] .carousel-controls .carousel-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    [data-component="carousel-hero"] .carousel-controls .carousel-control.carousel-control--next {
        flex-direction: column-reverse;
    }

    [data-component="carousel-hero"] .carousel-controls .carousel-control .btn {
        background-color: transparent;
        border: 1px solid transparent;
        color: #003e52;
        cursor: pointer;
        display: block;
        height: 34px;
        font-size: 12px;
        line-height: 34px;
        margin: 0 10px;
        min-width: 110px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
    }

[data-component="carousel-hero"] .carousel-controls .carousel-control--prev .btn {
    margin-right: 16px;
}

[data-component="carousel-hero"] .carousel-controls .carousel-control--next .btn {
    margin-left: 16px;
}

@media screen and (min-width: 680px) {
    [data-component="carousel-hero"] .carousel-controls .carousel-control,
    [data-component="carousel-hero"] .carousel-controls .carousel-control.carousel-control--next {
        flex-direction: row;
    }
}

[data-component="carousel-hero"] .carousel-controls .carousel-control .btn--ol {
    min-width: 136px;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #003e52;
    color: #003e52;
}

[data-component="carousel-hero"] .carousel-controls .carousel-control .control-text {
    font-size: 12px;
    color: #003e52;
    line-height: 34px;
}

@media (min-width: 560px) {
    .select-a-room-slider .select-a-room-slider-buttons .btn {
        min-width: 134px;
    }
}
