.stay-guide-page,
.stay-guide-page * {
    box-sizing: border-box;
}

.stay-guide-page {
    background: #f6f8f7;
}

.stay-guide-page img {
    max-width: 100%;
}

.stay-guide-page a {
    text-decoration: none;
}

.stay-guide-page .sg-hero {
    padding: 112px 0 56px;
}

.stay-guide-page .sg-hero-soft {
    background: linear-gradient(135deg, #fff7f3, #eef8f4);
}

.stay-guide-page .sg-hero h1,
.stay-guide-page .sg-property-hero h1 {
    max-width: 860px;
    margin: 0;
    color: #161d22;
    font-size: clamp(2.15rem, 5vw, 4rem);
    line-height: 1.06;
}

.stay-guide-page .sg-hero p,
.stay-guide-page .sg-property-hero p {
    max-width: 760px;
    color: #56616a;
}

.stay-guide-page .sg-hero-chips,
.stay-guide-page .sg-filter-chips,
.stay-guide-page .sg-help-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.15rem;
}

.stay-guide-page .sg-hero-chips span,
.stay-guide-page .sg-filter-chips a,
.stay-guide-page .sg-help-grid span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.48rem 0.78rem;
    border: 1px solid rgba(0, 106, 78, 0.14);
    border-radius: 999px;
    background: rgba(0, 106, 78, 0.08);
    color: #006A4E;
    font-size: 0.88rem;
    font-weight: 850;
}

.stay-guide-page .sg-filter-chips a.active {
    border-color: #006A4E;
    background: #006A4E;
    color: #fff;
}

.stay-guide-page .sg-filter-chips small {
    font-size: 0.72rem;
    font-weight: 900;
    opacity: 0.72;
}

.stay-guide-page .sg-hero + .section {
    padding-top: 48px;
}

.stay-guide-page .sg-disclaimer {
    margin-bottom: 0.75rem;
}

.stay-guide-page .sg-hero-chips-light span {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.stay-guide-page .sg-destination-chip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.stay-guide-page .sg-destination-chip-grid a {
    display: grid;
    gap: 0.18rem;
    min-height: 78px;
    align-content: center;
    border: 1px solid #e2e8ec;
    border-radius: 8px;
    background: #fff;
    padding: 0.85rem 1rem;
    color: #26322f;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.stay-guide-page .sg-destination-chip-grid strong {
    font-size: 1rem;
}

.stay-guide-page .sg-destination-chip-grid span {
    color: #65717a;
    font-size: 0.86rem;
}

.stay-guide-page .sg-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
    color: #66727d;
    font-size: 0.9rem;
    font-weight: 800;
}

.stay-guide-page .sg-breadcrumb a {
    color: #006A4E;
}

.stay-guide-page .sg-breadcrumb-light,
.stay-guide-page .sg-breadcrumb-light a {
    color: rgba(255, 255, 255, 0.86);
}

.stay-guide-page .sg-card-grid,
.stay-guide-page .sg-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.stay-guide-page .sg-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stay-guide-page .sg-card {
    overflow: hidden;
    display: block;
    border: 1px solid #e6eaee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.06);
}

.stay-guide-page .sg-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #edf2f0;
}

.stay-guide-page .sg-card span,
.stay-guide-page .sg-cta-card span {
    display: block;
    padding: 1rem 1rem 0;
    color: #006A4E;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.stay-guide-page .sg-card h3 {
    margin: 0.35rem 1rem 0.35rem;
    color: #172027;
    font-size: 1.12rem;
    line-height: 1.28;
}

.stay-guide-page .sg-card p {
    margin: 0 1rem 1.15rem;
    color: #606b74;
    font-size: 0.92rem;
    line-height: 1.6;
}

.stay-guide-page .sg-card-cta {
    display: inline-flex;
    width: fit-content;
    margin: 0 1rem 1rem;
    padding: 0.58rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 85, 39, 0.09);
    color: #FF5527;
    font-size: 0.86rem;
    font-weight: 900;
}

.stay-guide-page .sg-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1.25rem;
}

.stay-guide-page .sg-pagination a,
.stay-guide-page .sg-pagination span {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe5e9;
    border-radius: 8px;
    background: #fff;
    color: #26322f;
    font-weight: 800;
    padding: 0 0.85rem;
}

.stay-guide-page .sg-pagination a.active {
    border-color: #006A4E;
    background: #006A4E;
    color: #fff;
}

.stay-guide-page .sg-property-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #1d2624;
}

.stay-guide-page .sg-hero-image {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stay-guide-page .sg-property-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 18, 20, 0.16), rgba(15, 18, 20, 0.78));
}

.stay-guide-page .sg-hero-overlay {
    position: relative;
    z-index: 1;
    padding-bottom: 54px;
    color: #fff;
}

.stay-guide-page .sg-hero-overlay h1,
.stay-guide-page .sg-hero-overlay > p {
    max-width: 640px;
}

.stay-guide-page .sg-hero-overlay h1,
.stay-guide-page .sg-hero-overlay p {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.stay-guide-page .sg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
    align-items: center;
}

.stay-guide-page .sg-light-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
}

.stay-guide-page .sg-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1.25rem;
    align-items: start;
}

.stay-guide-page .sg-detail-wrap {
    position: relative;
    display: grid;
    width: calc(100% - 48px);
    max-width: 1240px;
    grid-template-columns: minmax(0, 800px) minmax(320px, 360px);
    gap: 32px;
    align-items: start;
    justify-content: center;
}

.stay-guide-page .sg-main {
    display: grid;
    gap: 1.1rem;
    max-width: none;
    margin: 0;
}

.stay-guide-page .sg-detail-sidebar {
    display: block;
    position: sticky;
    top: 88px;
    align-self: start;
}

.stay-guide-page .sg-mobile-aside-card {
    display: none;
}

.stay-guide-page .sg-anchor {
    position: relative;
    top: -96px;
    display: block;
    height: 0;
}

.stay-guide-page .sg-detail-wrap > .sg-anchor {
    position: absolute;
    left: 0;
}

.stay-guide-page .sg-side {
    position: sticky;
    top: 92px;
}

.stay-guide-page .sg-panel,
.stay-guide-page .sg-cta-card,
.stay-guide-page .sg-wide-cta,
.stay-guide-page .sg-debug {
    border: 1px solid #e6eaee;
    border-radius: 16px;
    background: #fff;
    padding: 1.45rem;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.045);
}

.stay-guide-page .sg-panel h2,
.stay-guide-page .sg-cta-card h2,
.stay-guide-page .sg-wide-cta h2 {
    margin-top: 0;
    color: #172027;
    font-size: 1.28rem;
    line-height: 1.22;
}

.stay-guide-page .sg-panel p,
.stay-guide-page .sg-cta-card p,
.stay-guide-page .sg-wide-cta p {
    color: #56616a;
    line-height: 1.75;
}

.stay-guide-page .sg-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.stay-guide-page .sg-facts div {
    min-height: 92px;
    padding: 0.95rem;
    border: 1px solid #eef2f1;
    border-radius: 12px;
    background: #f8faf9;
}

.stay-guide-page .sg-facts span {
    display: block;
    color: #6c7780;
    font-size: 0.78rem;
    font-weight: 800;
}

.stay-guide-page .sg-facts strong {
    display: block;
    margin-top: 0.25rem;
    color: #172027;
    line-height: 1.35;
}

.stay-guide-page .sg-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.stay-guide-page .sg-gallery-item {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
}

.stay-guide-page .sg-feature-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
    grid-auto-rows: minmax(142px, 1fr);
    gap: 0.75rem;
}

.stay-guide-page .sg-feature-gallery .sg-gallery-item {
    height: 100%;
}

.stay-guide-page .sg-feature-gallery .hn-gallery-item.is-main {
    grid-column: 1;
    grid-row: span 2;
    aspect-ratio: auto;
}

.stay-guide-page .sg-faq-list {
    display: grid;
    gap: 0.65rem;
}

.stay-guide-page .sg-faq-list details {
    border: 1px solid #e6eaee;
    border-radius: 8px;
    background: #f8faf9;
    padding: 0.85rem 1rem;
}

.stay-guide-page .sg-faq-list summary {
    cursor: pointer;
    color: #172027;
    font-weight: 800;
}

.stay-guide-page .sg-faq-list p {
    margin-bottom: 0;
}

.stay-guide-page .sg-list {
    margin: 0;
    padding-left: 1.1rem;
    color: #56616a;
    line-height: 1.85;
}

.stay-guide-page .sg-cta-card {
    background: linear-gradient(180deg, #ffffff, #fff7f3);
}

.stay-guide-page .sg-contact-panel {
    border-color: rgba(37, 211, 102, 0.22);
    background: #fbfffd;
}

.stay-guide-page .sg-contact-card {
    display: grid;
    gap: 1rem;
    border-color: rgba(37, 211, 102, 0.22);
    background: #fbfffd;
}

.stay-guide-page .sg-contact-card-head,
.stay-guide-page .sg-action-card-head {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.stay-guide-page .sg-contact-card-head h2,
.stay-guide-page .sg-action-card-head h2 {
    margin-bottom: 0.25rem;
}

.stay-guide-page .sg-contact-card-head p,
.stay-guide-page .sg-action-card-head p {
    margin: 0;
    color: #65717a;
    line-height: 1.55;
}

.stay-guide-page .sg-contact-icon,
.stay-guide-page .sg-action-icon {
    display: inline-flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e8f7ee;
    color: #128c4a;
}

.stay-guide-page .sg-contact-icon svg,
.stay-guide-page .sg-action-icon svg {
    width: 20px;
    height: 20px;
}

.stay-guide-page .sg-contact-actions {
    display: grid;
    gap: 0.75rem;
}

.stay-guide-page .sg-contact-location-btn {
    width: 100%;
    justify-content: center;
    gap: 0.45rem;
}

.stay-guide-page .sg-contact-location-btn svg {
    width: 18px;
    height: 18px;
}

.stay-guide-page .sg-contact-disclaimer {
    margin: 0;
    color: #65717a;
    font-size: 0.84rem;
    line-height: 1.55;
}

.stay-guide-page .sg-direct-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
}

.stay-guide-page .sg-sidebar-map-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem;
}

.stay-guide-page .sg-whatsapp-btn,
.stay-guide-page .sg-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 0;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 26px rgba(16, 24, 40, 0.12);
}

.stay-guide-page .sg-whatsapp-btn {
    flex: 1 1 220px;
    gap: 0.62rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    padding: 0 1.18rem;
}

.stay-guide-page .sg-call-btn {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #128c4a;
    color: #fff;
}

.stay-guide-page .sg-whatsapp-btn svg,
.stay-guide-page .sg-call-btn svg {
    display: block;
    width: 21px;
    height: 21px;
}

.stay-guide-page .sg-direct-actions-hero {
    width: auto;
}

.stay-guide-page .sg-direct-actions-card {
    margin: 0;
}

.stay-guide-page .sg-direct-actions-hero .sg-whatsapp-btn,
.stay-guide-page .sg-direct-actions-hero .sg-call-btn {
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.stay-guide-page .sg-help-link {
    opacity: 0.86;
}

.stay-guide-page .sg-map-card {
    overflow: hidden;
    border-color: rgba(0, 106, 78, 0.16);
}

.stay-guide-page .sg-map-frame {
    overflow: hidden;
    width: 100%;
    min-height: 340px;
    margin-top: 1rem;
    border: 1px solid #e1e7eb;
    border-radius: 14px;
    background: #eef2f1;
}

.stay-guide-page .sg-map-frame iframe {
    display: block;
    width: 100%;
    height: 340px;
    border: 0;
}

.stay-guide-page .sg-map-button {
    width: fit-content;
    margin-top: 1rem;
}

.stay-guide-page .sg-map-empty {
    margin: 1rem 0 0;
    border-radius: 14px;
    background: #f6f8f8;
    padding: 1rem;
}

.stay-guide-page .sg-cta-card span {
    padding: 0;
}

.stay-guide-page .sg-cta-card .btn {
    width: 100%;
    justify-content: center;
    margin: 0.35rem 0 0.8rem;
}

.stay-guide-page .sg-cta-card .sg-direct-actions {
    margin: 0.35rem 0 0.8rem;
}

.stay-guide-page .sg-cta-card .btn + .btn {
    margin-top: 0;
}

.stay-guide-page .sg-cta-card small {
    display: block;
    color: #65717a;
    line-height: 1.55;
}

.stay-guide-page .sg-wide-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    background: #006A4E;
    color: #fff;
}

.stay-guide-page .sg-wide-cta h2,
.stay-guide-page .sg-wide-cta p {
    color: #fff;
}

.stay-guide-page .sg-wide-cta p {
    margin-bottom: 0;
    opacity: 0.84;
}

.stay-guide-page .sg-debug {
    border-color: #ffd8ca;
    background: #fff8f5;
    color: #172027;
}

.stay-guide-page .sg-debug strong {
    display: block;
    margin-bottom: 0.65rem;
}

.stay-guide-page .sg-debug div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
    border-top: 1px solid rgba(255, 85, 39, 0.12);
}

.stay-guide-page .sg-debug code {
    white-space: normal;
    text-align: right;
}

.stay-guide-page .sg-disclaimer,
.stay-guide-page .form-note {
    color: #65717a;
    font-size: 0.92rem;
    line-height: 1.6;
}

.stay-guide-page .sg-lead-form {
    display: grid;
    gap: 1rem;
}

.stay-guide-page .sg-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.stay-guide-page .sg-wide-field {
    grid-column: 1 / -1;
}

.stay-guide-page .sg-lead-form button {
    width: fit-content;
}

.stay-guide-page .sg-owner-panel {
    background: #fbfcfc;
}

.stay-guide-page .sg-bottom-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.stay-guide-page .sg-bottom-actions.sg-mobile-aside-card {
    display: none;
}

.stay-guide-page .sg-bottom-actions-sidebar {
    grid-template-columns: 1fr;
}

.stay-guide-page .sg-travel-help-card {
    background: linear-gradient(180deg, #ffffff, #fff8f4);
}

.stay-guide-page .sg-owner-claim-card {
    background: #fbfcfc;
}

.stay-guide-page .sg-travel-help-card,
.stay-guide-page .sg-owner-claim-card {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.stay-guide-page .sg-owner-claim-card .btn {
    width: fit-content;
}

.stay-guide-page .sg-about-sections {
    display: grid;
    gap: 1rem;
}

.stay-guide-page .sg-about-sections section {
    padding-top: 1rem;
    border-top: 1px solid #eef2f1;
}

.stay-guide-page .sg-about-sections section:first-child {
    padding-top: 0;
    border-top: 0;
}

.stay-guide-page .sg-about-sections h3 {
    margin: 0 0 0.35rem;
    color: #172027;
    font-size: 1rem;
}

.stay-guide-page .sg-about-sections p {
    margin: 0;
}

.stay-guide-page .sg-travel-help-panel {
    background: linear-gradient(180deg, #ffffff, #fff8f4);
}

.stay-guide-page .sg-travel-help-drawer {
    margin-top: 1rem;
}

.stay-guide-page .sg-travel-help-drawer summary {
    width: fit-content;
    list-style: none;
    cursor: pointer;
}

.stay-guide-page .sg-travel-help-drawer summary::-webkit-details-marker {
    display: none;
}

.stay-guide-page .sg-travel-help-form {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1ddd4;
}

.stay-guide-page .sg-sidebar-stack {
    display: grid;
    gap: 1rem;
}

.stay-guide-page .sg-sidebar-panel {
    padding: 1.15rem;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045);
}

.stay-guide-page .sg-sidebar-panel h2 {
    font-size: 1.05rem;
}

.stay-guide-page .sg-sidebar-panel p {
    font-size: 0.92rem;
}

.stay-guide-page .sg-sidebar-facts {
    grid-template-columns: 1fr;
}

.stay-guide-page .sg-sidebar-facts div {
    min-height: auto;
    padding: 0.78rem;
}

.stay-guide-page .sg-help-grid {
    margin-bottom: 1rem;
}

@media (max-width: 980px) {
    .stay-guide-page .sg-destination-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stay-guide-page .sg-card-grid,
    .stay-guide-page .sg-mini-grid,
    .stay-guide-page .sg-layout {
        grid-template-columns: 1fr;
    }

    .stay-guide-page .sg-side {
        position: static;
    }

    .stay-guide-page .sg-facts,
    .stay-guide-page .sg-gallery,
    .stay-guide-page .sg-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stay-guide-page .sg-feature-gallery {
        grid-auto-rows: auto;
    }

    .stay-guide-page .sg-feature-gallery .hn-gallery-item.is-main {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 16 / 10;
    }
}

@media (min-width: 1024px) {
    .stay-guide-page .sg-main {
        max-width: none;
        margin: 0;
    }

    .stay-guide-page .sg-detail-sidebar {
        display: block;
        position: sticky;
        top: 88px;
        align-self: start;
    }

    .stay-guide-page .sg-mobile-aside-card {
        display: none;
    }

    .stay-guide-page .sg-feature-gallery {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
        grid-auto-rows: minmax(132px, 1fr);
    }

    .stay-guide-page .sg-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stay-guide-page .sg-map-frame,
    .stay-guide-page .sg-map-frame iframe {
        height: 360px;
        min-height: 360px;
    }

    .stay-guide-page .sg-contact-card.sg-mobile-aside-card {
        display: none;
    }
}

@media (min-width: 1280px) {
    .stay-guide-page .sg-detail-wrap {
        width: calc(100% - 64px);
        gap: 36px;
        max-width: 1280px;
    }

    .stay-guide-page .sg-property-hero {
        min-height: 580px;
    }

    .stay-guide-page .sg-feature-gallery {
        grid-auto-rows: minmax(150px, 1fr);
    }
}

@media (max-width: 767px) {
    .stay-guide-page .sg-detail-wrap {
        display: block;
        width: calc(100% - 32px);
        max-width: 1120px;
    }

    .stay-guide-page .sg-main {
        max-width: 980px;
        margin: 0 auto;
    }

    .stay-guide-page .sg-detail-sidebar {
        display: none;
    }

    .stay-guide-page .sg-mobile-aside-card {
        display: block;
    }

    .stay-guide-page .sg-bottom-actions.sg-mobile-aside-card {
        display: grid;
        grid-template-columns: 1fr;
    }

    .stay-guide-page .sg-contact-card.sg-mobile-aside-card {
        display: grid;
    }
}

@media (max-width: 640px) {
    .stay-guide-page .sg-property-hero {
        min-height: 500px;
    }

    .stay-guide-page .sg-hero {
        padding-top: 88px;
    }

    .stay-guide-page .sg-panel,
    .stay-guide-page .sg-cta-card,
    .stay-guide-page .sg-wide-cta,
    .stay-guide-page .sg-debug {
        padding: 1.05rem;
        border-radius: 14px;
    }

    .stay-guide-page .sg-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .stay-guide-page .sg-facts div {
        min-height: auto;
        padding: 0.72rem;
    }

    .stay-guide-page .sg-facts span {
        font-size: 0.68rem;
    }

    .stay-guide-page .sg-facts strong {
        font-size: 0.84rem;
    }

    .stay-guide-page .sg-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .stay-guide-page .sg-gallery-item {
        aspect-ratio: 4 / 3;
        border-radius: 10px;
    }

    .stay-guide-page .sg-gallery .hn-gallery-item.is-main {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 10;
    }

    .stay-guide-page .sg-form-grid,
    .stay-guide-page .sg-destination-chip-grid {
        grid-template-columns: 1fr;
    }

    .stay-guide-page .sg-lead-form button {
        width: 100%;
    }

    .stay-guide-page .sg-actions,
    .stay-guide-page .sg-wide-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .stay-guide-page .sg-hero-actions {
        align-items: stretch;
    }

    .stay-guide-page .sg-direct-actions {
        flex-direction: row;
        width: 100%;
    }

    .stay-guide-page .sg-direct-actions-hero {
        display: grid;
        grid-template-columns: 1fr 54px;
        gap: 0.65rem;
        width: 100%;
    }

    .stay-guide-page .sg-direct-actions-hero .sg-whatsapp-btn {
        width: 100%;
    }

    .stay-guide-page .sg-whatsapp-btn {
        min-width: 0;
        padding: 0 0.95rem;
    }

    .stay-guide-page .sg-whatsapp-btn span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .stay-guide-page .sg-map-frame {
        min-height: 250px;
    }

    .stay-guide-page .sg-map-frame iframe {
        height: 250px;
    }
}

@media (max-width: 380px) {
    .stay-guide-page .sg-whatsapp-btn {
        font-size: 0.9rem;
    }

    .stay-guide-page .sg-call-btn {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }
}
