/* Modern place-page layout. Kept page-specific so other legacy layouts are unchanged. */
.Page_Wrapper {
    background:
        radial-gradient(circle at 85% 0, rgba(77, 153, 169, .12), transparent 30rem),
        #202020;
}

.Page_Wrapper > .Inner {
    max-width: 1280px;
    padding: 0 28px;
}

.Page_Wrapper > .Inner .PlaceOverview {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, .8fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: start;
    width: 100%;
    margin: 0;
    padding: clamp(48px, 6vw, 78px) 0 !important;
    overflow: visible;
}

.Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__content,
.Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__aside {
    float: none;
    width: auto;
    margin: 0;
}

.Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__content {
    color: #ecebe7;
    font: 400 18px/1.72 "Lato", sans-serif;
}

.Page_Wrapper > .Inner .PlaceOverview__content h1,
.Page_Wrapper > .Inner .PlaceOverview__content h2 {
    margin: 0 0 24px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -.025em;
}

.Page_Wrapper > .Inner .PlaceOverview__content h1 {
    position: relative;
    padding-bottom: 18px;
    font-size: clamp(30px, 3vw, 42px);
}

.Page_Wrapper > .Inner .PlaceOverview__content h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 3px;
    border-radius: 3px;
    background: #ef6a5b;
    content: "";
}

.Page_Wrapper > .Inner .PlaceOverview__content p {
    margin: 0 0 22px;
}

.Page_Wrapper > .Inner .PlaceOverview__content a {
    color: #ff8b7e;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__aside {
    position: sticky;
    top: 94px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .25);
}

.Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__aside .PlaceOverview__map {
    width: 100%;
    min-height: 330px;
    height: 330px;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #111;
}

.Page_Wrapper > .Inner .PlaceOverview__stats {
    display: flex;
    gap: 10px;
    justify-content: center;
    min-height: 0;
    margin: 0;
    padding: 12px 0 0 !important;
    font-size: 16px;
}

.Page_Wrapper > .Inner .PlaceOverview__stats .detail-box {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 100px;
    margin: 0;
    padding: 14px 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .055);
}

.Page_Wrapper > .Inner .PlaceOverview__stats .detail-box .boxs {
    margin-bottom: 9px;
    color: #ff796b;
    font-size: 28px;
}

.Page_Wrapper > .Inner .PlaceOverview__stats .detail-box h2 {
    margin: 0;
    color: #fff;
    font: 700 13px/1.35 "Montserrat", sans-serif;
    text-align: center;
}

.VisitInfo {
    padding: clamp(44px, 6vw, 72px) 28px;
    background: #f4f1eb;
    color: #252525;
}

.VisitInfo__inner {
    max-width: 1224px;
    margin: 0 auto;
}

.VisitInfo h2 {
    margin: 0 0 28px;
    font: 700 clamp(28px, 3vw, 40px)/1.2 "Montserrat", sans-serif;
    text-align: center;
}

.VisitInfo__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.VisitInfo__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 18px;
    border: 1px solid #ded9cf;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
}

.VisitInfo__item > .fa {
    flex: 0 0 38px;
    color: #d95345;
    font-size: 28px;
    text-align: center;
}

.VisitInfo__item span,
.VisitInfo__item strong {
    display: block;
}

.VisitInfo__item span {
    margin-bottom: 4px;
    color: #69645c;
    font: 600 12px/1.3 "Montserrat", sans-serif;
    text-transform: uppercase;
}

.VisitInfo__item strong {
    color: #222;
    font: 700 16px/1.35 "Montserrat", sans-serif;
}

.VisitInfo__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.VisitInfo__note {
    flex: 1 1 300px;
    padding: 20px 22px;
    border-left: 4px solid #d95345;
    border-radius: 6px;
    background: #fff;
}

.VisitInfo__note h3 {
    margin: 0 0 8px;
    font: 700 17px/1.3 "Montserrat", sans-serif;
}

.VisitInfo__note p {
    margin: 0;
    line-height: 1.6;
    white-space: pre-line;
}

.VisitInfo__verified {
    flex: 1 0 100%;
    margin: 4px 0 0;
    color: #615d55;
    font-size: 14px;
    text-align: center;
}

.VisitInfo__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    background: #252525;
    color: #fff;
    font-weight: 700;
}

.VisitInfo__link:hover,
.VisitInfo__link:focus {
    background: #d95345;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .VisitInfo__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 900px) {
    .Page_Wrapper > .Inner .PlaceOverview {
        grid-template-columns: 1fr;
    }

    .Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__aside {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .Page_Wrapper > .Inner {
        padding: 0 16px;
    }

    .Page_Wrapper > .Inner .PlaceOverview {
        gap: 30px;
        padding: 36px 0 44px !important;
    }

    .Page_Wrapper > .Inner .PlaceOverview__content {
        font-size: 17px;
        line-height: 1.65;
    }

    .Page_Wrapper > .Inner .PlaceOverview > .PlaceOverview__aside .PlaceOverview__map {
        min-height: 260px;
        height: 260px;
    }

    .Page_Wrapper > .Inner .PlaceOverview__stats {
        flex-wrap: wrap;
    }

    .Page_Wrapper > .Inner .PlaceOverview__stats .detail-box {
        min-width: 120px;
    }

    .VisitInfo { padding: 36px 16px; }
    .VisitInfo__grid { grid-template-columns: 1fr; }
}
