/* Dev CSS for 90876 specifically here only */

@media screen and (min-width: 1000px) {
    .SearchHotels.SearchMode-WBHotelListKeystone .ArnLeftSearchContainer {
        max-width: 1120px;
        margin: 24px auto 0;
        border-radius: 8px;
    }

    .SearchHotels.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        visibility: hidden;
        top: 8px;
        right: 8px;
        height: calc(100vh - 16px);
        overflow: hidden;
        border-radius: 0 16px 16px 0;
    }

    .SearchHotels.SearchMode-WBHotelListKeystone .ArnSearchContainerMainTable {
        width: 100%;
    }

    .SearchHotels.SearchMode-WBHotelListKeystone .ArnRightListContainer {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .SearchHotels.SearchMode-WBHotelListKeystone .leftSide {
        width: 35%;
    }

    .SearchHotels.SearchMode-WBHotelListKeystone #Properties,
    .SearchHotels.SearchMode-WBHotelListKeystone .ArnSecondarySearchOuterContainer {
        width: 100%;
    }

    .SearchHotels .ArnSupportLinks.ArnSupportBottom {
        max-width: 100%;
    }

    .SearchHotels.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        left: 0;
        z-index: 30;
    }

    .SearchHotels .ArnPrimarySearchContainer .ArnCheckInContainer.longDateContainer {
        min-width: 120px;
    }

    .ArnMapTriggerElement {
        position: relative;
        margin: 0 0 16px 0;
        cursor: pointer;
    }

    .ArnMapImageContainer {
        position: relative;
    }

    .ArnMapImageContainer img {
        width: 100%;
        border-radius: 8px;
    }

    .ArnMapDefaultImage {
        position: relative;
        z-index: 1;
    }

    .ArnMapTriggerImage {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
    }

    .ArnMapTriggerContainer {
        position: absolute;
        bottom: 14px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        visibility: visible;
    }

    .ArnMapTriggerButton {
        padding: 8px 16px;
        border-radius: 5px;
        background-color: var(--color-secondary);
        color: var(--color-white-white);
        border: 1px solid var(--color-secondary);
        font-size: 14px;
        cursor: pointer;
    }

    /* Icon / Close - Map */
    .ArnMapClose {
        display: flex;
        cursor: pointer;
        position: absolute;
        z-index: 500;
        right: 16px;
        top: 17px;
        background-color: #fff;
        padding: 15px;
        border-radius: 50px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .ArnMapExtender {
        position: absolute;
        z-index: 500;
        left: 0;
        top: 24px;
        padding: 8px 12px 8px 8px;
        background-color: #fff;
        line-height: 0;
        border-radius: 0 25px 25px 0;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        gap: 10px;
        height: 32px;
        cursor: pointer;
    }

    .ArnMapExtender span {
        display: none;
        font-weight: 700;
        font-size: 14px;
        color: #36382e;
        line-height: 24px;
    }

    .arnMapExtend {
        display: none;
    }

    .arn-leaflet-search2-button {
        top: 16px !important;
    }

    .leaflet-control-container .leaflet-control-zoom {
        bottom: 16px;
        right: 16px !important;
        top: initial !important;
    }

    /* .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnContainer {
        flex-direction: column;
    } */

    .SearchHotels.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        z-index: 30;
        left: 265px;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone #Properties {
        position: absolute;
        left: 273px;
        width: 390px;
        top: 8px;
        z-index: 20;
        height: calc(100vh - 16px);
        overflow-y: scroll;
        background-color: white;
        padding: 16px 15px 0;
    }

    .showMap .segmented-control {
        display: none;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ARNSortItem {
        top: 24px;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnPagerResult {
        margin: 0 0 10px;
    }

    /* .showMap.SearchHotels.SearchMode-WBHotelListKeystone .amenitiesEnabled .ArnPropThumb {
        height: 250px;
        border-radius: 0;
    } */

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .amenitiesEnabled .ArnPropThumb {
        min-width: 160px;
        width: 160px;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnLeftSearchContainer {
        visibility: hidden;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .leftSide {
        position: fixed;
        left: 8px;
        width: 265px;
        z-index: 20;
        top: 8px;
        background-color: #fff;
        height: calc(100vh - 16px);
        overflow-y: scroll;
        padding: 24px 15px 20px 15px;
        border-radius: 16px 0 0 16px;
    }

    .showMap.SearchHotels .ArnSupportLinks.ArnSupportBottom {
        display: none;
    }

    .showMap.SearchHotels .ArnMapTriggerElement {
        display: none;
    }

    .showMap:not(.extendMap).SearchHotels.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        left: 664px;
    }

    .showMap.extendMap .ArnMapExtender span {
        display: inline-block;
    }

    .showMap.extendMap .ArnMapExtender svg {
        transform: rotate(180deg);
        transition: transform 0.3s ease-in-out;
    }

    .showMapLoader .ArnPushPageContent,
    .showMapLoader .ArnPushPage {
        display: none !important;
    }

    /* card layout */

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnRateCell {
        position: static;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .amenitiesEnabled .ArnTripAdvisorDetails {
        bottom: 0;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .amenitiesEnabled .memberSavings {
        margin: 5px 0 0;
    }

    /* change color once ready */

    .showMap#theBody {
        background-color: #f7f4f0;
    }

    .showMap .enterpriseHeader,
    .showMap #header {
        visibility: hidden;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone #pagerBottomAjax #batch {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        gap: 6px;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnPages span.active {
        padding: 14px 10px;
    }

    .showMap.SearchHotels.SearchMode-WBHotelListKeystone .ArnPages a,
    .SearchHotels.SearchMode-WBHotelListKeystone .ArnPages span {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .SearchHotels.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        left: 664px;
    }

    .showMap.extendMap.SearchMode-WBHotelListKeystone .ArnRightExtraContainer {
        left: 265px;
    }
}
