.abe-results-page .abe-item.tvr-search-amenities-card-ready .isPetFriendly {
    display: none !important;
}

.abe-results-page .abe-item.tvr-search-amenities-card-ready .rate-container {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: auto !important;
}

.abe-results-page .abe-item:hover {
    background-color: transparent;
    box-shadow: 0 4px 12px rgba(7, 38, 59, 0.14);
}

.abe-results-page .tvr-search-amenities-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.85rem 0.85rem;
}

.abe-results-page .tvr-search-amenities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    margin: 0;
    padding: 0.65rem 0 0;
    border-top: 1px solid #d8e5e6;
    list-style: none;
}

.abe-results-page .tvr-search-amenity {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 2.25rem;
    gap: 0.45rem;
    padding: 0.4rem 0.5rem;
    border: 1px solid #d8e5e6;
    border-radius: 0.55rem;
    background: #eaf5f3;
    color: #07263b;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.15;
}

.abe-results-page .tvr-search-amenity__icon {
    display: inline-flex;
    flex: 0 0 1.35rem;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    color: #0b5361;
}

.abe-results-page .tvr-search-amenity__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.abe-results-page .tvr-search-amenity__label {
    min-width: 0;
}

.abe-results-page .tvr-search-amenity__tooltip {
    position: absolute;
    bottom: calc(100% + 0.45rem);
    left: 50%;
    z-index: 20;
    width: max-content;
    max-width: 14rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.35rem;
    background: #07263b;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.3;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.25rem);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.abe-results-page .tvr-search-amenity--has-tooltip:hover .tvr-search-amenity__tooltip,
.abe-results-page .tvr-search-amenity--has-tooltip:focus .tvr-search-amenity__tooltip,
.abe-results-page .tvr-search-amenity--has-tooltip:focus-within .tvr-search-amenity__tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.abe-results-page .tvr-search-amenity--has-tooltip:focus {
    outline: 2px solid #ef5558;
    outline-offset: 2px;
}

@media all and (min-width: 540px) {
    .abe-results-page .tvr-search-amenities {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.abe-results-page .tvr-desktop-card-facts {
    display: none;
}

@media all and (767px < width < 1024px) {
    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        min-height: 44px;
        margin: 0;
        padding: 0.6rem 0.8rem;
        border: 2px solid #07263b;
        border-radius: 0.5rem;
        background: transparent;
        color: #07263b;
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1.15;
        text-align: center;
        text-decoration: none;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button:hover,
    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button:focus-visible {
        border-color: #07263b;
        background: #07263b;
        color: #fff;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button:focus-visible {
        outline: 3px solid #ef5558;
        outline-offset: 2px;
    }
}

@media all and (min-width: 1024px) {
    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .icons-info {
        display: none !important;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .tvr-desktop-card-facts {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.35rem;
        margin: 0.35rem 0 0;
        color: #17384b;
        font-size: 0.78rem;
        font-weight: 600;
        line-height: 1.3;
    }

    .abe-results-page .tvr-desktop-card-facts span {
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }

    .abe-results-page .tvr-desktop-card-facts span + span::before {
        width: 1px;
        height: 0.85rem;
        margin-right: 0.35rem;
        background: #b8c9cf;
        content: '';
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .rate-container {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 0.55rem !important;
        margin-top: 0.85rem !important;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .rate-container > .abe-column {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .abe-rate {
        width: 100%;
        margin: 0;
        padding: 0 !important;
        color: #07263b;
        font-size: 0.84rem;
        font-weight: 600;
        line-height: 1.3;
        text-align: left;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        min-height: 44px;
        margin: 0;
        padding: 0.6rem 0.8rem;
        border: 2px solid #07263b;
        border-radius: 0.5rem;
        background: transparent;
        color: #07263b;
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1.15;
        text-align: center;
        text-decoration: none;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button:hover,
    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button:focus-visible {
        border-color: #07263b;
        background: #07263b;
        color: #fff;
    }

    .abe-results-page .abe-item.tvr-desktop-card-interior-ready .unit-button .button:focus-visible {
        outline: 3px solid #ef5558;
        outline-offset: 2px;
    }
}
