.stay-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 1.25rem auto 2rem;
    background: #fbf9f8;
    color: #1b1c1c;
    border-radius: 22px;
    box-shadow: 0 12px 32px -4px rgba(91, 64, 61, 0.08);
    overflow: hidden;
    position: relative;
}

.stay-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    background: #fbf9f8;
    position: sticky;
    top: 0;
    z-index: 20;
}

.stay-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.stay-brand-copy {
    min-width: 0;
}

.stay-brand-badge {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #af101a, #d32f2f);
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
}

.stay-brand-logo {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
    object-fit: contain;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #ffffff;
}

.stay-brand-name {
    color: #1b1c1c;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stay-brand-title {
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.stay-brand-subtitle {
    color: #5b403d;
    font-size: 0.74rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stay-back {
    color: #585757;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

.stay-topbar-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.stay-portal-link {
    color: #2563eb;
}

.stay-body {
    padding: 0 1.15rem 6.5rem;
}

.stay-progress {
    margin: 0.5rem 0 1.35rem;
}

.stay-progress-meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.45rem;
}

.stay-progress-label {
    color: #795900;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.stay-progress-track {
    flex: 1;
    height: 0.2rem;
    background: #e9e8e7;
    border-radius: 999px;
    overflow: hidden;
}

.stay-progress-fill {
    display: block;
    height: 100%;
    width: 33.333%;
    background: linear-gradient(135deg, #af101a, #d32f2f);
    transition: width 0.24s ease;
}

.stay-status-card {
    display: none;
    margin-bottom: 0.9rem;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    font-size: 0.82rem;
    line-height: 1.55;
}

.stay-status-card.is-visible {
    display: block;
}

.stay-status-card.is-error {
    background: rgba(255, 218, 214, 0.7);
    color: #93000a;
}

.stay-status-card.is-info {
    background: rgba(255, 223, 160, 0.48);
    color: #261a00;
}

.stay-step {
    display: none;
}

.stay-step.is-active {
    display: block;
}

.stay-step h1 {
    margin: 0 0 0.4rem;
    font-size: 1.7rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.stay-step-copy {
    margin: 0 0 1.2rem;
    color: #5b403d;
    font-size: 0.92rem;
    line-height: 1.55;
}

.stay-step-layout {
    display: grid;
    gap: 1rem;
}

.stay-step-main,
.stay-step-side {
    min-width: 0;
}

.stay-selection-layout {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.stay-search-card {
    position: sticky;
    top: 6rem;
}

.stay-selection-summary-card {
    display: none;
    margin-top: 1rem;
}

.stay-selection-summary-card.is-visible {
    display: block;
}

.stay-card,
.stay-summary-card,
.stay-policy-card,
.stay-review-card,
.stay-success-card,
.stay-room-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 32px -4px rgba(91, 64, 61, 0.08);
}

.stay-card,
.stay-summary-card,
.stay-policy-card,
.stay-review-card,
.stay-success-card {
    padding: 1rem;
}

.stay-card--details {
    padding: 1.1rem;
}

.stay-search-grid,
.stay-inline-grid,
.stay-summary-grid,
.stay-review-grid {
    display: grid;
    gap: 0.75rem;
}

.stay-search-grid,
.stay-inline-grid,
.stay-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stay-field {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

.stay-field label,
.stay-inline-label,
.stay-footer-label,
.stay-summary-eyebrow,
.stay-review-eyebrow,
.stay-summary-item-label,
.stay-review-label {
    color: #5b403d;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.stay-input,
.stay-search-input,
.stay-select,
.stay-counter {
    width: 100%;
    min-height: 3rem;
    border: 1px solid rgba(228, 226, 225, 0.96);
    border-radius: 12px;
    background: #ffffff;
    color: #1b1c1c;
    box-shadow: 0 12px 32px -4px rgba(91, 64, 61, 0.04);
}

.stay-input,
.stay-search-input,
.stay-select {
    padding: 0 0.95rem;
    font-size: 0.92rem;
    font-weight: 600;
}

.stay-textarea {
    min-height: 6.5rem;
    padding: 0.9rem 0.95rem;
    resize: vertical;
}

.stay-card--details .stay-input,
.stay-card--details .stay-textarea {
    background: #f7f3f2;
    border-color: rgba(221, 207, 204, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.stay-card--details .stay-textarea {
    min-height: 5.3rem;
}

.stay-card--details .stay-input::placeholder,
.stay-card--details .stay-textarea::placeholder {
    color: #8a7370;
}

.stay-input:focus,
.stay-search-input:focus,
.stay-select:focus,
.stay-textarea:focus {
    outline: none;
    box-shadow: inset 0 -2px 0 #ffdfa0, 0 12px 32px -4px rgba(91, 64, 61, 0.04);
}

.stay-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.45rem;
}

.stay-counter-btn {
    width: 2.3rem;
    height: 2.3rem;
    border: none;
    border-radius: 10px;
    background: #f5f3f3;
    color: #af101a;
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
}

.stay-counter-value {
    color: #1b1c1c;
    font-size: 1rem;
    font-weight: 700;
}

.stay-children-ages {
    display: none;
    margin-top: 0.75rem;
}

.stay-children-ages.is-visible {
    display: block;
}

.stay-children-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.stay-results-head {
    margin: 0.2rem 0 0.85rem;
    color: #5b403d;
    font-size: 0.78rem;
    font-weight: 700;
}

.stay-empty {
    background: #f5f3f3;
    border-radius: 18px;
    padding: 1.3rem 1rem;
    text-align: center;
    color: #5b403d;
    font-size: 0.9rem;
    line-height: 1.6;
}

.stay-room-list {
    display: grid;
    gap: 1rem;
}

.stay-room-card {
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stay-room-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -10px rgba(175, 16, 26, 0.16);
}

.stay-room-card.is-selected::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #795900;
    z-index: 2;
}

.stay-room-media {
    height: 11rem;
    background: linear-gradient(135deg, #e9e8e7, #f5f3f3);
}

.stay-room-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.stay-room-media-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #af101a;
    font-size: 2rem;
    font-weight: 900;
}

.stay-room-body {
    padding: 1rem;
}

.stay-room-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
}

.stay-room-head-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
    flex-shrink: 0;
}

.stay-room-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.stay-room-subtitle,
.stay-room-description,
.stay-footnote {
    color: #5b403d;
    font-size: 0.8rem;
    line-height: 1.55;
}

.stay-room-subtitle {
    margin-top: 0.18rem;
}

.stay-room-description {
    margin: 0.55rem 0 0;
}

.stay-room-price {
    flex-shrink: 0;
    text-align: right;
}

.stay-room-quick-cta {
    min-width: 11.25rem;
    align-self: stretch;
}

.stay-room-selected-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.85rem;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: rgba(175, 16, 26, 0.1);
    color: #af101a;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stay-room-price strong,
.stay-footer-total,
.stay-summary-title {
    color: #1b1c1c;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.stay-room-price strong {
    display: block;
    color: #af101a;
    font-size: 1.4rem;
}

.stay-room-price span {
    display: block;
    color: #585757;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stay-room-meta,
.stay-amenity-list,
.stay-room-actions,
.stay-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.stay-room-meta {
    margin-top: 0.8rem;
}

.stay-chip {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: #f5f3f3;
    color: #1b1c1c;
    font-size: 0.74rem;
    font-weight: 700;
}

.stay-chip.is-highlight {
    background: #ffdfa0;
    color: #261a00;
}

.stay-room-actions {
    margin-top: 1rem;
    justify-content: flex-start;
}

.stay-room-detail {
    display: none;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
}

.stay-room-detail.is-open {
    display: block;
}

.stay-btn,
.stay-link-btn {
    appearance: none;
    border: none;
    border-radius: 12px;
    min-height: 2.9rem;
    padding: 0 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.stay-btn:hover:not(:disabled),
.stay-link-btn:hover {
    transform: translateY(-1px);
}

.stay-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.stay-btn-primary {
    background: linear-gradient(135deg, #af101a, #d32f2f);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(175, 16, 26, 0.18);
}

.stay-btn-secondary {
    background: #f5f3f3;
    color: #1b1c1c;
    border: 1px solid rgba(228, 226, 225, 0.96);
    box-shadow: none;
}

.stay-btn-selected {
    background: rgba(175, 16, 26, 0.08);
    color: #af101a;
    border: 1px solid rgba(175, 16, 26, 0.16);
    box-shadow: none;
}

.stay-link-btn {
    background: #f5f3f3;
    color: #1b1c1c;
}

.stay-summary-title {
    font-size: 1.08rem;
}

.stay-summary-grid,
.stay-review-grid {
    margin-top: 1rem;
}

.stay-summary-item,
.stay-review-item,
.stay-success-reference {
    background: #f5f3f3;
    border-radius: 14px;
    padding: 0.75rem 0.85rem;
}

.stay-summary-item-value,
.stay-review-value {
    display: block;
    margin-top: 0.25rem;
    color: #1b1c1c;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.stay-policy-card,
.stay-review-card {
    margin-top: 1rem;
}

.stay-policy-title {
    margin: 0 0 0.7rem;
    font-size: 0.95rem;
    font-weight: 800;
}

.stay-policy-copy,
.stay-policy-terms {
    margin: 0;
    color: #5b403d;
    font-size: 0.8rem;
    line-height: 1.55;
}

.stay-policy-copy {
    font-weight: 700;
}

.stay-policy-terms {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid #eadfdd;
}

.stay-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.55rem;
}

.stay-policy-list li {
    display: flex;
    gap: 0.55rem;
    color: #5b403d;
    font-size: 0.8rem;
    line-height: 1.55;
}

.stay-policy-list li::before {
    content: "•";
    color: #795900;
    font-weight: 900;
}

.stay-success-card {
    display: none;
}

.stay-success-card.is-visible {
    display: block;
}

.stay-success-icon {
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(175, 16, 26, 0.08);
    color: #af101a;
    font-size: 1.7rem;
    font-weight: 900;
}

.stay-success-title {
    margin: 0;
    text-align: center;
    font-size: 1.45rem;
    font-weight: 900;
}

.stay-success-copy {
    margin: 0.5rem auto 0;
    max-width: 20rem;
    text-align: center;
    color: #5b403d;
    font-size: 0.86rem;
    line-height: 1.6;
}

.stay-success-reference-code {
    color: #af101a;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.stay-success-actions {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
}

.stay-summary-cta {
    width: 100%;
    margin-top: 0.9rem;
}

.stay-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: rgba(228, 226, 226, 0.8);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(228, 190, 186, 0.18);
    z-index: 15;
}

.stay-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
}

.stay-footer.is-hidden {
    display: none;
}

.appointment-public-reviews {
    margin: 0 0 1.75rem;
    padding: 1rem;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.appointment-public-reviews-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.appointment-public-reviews-title {
    margin: 0;
    color: #172554;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.appointment-public-reviews-summary {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.3rem 0 0;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
}

.appointment-public-reviews-stars,
.appointment-public-review-rating {
    color: #f59e0b;
    letter-spacing: 0.06em;
}

.appointment-public-reviews-list {
    display: grid;
    grid-auto-columns: minmax(13.5rem, 17rem);
    grid-auto-flow: column;
    gap: 0.7rem;
    max-width: 100%;
    padding: 0 0 0.35rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.appointment-public-reviews-list:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.55);
    outline-offset: 0.3rem;
}

.appointment-public-reviews-list.is-rotating {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    gap: 0;
    padding-bottom: 0;
    overflow: hidden;
    scroll-snap-type: none;
    scrollbar-width: none;
}

.appointment-public-reviews-list.is-rotating .appointment-public-review-card {
    grid-area: 1 / 1;
    width: 100%;
    min-height: 6.6rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.35rem);
    transition: opacity 700ms ease, transform 700ms ease, visibility 700ms linear;
    pointer-events: none;
}

.appointment-public-reviews-list.is-rotating .appointment-public-review-card.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.appointment-public-review-card {
    display: flex;
    flex-direction: column;
    min-height: 7.2rem;
    padding: 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #ffffff;
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.45);
    scroll-snap-align: start;
}

.appointment-public-review-rating {
    font-size: 0.85rem;
    line-height: 1;
}

.appointment-public-review-text {
    margin: 0.65rem 0;
    color: #334155;
    font-size: 0.78rem;
    line-height: 1.5;
}

.appointment-public-review-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.65rem;
    margin-top: auto;
    color: #64748b;
    font-size: 0.7rem;
}

.appointment-public-review-footer strong {
    min-width: 0;
    overflow: hidden;
    color: #1e293b;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.appointment-public-review-footer time {
    flex: 0 0 auto;
}

@media (min-width: 900px) {
    .stay-shell {
        width: min(1220px, calc(100% - 2rem));
        overflow: visible;
    }

    .stay-topbar {
        justify-content: flex-end;
        padding: 0.55rem 1.25rem 0.35rem;
        background: transparent;
        position: static;
    }

    .stay-brand {
        display: none;
    }

    .stay-body {
        padding: 0 1.25rem 8.4rem;
    }

    .stay-selection-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .stay-selection-primary {
        position: static;
        display: grid;
        gap: 1rem;
    }

    .stay-search-card {
        position: static;
    }

    .stay-search-card #search-form {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(9.5rem, 1.1fr);
        gap: 0.75rem;
        align-items: end;
    }

    .stay-search-card .stay-search-grid,
    .stay-search-card .stay-inline-grid {
        display: contents;
    }

    .stay-search-card .stay-children-ages {
        grid-column: 1 / -1;
    }

    .stay-search-card #search-form > .stay-btn {
        min-height: 3rem;
        margin-top: 0 !important;
    }

    .stay-selection-secondary .stay-room-list {
        grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
        gap: 1rem;
    }

    .stay-selection-secondary .stay-room-head {
        flex-direction: column;
        align-items: stretch;
    }

    .stay-selection-secondary .stay-room-head-actions {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .stay-selection-secondary .stay-room-quick-cta {
        min-width: 9.5rem;
    }

    .stay-selection-secondary .stay-empty {
        min-height: 12rem;
        display: grid;
        place-items: center;
    }

    .stay-step-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, 380px);
        gap: 1.15rem;
        align-items: start;
    }

    #stay-step-select .stay-step-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .stay-card--details {
        padding: 1.2rem 1.15rem;
    }

    .stay-review-grid,
    .stay-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #stay-step-review .stay-step-layout {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 360px);
    }

    .stay-step-side {
        position: sticky;
        top: 5.7rem;
        align-self: start;
        display: grid;
        gap: 1rem;
    }

    .stay-step-side .stay-summary-card,
    .stay-step-side .stay-policy-card {
        margin-top: 0;
        position: static;
        top: auto;
    }

    .stay-footer {
        position: fixed;
        left: 50%;
        right: auto;
        bottom: 0.85rem;
        width: min(1220px, calc(100% - 2rem));
        transform: translateX(-50%);
        padding: 0;
        border: 0;
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
        z-index: 30;
    }

    .stay-footer-inner {
        min-height: 4.9rem;
        padding: 0.95rem 1.1rem;
        border-radius: 1.35rem;
        background: rgba(255, 250, 249, 0.95);
        border: 1px solid rgba(228, 190, 186, 0.18);
        box-shadow: 0 18px 36px rgba(91, 64, 61, 0.14);
        backdrop-filter: blur(16px);
    }
}

@media (max-width: 520px) {
    .appointment-public-reviews {
        padding: 0.85rem;
    }

    .appointment-public-reviews-head {
        align-items: stretch;
        flex-direction: column;
    }

    .appointment-public-reviews-list {
        grid-auto-columns: minmax(13rem, 86%);
    }

    .stay-shell {
        width: calc(100% - 0.5rem);
        margin: 0.65rem auto 1rem;
        border-radius: 18px;
    }

    .stay-topbar {
        gap: 0.55rem;
        padding: 0.75rem 0.85rem;
    }

    .stay-brand-badge {
        width: 1.7rem;
        height: 1.7rem;
        flex-basis: 1.7rem;
        border-radius: 0.65rem;
    }

    .stay-brand-logo {
        width: 3.25rem;
        height: 3.25rem;
        flex-basis: 3.25rem;
        border-radius: 0.9rem;
    }

    .stay-brand-badge {
        font-size: 0.82rem;
    }

    .stay-brand-title {
        font-size: 0.98rem;
    }

    .stay-brand-name {
        font-size: 1.1rem;
    }

    .stay-brand-subtitle,
    .stay-back {
        font-size: 0.7rem;
    }

    .stay-body {
        padding: 0 0.85rem 5.4rem;
    }

    .stay-progress {
        margin: 0.3rem 0 0.95rem;
    }

    .stay-step h1 {
        font-size: 1.42rem;
    }

    .stay-step-copy {
        margin-bottom: 0.9rem;
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .stay-card,
    .stay-summary-card,
    .stay-policy-card,
    .stay-review-card,
    .stay-success-card {
        padding: 0.85rem;
    }

    .stay-search-grid,
    .stay-inline-grid,
    .stay-summary-grid,
    .stay-review-grid,
    .stay-children-grid {
        grid-template-columns: 1fr;
    }

    .stay-search-input,
    .stay-input,
    .stay-select,
    .stay-counter {
        min-height: 2.8rem;
    }

    .stay-counter-btn {
        width: 2.05rem;
        height: 2.05rem;
    }

    .stay-room-list {
        gap: 0.8rem;
    }

    .stay-room-media {
        height: 10.5rem;
    }

    .stay-room-body {
        padding: 0.85rem;
    }

    .stay-room-head {
        gap: 0.65rem;
        margin-bottom: 0.35rem;
    }

    .stay-room-title {
        font-size: 1.02rem;
    }

    .stay-room-subtitle,
    .stay-room-description,
    .stay-footnote {
        font-size: 0.74rem;
        line-height: 1.45;
    }

    .stay-room-actions,
    .stay-footer-inner,
    .stay-footer-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .stay-room-head {
        flex-direction: column;
        align-items: stretch;
    }

    .stay-room-head-actions {
        align-items: stretch;
    }

    .stay-btn,
    .stay-link-btn {
        width: 100%;
    }

    .stay-footer {
        padding: 0.75rem 0.85rem;
    }

    .stay-footer-label {
        font-size: 0.58rem;
    }

    .stay-footer-total {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .appointment-public-reviews-list.is-rotating .appointment-public-review-card {
        transition: none;
        transform: none;
    }
}
