html {
    scroll-behavior: smooth;
  }

  
.mobile__container {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
}

/* Stacked mobile pages (home, blog, etc.) — skip .map pages (guideTrips) */
.mobile__container:not(.map) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mobile__container:not(.map) > main {
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.mobile__container:not(.map) > header,
.mobile__container:not(.map) > nav.site-nav-drawer {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.mobile__container:not(.map) > footer.site-footer {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: auto;
}

/* .flexDisplay uses flex-wrap: wrap !important — force single column on stacked mobile shells */
.mobile__container:not(.map).flexDisplay {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
}

.room {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 96px;
}

    .room .withPadding {
        width: 100%;
        padding: 0px 32px;
        box-sizing: border-box;
        margin-top: 140px;
    }

.title--general {
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1F3436;
    font-family: Beatrice-Semibold;
}

.title--small {
    font-size: 0.6875rem;
    line-height: 16px;
}

.title--medium {
    font-size: 1.0625rem;
    line-height: 22px;
    color: #1F3436;
}

.text-medium {
    font-family: UntitledSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0625rem;
    line-height: 22px;
    text-align: center;
    color: #1F3436;
    opacity: 0.6;
}

.room__head__title {
    font-family: BeatriceDisplay-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 58px;
    text-align: center;
    margin-bottom: 32px;
    color: #1F3436;
}

.room__head__feature {
    width: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.room__head__feature-title {
    text-transform: uppercase;
    margin-bottom: 6px;
}

.room__head__feature-desc {
    font-family: UntitledSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0625rem;
    line-height: 22px;
    text-align: center;
    color: #1F3436;
    opacity: 0.6;
}

.room__gallery__main {
    margin-top: 78px;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
}

.room__gallery__smalls {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.room__gallery__small {
    width: calc(50% - 10px);
    height: 102px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.room__gallery__cover {
    background: rgba(24, 24, 24, 0.45);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.3125rem;
    font-family: UntitledSans-Regular;
}

.room__body__desc {
    margin-top: 85px;
    font-family: UntitledSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0625rem;
    line-height: 22px;
    color: #1F3436;
}

.room__body__sleep {
    margin-top: 64px;
}

.room__body__sleep-title {
    margin-bottom: 16px;
}

.room__body__sleep-body {
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.24), 0px 6px 24px rgba(0, 0, 0, 0.08);
    min-height: 150px;
}

.room__body__sleep-inTitle {
    font-family: Beatrice-Semibold;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 19px;
    color: #1F3436;
    margin-bottom: 4px;
}

.room__body__sleep-inText {
    font-family: UntitledSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 19px;
    color: #1F3436;
    opacity: 0.6;
}

.room__body__sleep-inIcon {
    height: 80%;
    flex-grow: 2;
}

.room__body__ameneties {
    margin-top: 64px;
}

.room__body__ameneties-title {
    font-size: 1.25rem;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: left;
}

.room__body__amenetie {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.room__body__amenetie-icon {
    width: 20px;
    height: 13px;
    margin-right: 16px;
}

.room__body__amenetie-name {
    width: calc(100% - 36px);
}

.room__body__amenetie-name {
    font-family: UntitledSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 19px;
    color: #1F3436;
}

.room__body__epsiode {
    margin-top: 65px;
}

.room__body__epsiode-title {
    margin-bottom: 16px;
    text-align: left;
}

.room__body__epsiode-text {
    text-align: left;
    opacity: 1;
    margin-bottom: 51px;
}

.room__body__carousel-picture {
    height: 218px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.room__body__goodToKnows {
    margin-top: 74px;
}

.room__body__goodToKnows-title {
    margin-bottom: 24px;
    text-align: left;
}

.room__body__goodToKnow-name {
    margin-bottom: 4px;
    text-align: left;
}

.room__body__goodToKnow {
    border-bottom: 1px solid #D7DADB;
    margin-bottom: 16px;
}

.room__body__goodToKnow-desc {
    font-size: 0.8125rem;
    text-align: left;
    margin-bottom: 16px;
}

.room__body__demoPic {
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    width: 100%;
    margin-bottom: 32px;
}


.gymTitleMob {
    margin-top: 10px;
}