.sb-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.sb-page {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    text-decoration: none;
    cursor: pointer;
}

/* hover */
.sb-page:hover {
    background: #8bc34a;
    border-color: #8bc34a;
    color: #fff;
    transform: translateY(-2px);
}

/* active */
.sb-active {
    background: #8bc34a;
    border-color: #8bc34a;
    color: #fff;
    box-shadow: 0 6px 16px rgba(139, 195, 74, 0.3);
}

/* arrows */
.sb-arrow {
    font-size: 20px;
    font-weight: bold;
}

/* disabled */
.sb-disabled {
    background: #f3f4f6;
    color: #bdbdbd;
    cursor: not-allowed;
}

/* dots */
.sb-dots {
    border: none;
    background: transparent;
    cursor: default;
}

/* ===== Search results toolbar ===== */
.page.search .search-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.page.search .search-toolbar__sort {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 280px;
    min-width: 0;
}

.page.search .search-toolbar__sort label {
    margin: 0;
    white-space: nowrap;
}

.page.search .search-toolbar__sort select {
    width: auto;
    min-width: 180px;
    max-width: 240px;
}

.page.search .search-toolbar__count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
    min-height: 38px;
}

.page.search .search-toolbar__count h5 {
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .page.search .search-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .page.search .search-toolbar__sort {
        width: 100%;
    }

    .page.search .search-toolbar__sort select {
        flex: 1 1 auto;
        max-width: none;
    }

    .page.search .search-toolbar__count {
        justify-content: flex-start;
        min-height: 0;
    }
}

/* ===== Pagination ===== */
.search-pagination-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.search-pagination-wrap .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
}

.search-pagination-wrap .page-item {
    margin: 0;
    list-style: none !important;
}

.search-pagination-wrap .page-link {
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #d9e3d0;
    background: #fff;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
    text-decoration: none;
}

.search-pagination-wrap .page-link:hover {
    text-decoration: none;
    background: #8bc34a;
    border-color: #8bc34a;
    color: #fff;
}

.search-pagination-wrap .page-item.active .page-link {
    background: #8bc34a;
    border-color: #8bc34a;
    color: #fff;
    box-shadow: 0 8px 18px rgba(139, 195, 74, .28);
}

.search-pagination-wrap .page-item.disabled .page-link {
    background: #f4f4f4;
    color: #b8b8b8;
    border-color: #ececec;
    cursor: not-allowed;
    box-shadow: none;
}

/* ===== Infinite loader ===== */
.sb-loader {
    width: 42px;
    height: 42px;
    border: 4px solid #e8f2dc;
    border-top: 4px solid #8bc34a;
    border-radius: 50%;
    margin: 0 auto;
    animation: sb-spin 0.8s linear infinite;
}
.main-filter form #filter {
    position: relative;
}

.main-filter form #filter > .filter-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.main-filter form .filter-wrap{
    top: 10px;
    position: relative;
}
.main-filter form .filter-wrap .closebtn{
    width: 20px;
}
.main-filter form .filter-wrap .closebtn img{
    right: 10px;
    top: 7px;
}

.hotel-source-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
}

.hotel-source-badge--etg,
.hotel-source-badge--admin-source {
    background: #e8f2dc;
    color: #3f7f22;
    border: 1px solid #8bb95e;
}

.hotel-source-price-placeholder {
    color: #333;
}

input::placeholder,
textarea::placeholder,
.select2-selection__placeholder {
    opacity: .55;
}

.search-item .owl-slider:not(.owl-loaded) {
    display: block;
}

.search-item .owl-slider:not(.owl-loaded) .slider-item:not(:first-child) {
    display: none;
}

.search-item .img-wrap .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 26px;
    margin-top: 12px;
    padding: 0 14px;
}

.search-item .img-wrap .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    background: #d8e7cc;
    padding: 0;
    transition: width .2s ease, background-color .2s ease, opacity .2s ease;
    opacity: .9;
}

.search-item .img-wrap .owl-dot span {
    display: none;
}

.search-item .img-wrap .owl-dot.active {
    width: 24px;
    background: #7eb554;
    opacity: 1;
}

.search-item .img-wrap .owl-dot:focus-visible {
    outline: 2px solid #175a97;
    outline-offset: 3px;
}

.search-item .hotel-card-amenities {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
    max-width: 520px;
}

.search-item .hotel-card-amenity {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 8px;
    color: #333;
    overflow-wrap: anywhere;
}

.search-item .hotel-card-amenity span:first-child {
    flex: 0 0 auto;
    color: #111;
    font-size: 18px;
    line-height: 1;
}

.page.search .search-item {
    position: relative;
    margin-top: 18px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e8ef;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, .05);
}

.page.search .search-item--clickable {
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.page.search .search-item--clickable:hover {
    transform: translateY(-2px);
    border-color: #d5dde8;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .1);
}

.page.search .search-item--unavailable {
    opacity: .58;
}

.page.search .search-item--unavailable:hover {
    transform: none;
    box-shadow: 0 6px 18px rgba(17, 24, 39, .05);
}

.page.search .search-card-hit-area {
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
    color: inherit;
    text-decoration: none;
}

.page.search .search-card-hit-area:focus-visible {
    outline: 3px solid #7eb554;
    outline-offset: -3px;
}

.page.search .search-item.active {
    border-color: #dce4ee;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .08);
}

.page.search .search-card-row {
    min-height: 220px;
    margin: 0;
}

.page.search .search-card-row > [class*="col-"] {
    padding: 0;
}

.page.search .search-item .img-wrap {
    height: 100%;
    min-height: 220px;
    border-radius: 0;
    background: #f2f5f8;
}

.page.search .search-item .img-wrap .owl-carousel,
.page.search .search-item .img-wrap .owl-stage-outer,
.page.search .search-item .img-wrap .owl-stage,
.page.search .search-item .img-wrap .owl-item,
.page.search .search-item .img-wrap .slider-item {
    height: 100%;
}

.page.search .search-item .img-wrap .slider-item img {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 0;
    object-fit: cover;
}

.page.search .search-item .img-wrap .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    min-height: 0;
    margin: 0;
}

.page.search .search-item .wrap {
    height: 100%;
    padding: 22px 24px;
    background: #fff;
}

.page.search .search-card-main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page.search .search-item .wrap h4 {
    margin: 0;
    color: #1f2937;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.18;
}

.page.search .search-card-stars {
    margin-top: 6px;
    color: #1f2937;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .5px;
}

.page.search .search-item .address {
    margin-top: 10px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.32;
}

.page.search .search-item .hotel-card-amenities {
    margin-top: 12px;
    max-width: 100%;
    color: #374151;
    font-size: 13px;
    line-height: 1.35;
}

.page.search .search-item .hotel-card-amenity {
    margin-top: 5px;
}

.page.search .search-item .text-wrap {
    padding: 0;
}

.page.search .search-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.page.search .search-item .text-wrap .price {
    display: block;
    color: #1f2937;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.page.search .search-item .text-wrap .search-card-unavailable-message {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.page.search .search-item .text-wrap .night {
    display: block;
    margin-top: 0;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .page.search .search-card-price {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .page.search .search-item {
        border-radius: 16px;
    }

    .page.search .search-item .img-wrap,
    .page.search .search-item .img-wrap .slider-item img {
        min-height: 220px;
        height: 220px;
    }

    .page.search .search-item .wrap {
        padding: 18px;
    }

    .page.search .search-item .wrap h4 {
        font-size: 19px;
    }

    .page.search .search-card-price {
        flex-wrap: wrap;
    }
}

.room-offer-row {
    width: 100%;
    margin: 24px 0 0;
    overflow: hidden;
    border: 1px solid #dfe5ec;
    border-radius: 12px;
    background: #fff;
}

.room-offer-row > [class*="col-"] {
    display: flex;
}

.room-offer-row .room,
.room-offer-row .tariff-wrap,
.room-offer-row .tariffs-list,
.room-offer-row .owl-tariffs,
.room-offer-row .tariffs-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.room-offer-row .room {
    display: grid;
    grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-height: 250px;
    margin-top: 0;
    background: #fff;
}

.room-offer-row .room .wrap {
    display: contents;
}

@media (min-width: 768px) {
    .row.room-offer-row > * {
        padding-right: 0;
        padding-left: 0;
    }
}

.room-offer-row .room .img-wrap {
    grid-row: 1 / span 2;
    min-height: 250px;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.room-offer-row .room .img-wrap .owl-carousel,
.room-offer-row .room .img-wrap .owl-stage-outer,
.room-offer-row .room .img-wrap .owl-stage,
.room-offer-row .room .img-wrap .owl-item,
.room-offer-row .room .img-wrap .slider-item {
    height: 100%;
}

.room-offer-row .room .room-image-slider .slider-item img {
    height: 100%;
    min-height: 250px;
    border-radius: 12px 0 0 12px;
}

.room-offer-row .room .img-wrap .owl-dots {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    min-height: 0;
    margin-top: 0;
    padding: 0;
}

.room-offer-row .room .text-wrap {
    min-width: 0;
    padding: 24px 20px 6px;
}

.room-offer-row .room .text-wrap h5 {
    margin: 0 0 8px;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.room-offer-row .room .amenities {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 20px 20px 22px;
    overflow: visible;
}

.room-offer-row .room .amenities-item {
    display: inline-flex;
    align-items: flex-start;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f3f6f1;
    color: #333;
    font-size: 13px;
    line-height: 1.25;
}

.room-offer-row .room .amenities-item .name {
    min-width: 0;
    white-space: normal;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.room-offer-row .room .amenities-item img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 8px;
    flex: 0 0 auto;
}

.room-offer-row .room-amenities {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0;
    box-sizing: border-box;
}

.room-offer-row .room-amenities__chip,
.room-offer-row .room-amenities__more {
    min-height: 28px;
    background: #f0f2f4;
    font-size: 12px;
}

.room-offer-row .room-amenities__more {
    background: #e8f2dc;
}

.room-description-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #3f7f22;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
}

.room-description-button::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.room-description-button:hover {
    color: #175a97;
}

.room-description-button:focus-visible {
    outline: 2px solid #175a97;
    outline-offset: 3px;
}

.room-offer-row .tariff-wrap {
    display: flex;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: #fff;
}

.room-offer-row .tariffs-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    padding: 24px 20px;
    border-left: 1px solid #dfe5ec;
    border-radius: 0;
}

.room-offer-row .tariffs-item > h5 {
    display: none;
}

.room-offer-row .tariffs-item .dates {
    color: #5e6878;
    font-size: 13px;
    line-height: 1.45;
    opacity: 1;
}

.room-offer-row .booking-detail-line {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-bottom: 8px;
    color: #4d5562;
    font-size: 13px;
    line-height: 1.35;
}

.room-offer-row .booking-detail-line__label {
    color: #6a7280;
    font-weight: 500;
}

.room-offer-row .booking-detail-line__value {
    color: #222;
    font-weight: 600;
}

.room-offer-row .booking-detail-line--success .booking-detail-line__label,
.room-offer-row .booking-detail-line--success .booking-detail-line__value {
    color: #3f7f22;
}

.room-offer-row .booking-detail-line--danger .booking-detail-line__value {
    color: #a00;
}

.room-offer-row .tariffs-item br {
    display: none;
}

.room-offer-row .tariffs-item .item {
    margin-top: 14px;
    margin-bottom: 0;
    color: #4d5562;
    font-size: 13px;
}

.room-offer-row .tariffs-item .item.price {
    margin-top: 24px;
    color: #222;
    font-size: 26px;
    font-weight: 700;
}

.room-offer-row .tariffs-item .btn-wrap {
    margin-top: 16px;
}

.room-offer-row .tariffs-item .btn-wrap .more {
    min-height: 48px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
}

.happytravel-room-offer .tariffs-item > .row {
    display: none;
}

.provider-offer-group {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid #dfe5ec;
    border-radius: 14px;
    background: #f8fafc;
}

.provider-offer-group__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.provider-offer-group__header h4 {
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.provider-offer-group__header span {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 8px;
    background: #e8f2dc;
    color: #3f7f22;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.provider-offer-group .room-offer-row {
    margin-top: 12px;
    box-shadow: 0 8px 26px rgba(29, 48, 71, .06);
}

.provider-offer-group .room-offer-row:first-of-type {
    margin-top: 0;
}

.hotelstar-room-offer .tariff-wrap {
    height: 100%;
}

.hotelstar-room-offer .room {
    grid-template-rows: 1fr;
}

.hotelstar-room-offer .room .amenities {
    padding-top: 24px;
}

.hotelstar-room-offer .tariffs-item {
    min-height: 250px;
}

.hotelstar-rate-note {
    margin-top: 8px;
    color: #5e6878;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.hotelstar-rate-note--success {
    color: #3f7f22;
}

.hotelstar-rate-note--danger {
    color: #a00;
}

.room .room-image-slider:not(.owl-loaded) {
    display: block;
}

.room .room-image-slider:not(.owl-loaded) .slider-item:not(:first-child) {
    display: none;
}

.room .room-image-slider .slider-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.room .room-image-slider .slider-item img.room-image-placeholder {
    background: #f5f5f5;
    object-fit: contain;
    padding: 28px;
}

.room .img-wrap .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 26px;
    margin-top: 12px;
    padding: 0 14px;
}

.room .img-wrap .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    background: #d8e7cc;
    padding: 0;
    transition: width .2s ease, background-color .2s ease, opacity .2s ease;
    opacity: .9;
}

.room .img-wrap .owl-dot span {
    display: none;
}

.room .img-wrap .owl-dot.active {
    width: 24px;
    background: #7eb554;
    opacity: 1;
}

.room .img-wrap .owl-dot:focus-visible {
    outline: 2px solid #175a97;
    outline-offset: 3px;
}

.room-amenities {
    min-width: 0;
    margin-top: 8px;
}

.room-amenities__chips,
.room-amenities-modal__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.room-amenities__chip,
.room-amenities__more {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 0;
    background: #f2f5f0;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.room-amenities__more {
    background: #e8f2dc;
    color: #3f7f22;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.room-amenities__more:hover {
    background: #8bc34a;
    color: #fff;
}

.room-amenities__more:focus-visible,
.room-amenities-modal__close:focus-visible {
    outline: 2px solid #175a97;
    outline-offset: 3px;
}

.room-amenities-modal[hidden] {
    display: none !important;
}

.room-amenities-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.room-amenities-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.room-amenities-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: min(70vh, 560px);
    overflow: auto;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.room-description-modal__dialog {
    width: min(680px, 100%);
}

.room-description-modal__body {
    display: grid;
    gap: 16px;
    color: #333;
}

.room-description-modal__section {
    padding: 16px;
    border: 1px solid #dfe5ec;
    border-radius: 10px;
    background: #fbfcfd;
}

.room-description-modal__subtitle {
    margin: 0 0 12px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.room-description-modal__details {
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
}

.room-description-modal__detail {
    display: grid;
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
    gap: 10px;
    font-size: 13px;
    line-height: 1.35;
}

.room-description-modal__detail dt {
    color: #6a7280;
    font-weight: 600;
}

.room-description-modal__detail dd {
    min-width: 0;
    margin: 0;
    color: #222;
    overflow-wrap: anywhere;
}

.room-description-modal__text {
    color: #4d5562;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.room-description-modal__text :is(p, ul, ol) {
    margin: 0 0 10px;
}

.room-description-modal__text :is(p, ul, ol):last-child {
    margin-bottom: 0;
}

.room-amenities-modal__title {
    margin: 0 40px 18px 0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.room-amenities-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #8bc34a;
    border-radius: 50%;
    background: #fff;
    color: #3f7f22;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.room-amenities-modal-open {
    overflow: hidden;
}

.room .amenities .room-amenities {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .room-offer-row {
        border-radius: 12px;
    }

    .room-offer-row .room {
        display: block;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .room-offer-row .room .wrap {
        display: block;
    }

    .room-offer-row .room .img-wrap {
        min-height: 210px;
        border-radius: 12px 12px 0 0;
    }

    .room-offer-row .room .room-image-slider .slider-item img {
        min-height: 210px;
        border-radius: 12px 12px 0 0;
    }

    .room-offer-row .room .text-wrap {
        padding: 18px 16px 6px;
    }

    .room-offer-row .room .text-wrap h5 {
        font-size: 19px;
    }

    .room-offer-row .room .amenities {
        gap: 8px;
        padding: 0 16px 18px;
    }

    .room-offer-row .room .amenities-item {
        max-width: 100%;
        padding: 8px 10px;
        font-size: 12px;
    }

    .room-offer-row .room .amenities-item img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .room-offer-row .room-amenities {
        flex-basis: 100%;
        width: 100%;
    }

    .room-offer-row .room-amenities__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .room-offer-row .room-amenities__chip,
    .room-offer-row .room-amenities__more {
        display: inline-flex;
        flex: 0 1 auto;
        width: auto;
        min-width: 0;
        max-width: 100%;
        min-height: 30px;
        padding: 7px 9px;
        font-size: 12px;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .room-offer-row .tariffs-item {
        min-height: 0;
        padding: 18px 16px;
        border-top: 1px solid #dfe5ec;
        border-left: 0;
    }

    .provider-offer-group {
        margin-top: 18px;
        padding: 12px;
        border-radius: 12px;
    }

    .provider-offer-group__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .provider-offer-group__header h4 {
        font-size: 18px;
    }

    .provider-offer-group__header span {
        flex: 0 1 auto;
    }

    .provider-offer-group .room-offer-row {
        margin-top: 10px;
    }

    .room-amenities-modal {
        align-items: flex-end;
        padding: 16px;
    }

    .room-amenities-modal__dialog {
        max-height: 78vh;
        padding: 22px 18px;
    }

    .room-description-modal__detail {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .room-description-button {
        margin-top: 2px;
    }
}

.search-skeleton-list {
    display: block;
}

.search-skeleton-card {
    overflow: hidden;
}

.search-skeleton-media {
    height: 280px;
    border-radius: 30px;
}

.search-skeleton-body {
    min-height: 280px;
    padding: 24px 20px 72px;
    position: relative;
}

.search-skeleton-line,
.search-skeleton-pill,
.search-skeleton-button {
    border-radius: 12px;
}

.search-skeleton-line {
    height: 16px;
    margin-bottom: 16px;
}

.search-skeleton-line--title {
    width: 72%;
    height: 28px;
    margin-bottom: 22px;
}

.search-skeleton-line--short {
    width: 46%;
}

.search-skeleton-line--wide {
    width: 88%;
}

.search-skeleton-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.search-skeleton-pill {
    width: 110px;
    height: 34px;
}

.search-skeleton-button {
    width: 180px;
    height: 44px;
    border-radius: 30px;
}

.search-skeleton-shimmer {
    background: linear-gradient(90deg, #eef3f7 0%, #f8fbfd 42%, #e7eef4 78%);
    background-size: 220% 100%;
    animation: sb-skeleton-shimmer 1.15s ease-in-out infinite;
}

@keyframes sb-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes sb-skeleton-shimmer {
    0% { background-position: 120% 0; }
    100% { background-position: -120% 0; }
}

@media (max-width: 768px) {
    .search-pagination-wrap .pagination {
        gap: 8px;
    }

    .search-pagination-wrap .page-link {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 12px;
    }

    .search-skeleton-media {
        height: 220px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .search-skeleton-body {
        min-height: 210px;
        padding: 20px 20px 74px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .search-skeleton-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .search-skeleton-pill,
    .search-skeleton-button {
        width: 100%;
    }
}

/* mobile */
@media (max-width: 768px) {
    .sb-page {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 10px;
    }
}

/* Expandable HTML text (room remarks, policies) */
.expandable-html-text {
    font-size: 12px;
    line-height: 1.45;
    color: #555;
    margin-top: 2px;
}

.expandable-html-text__content {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.expandable-html-text__content.is-clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.expandable-html-text__content :is(ul, ol) {
    margin: 0.35em 0;
    padding-left: 1.2em;
}

.expandable-html-text__content :is(p, li) {
    margin: 0.2em 0;
}

.expandable-html-text__toggle {
    display: inline-block;
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: none;
    color: #2d8f4e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: none;
}

.expandable-html-text__toggle:hover {
    text-decoration: underline;
}

/* Один тариф — на всю ширину блока */
.tariffs .tariff-wrap--single,
.tariffs .tariff-wrap--single > .owl-tariffs,
.tariffs .tariff-wrap--single > .tariffs-list {
    width: 100%;
}

.tariffs .tariff-wrap--single > .owl-tariffs,
.tariffs .tariff-wrap--single > .tariffs-list {
    display: block !important;
}

.tariffs .tariff-wrap--single .owl-stage-outer,
.tariffs .tariff-wrap--single .owl-stage {
    width: 100% !important;
}

.tariffs .tariff-wrap--single .owl-item {
    width: 100% !important;
    max-width: 100% !important;
}

.tariffs .tariff-wrap--single .tariffs-item,
.tariffs .owl-tariffs > .tariffs-item:only-child {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Тарифы: без стрелок, точки при нескольких тарифах */
.tariffs .tariff-wrap .owl-nav {
    display: none !important;
}

.tariffs .tariff-wrap--single .owl-dots {
    display: none !important;
}

.tariffs .tariff-wrap:not(.tariff-wrap--single) {
    padding-bottom: 28px;
}

.tariffs .tariff-wrap .owl-dots {
    position: static;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding-bottom: 4px;
}

.tariffs .tariff-wrap .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: #d0d0d0;
}

.tariffs .tariff-wrap .owl-dots button.owl-dot.active {
    background: #175a97;
}
