/* Complete Elementor location landing page */
.lh-location-page-wrap {
    --lh-loc-blue: #012169;
    --lh-loc-blue-dark: #001441;
    --lh-loc-light-blue: #b8cfea;
    --lh-loc-ink: #0d1b36;
    --lh-loc-muted: #41506a;
    --lh-loc-line: #dfe5ee;
    --lh-loc-bg: #f3f5f8;
    --lh-loc-white: #ffffff;
    overflow: hidden;
    background: #fff;
    color: var(--lh-loc-ink);
    font-size: 16px;
    line-height: 1.6;
}

.lh-location-page-wrap * {
    box-sizing: border-box;
}

.lh-location-page-wrap .lh-location-hero {
    min-height: 920px;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.lh-location-page-wrap .lh-location-hero::before {
    background: radial-gradient(circle at 78% 18%, rgba(184, 207, 234, .2), transparent 38%);
}

.lh-location-page-wrap .lh-location-hero .lh-hero-overlay {
    background: linear-gradient(90deg, rgba(0, 20, 65, .93) 0%, rgba(0, 20, 65, .76) 42%, rgba(0, 20, 65, .22) 74%, rgba(0, 20, 65, .48) 100%);
}

.lh-location-page-wrap .lh-home-nav {
    padding-inline: 40px;
}

.lh-location-page-wrap .lh-nav-btn {
    border-color: rgba(255, 255, 255, .2);
    background: var(--lh-loc-blue);
    color: #fff;
}

.lh-location-page-wrap .lh-nav-btn:hover {
    background: var(--lh-loc-light-blue);
    color: var(--lh-loc-blue-dark);
    border-color: var(--lh-loc-light-blue);
}

.lh-location-page-wrap .lh-location-hero-content {
    min-height: 760px;
    padding: 105px 40px 180px;
    justify-content: center;
}

.lh-location-page-wrap .lh-location-hero-content .lh-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--lh-loc-light-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-location-hero-content .lh-section-eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

.lh-location-page-wrap .lh-location-hero-content .lh-hero-big {
    max-width: 1260px;
}

.lh-location-page-wrap .lh-location-hero-content .lh-hero-big h1 {
    max-width: 1260px;
    font-size: clamp(56px, 7.6vw, 124px);
    line-height: .92;
    letter-spacing: -.055em;
}

.lh-location-page-wrap .lh-location-hero-content .lh-home-sub {
    max-width: 760px;
    margin-top: 30px;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.65;
}

.lh-location-page-wrap .lh-location-hero-content .lh-btn-primary {
    background: var(--lh-loc-light-blue);
    color: var(--lh-loc-blue-dark);
}

.lh-location-page-wrap .lh-location-hero-content .lh-btn-secondary {
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
    background: rgba(255, 255, 255, .03);
}

.lh-location-page-wrap .lh-location-hero-bottom {
    position: absolute;
    z-index: 3;
    right: 40px;
    bottom: 34px;
    left: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) auto auto;
    gap: 32px;
    align-items: center;
    max-width: 1750px;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    letter-spacing: .02em;
}

.lh-location-page-wrap .lh-location-hero-bottom span,
.lh-location-page-wrap .lh-location-hero-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
}

.lh-location-page-wrap .lh-loc-container {
    width: min(100% - 80px, 1480px);
    margin-inline: auto;
}

.lh-location-page-wrap .lh-loc-section {
    padding-block: clamp(90px, 9vw, 150px);
}

.lh-location-page-wrap .lh-loc-section-muted {
    background: var(--lh-loc-bg);
}

.lh-location-page-wrap .lh-loc-section-dark {
    background: var(--lh-loc-blue-dark);
    color: #fff;
}

.lh-location-page-wrap .lh-loc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--lh-loc-blue);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
}

.lh-location-page-wrap .lh-loc-section-dark .lh-loc-eyebrow {
    color: var(--lh-loc-light-blue);
}

.lh-location-page-wrap .lh-loc-heading {
    max-width: 980px;
    margin-bottom: clamp(45px, 5vw, 72px);
}

.lh-location-page-wrap .lh-loc-heading h2,
.lh-location-page-wrap .lh-loc-copy h2,
.lh-location-page-wrap .lh-loc-contact-copy h2 {
    margin: 0;
    color: var(--lh-loc-ink);
    font-size: clamp(44px, 5.4vw, 82px);
    line-height: .98;
    letter-spacing: -.045em;
}

.lh-location-page-wrap .lh-loc-section-dark .lh-loc-heading h2 {
    color: #fff;
}

.lh-location-page-wrap .lh-loc-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
    gap: 70px;
    align-items: end;
    max-width: none;
}

.lh-location-page-wrap .lh-loc-heading-split > p {
    margin: 0 0 6px;
    color: var(--lh-loc-muted);
    font-size: 20px;
    line-height: 1.75;
}

.lh-location-page-wrap .lh-loc-section-dark .lh-loc-heading-split > p {
    color: rgba(255, 255, 255, .7);
}

.lh-location-page-wrap .lh-loc-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
    gap: clamp(70px, 8vw, 140px);
    align-items: center;
}

.lh-location-page-wrap .lh-loc-richtext {
    margin-top: 36px;
    color: var(--lh-loc-muted);
    font-size: 18px;
    line-height: 1.85;
}

.lh-location-page-wrap .lh-loc-richtext p + p {
    margin-top: 18px;
}

.lh-location-page-wrap .lh-loc-intro-image {
    min-height: 720px;
    border-radius: 2px;
    background: #dbe2ea center/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 54px;
    padding-top: 34px;
    border-top: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-facts div {
    display: grid;
    gap: 9px;
}

.lh-location-page-wrap .lh-loc-facts strong {
    color: var(--lh-loc-blue);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1;
}

.lh-location-page-wrap .lh-loc-facts span {
    color: var(--lh-loc-muted);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.lh-location-page-wrap .lh-loc-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--lh-loc-line);
    background: var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-service-card {
    display: flex;
    min-height: 410px;
    padding: 42px 34px 36px;
    flex-direction: column;
    background: #fff;
    color: var(--lh-loc-ink);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.lh-location-page-wrap .lh-loc-service-card > i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 54px;
    border: 1px solid var(--lh-loc-line);
    color: var(--lh-loc-blue);
    font-size: 20px;
}

.lh-location-page-wrap .lh-loc-service-card h3 {
    margin: 0 0 18px;
    font-size: 29px;
    letter-spacing: -.025em;
}

.lh-location-page-wrap .lh-loc-service-card p {
    margin: 0;
    color: var(--lh-loc-muted);
    font-size: 17px;
    line-height: 1.8;
}

.lh-location-page-wrap .lh-loc-service-card > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 34px;
    color: var(--lh-loc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-service-card:hover {
    z-index: 1;
    background: var(--lh-loc-blue);
    color: #fff;
    transform: translateY(-5px);
}

.lh-location-page-wrap .lh-loc-service-card:hover p,
.lh-location-page-wrap .lh-loc-service-card:hover > span,
.lh-location-page-wrap .lh-loc-service-card:hover > i {
    color: #fff;
}

.lh-location-page-wrap .lh-loc-service-card:hover > i {
    border-color: rgba(255, 255, 255, .35);
}

.lh-location-page-wrap .lh-loc-area-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--lh-loc-line);
    border-left: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-area-card {
    min-height: 260px;
    padding: 36px;
    border-right: 1px solid var(--lh-loc-line);
    border-bottom: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-area-card > span {
    display: block;
    margin-bottom: 44px;
    color: var(--lh-loc-light-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.lh-location-page-wrap .lh-loc-area-card h3 {
    margin: 0 0 14px;
    color: var(--lh-loc-blue-dark);
    font-size: 29px;
    letter-spacing: -.025em;
}

.lh-location-page-wrap .lh-loc-area-card p {
    margin: 0;
    color: var(--lh-loc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.lh-location-page-wrap .lh-loc-property-grid,
.lh-location-page-wrap .lh-loc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.lh-location-page-wrap .lh-loc-property-card {
    overflow: hidden;
    background: #fff;
    color: var(--lh-loc-ink);
}

.lh-location-page-wrap .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-blog-image {
    display: block;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    background: #d6dde5 center/cover no-repeat;
    transition: transform .35s ease, filter .35s ease;
}

.lh-location-page-wrap .lh-loc-property-card:hover .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-blog-card:hover .lh-loc-blog-image {
    transform: scale(1.015);
    filter: brightness(.94);
}

.lh-location-page-wrap .lh-loc-property-body {
    padding: 28px 28px 26px;
}

.lh-location-page-wrap .lh-loc-property-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--lh-loc-muted);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 600;
}

.lh-location-page-wrap .lh-loc-property-body h3 {
    margin: 0;
    font-size: 27px;
    line-height: 1.22;
    letter-spacing: -.025em;
}

.lh-location-page-wrap .lh-loc-property-body h3 a {
    color: var(--lh-loc-ink);
}

.lh-location-page-wrap .lh-loc-property-meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-property-meta strong {
    color: var(--lh-loc-blue);
    font-size: 18px;
}

.lh-location-page-wrap .lh-loc-property-meta span {
    color: var(--lh-loc-muted);
    font-size: 13px;
}

.lh-location-page-wrap .lh-loc-center {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

.lh-location-page-wrap .lh-loc-outline-btn {
    display: inline-flex;
    min-height: 50px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-outline-btn:hover {
    background: #fff;
    color: var(--lh-loc-blue-dark);
}

.lh-location-page-wrap .lh-loc-outline-btn-dark {
    border-color: var(--lh-loc-blue);
    color: var(--lh-loc-blue);
}

.lh-location-page-wrap .lh-loc-outline-btn-dark:hover {
    background: var(--lh-loc-blue);
    color: #fff;
}

.lh-location-page-wrap .lh-loc-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.lh-location-page-wrap .lh-loc-team-card {
    overflow: hidden;
    border: 1px solid var(--lh-loc-line);
    background: #fff;
}

.lh-location-page-wrap .lh-loc-team-image {
    display: block;
    aspect-ratio: .82 / 1;
    background: #d8dee6 center top/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-team-body {
    padding: 26px;
}

.lh-location-page-wrap .lh-loc-team-body h3 {
    margin: 0;
    color: var(--lh-loc-blue-dark);
    font-size: 26px;
    line-height: 1.2;
}

.lh-location-page-wrap .lh-loc-team-body h3 a {
    color: inherit;
}

.lh-location-page-wrap .lh-loc-team-body > p {
    min-height: 42px;
    margin: 10px 0 0;
    color: var(--lh-loc-muted);
    font-size: 15px;
    line-height: 1.65;
}

.lh-location-page-wrap .lh-loc-team-contact {
    display: grid;
    gap: 5px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-team-contact a {
    color: var(--lh-loc-blue);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.lh-location-page-wrap .lh-loc-blog-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-blog-body {
    padding: 28px;
}

.lh-location-page-wrap .lh-loc-blog-body > span {
    color: var(--lh-loc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-blog-body h3 {
    margin: 16px 0 14px;
    font-size: 27px;
    line-height: 1.24;
    letter-spacing: -.025em;
}

.lh-location-page-wrap .lh-loc-blog-body h3 a {
    color: var(--lh-loc-ink);
}

.lh-location-page-wrap .lh-loc-blog-body p {
    margin: 0;
    color: var(--lh-loc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.lh-location-page-wrap .lh-loc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: var(--lh-loc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-contact {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(520px, .95fr);
    min-height: 760px;
    background: var(--lh-loc-blue);
    color: #fff;
}

.lh-location-page-wrap .lh-loc-contact-image {
    position: relative;
    background: #d3dbe5 center/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-contact-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 20, 65, .58));
}

.lh-location-page-wrap .lh-loc-contact-image > a {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 32px;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding: 14px 18px;
    background: rgba(255, 255, 255, .94);
    color: var(--lh-loc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-contact-copy {
    display: flex;
    padding: clamp(70px, 8vw, 140px);
    flex-direction: column;
    justify-content: center;
}

.lh-location-page-wrap .lh-loc-contact-copy .lh-loc-eyebrow,
.lh-location-page-wrap .lh-loc-contact-copy h2 {
    color: #fff;
}

.lh-location-page-wrap .lh-loc-contact-copy > p {
    max-width: 650px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.75;
}

.lh-location-page-wrap .lh-loc-contact-copy ul {
    display: grid;
    gap: 18px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.lh-location-page-wrap .lh-loc-contact-copy li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.7;
}

.lh-location-page-wrap .lh-loc-contact-copy li > i {
    margin-top: 5px;
    color: var(--lh-loc-light-blue);
}

.lh-location-page-wrap .lh-loc-contact-copy li a {
    color: inherit;
}

.lh-location-page-wrap .lh-loc-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

.lh-location-page-wrap .lh-loc-contact-actions .lh-btn-primary {
    background: var(--lh-loc-light-blue);
    color: var(--lh-loc-blue-dark);
}

.lh-location-page-wrap .lh-loc-contact-actions .lh-btn-secondary {
    border-color: rgba(255, 255, 255, .52);
    color: #fff;
}

.lh-location-page-wrap .lh-widget-footer .lh-footer-col-contact li > i {
    width: 15px;
    flex: 0 0 15px;
    margin-top: 4px;
}


.lh-location-page-wrap .lh-loc-service-card,
.lh-location-page-wrap .lh-loc-area-card,
.lh-location-page-wrap .lh-loc-property-card,
.lh-location-page-wrap .lh-loc-team-card,
.lh-location-page-wrap .lh-loc-blog-card {
}

.lh-location-page-wrap .lh-loc-property-body h3 a,
.lh-location-page-wrap .lh-loc-blog-body h3 a,
.lh-location-page-wrap .lh-loc-team-body h3 a {
    text-decoration: none;
}

.lh-location-page-wrap .lh-loc-property-body p,
.lh-location-page-wrap .lh-loc-blog-body p,
.lh-location-page-wrap .lh-loc-team-body p,
.lh-location-page-wrap .lh-loc-area-card p,
.lh-location-page-wrap .lh-loc-richtext p,
.lh-location-page-wrap .lh-loc-heading-split > p {
    color: var(--lh-loc-muted);
}

.lh-location-page-wrap .lh-widget-footer p,
.lh-location-page-wrap .lh-widget-footer li,
.lh-location-page-wrap .lh-widget-footer a {
    font-size: 14px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   Hamburg location page: readability and contrast hardening
   --------------------------------------------------------- */
.lh-location-page-wrap {
    --lh-loc-muted: #283750;
    --lh-loc-line: #cbd4e1;
    --lh-loc-bg: #eef2f6;
    font-size: 18px;
    line-height: 1.72;
}

.lh-location-page-wrap .lh-location-hero {
    background-color: #001441;
}

.lh-location-page-wrap .lh-location-hero .lh-hero-overlay {
    background: linear-gradient(90deg, rgba(0, 20, 65, .94) 0%, rgba(0, 20, 65, .80) 43%, rgba(0, 20, 65, .28) 72%, rgba(0, 20, 65, .40) 100%);
}

.lh-location-page-wrap .lh-home-nav a,
.lh-location-page-wrap .lh-home-nav button,
.lh-location-page-wrap .lh-location-hero-content .lh-section-eyebrow,
.lh-location-page-wrap .lh-location-hero-content .lh-home-sub,
.lh-location-page-wrap .lh-location-hero-bottom,
.lh-location-page-wrap .lh-location-hero-bottom a {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 14, 52, .35);
}

.lh-location-page-wrap .lh-location-hero-content .lh-home-sub {
    color: rgba(255, 255, 255, .96);
    font-weight: 500;
}

.lh-location-page-wrap .lh-loc-richtext,
.lh-location-page-wrap .lh-loc-heading-split > p,
.lh-location-page-wrap .lh-loc-service-card p,
.lh-location-page-wrap .lh-loc-area-card p,
.lh-location-page-wrap .lh-loc-property-location,
.lh-location-page-wrap .lh-loc-property-meta span,
.lh-location-page-wrap .lh-loc-team-body > p,
.lh-location-page-wrap .lh-loc-blog-body p {
    color: #283750;
    font-weight: 500;
}

.lh-location-page-wrap .lh-loc-richtext {
    font-size: 19px;
    line-height: 1.85;
}

.lh-location-page-wrap .lh-loc-heading-split > p {
    font-size: 19px;
    line-height: 1.75;
}

.lh-location-page-wrap .lh-loc-facts {
    border-top-color: #b7c3d3;
}

.lh-location-page-wrap .lh-loc-facts strong {
    color: #003087;
}

.lh-location-page-wrap .lh-loc-facts span {
    color: #263750;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
}

.lh-location-page-wrap .lh-loc-service-card,
.lh-location-page-wrap .lh-loc-area-card,
.lh-location-page-wrap .lh-loc-property-card,
.lh-location-page-wrap .lh-loc-team-card,
.lh-location-page-wrap .lh-loc-blog-card {
    background: #fff;
    border-color: #cbd4e1;
}

.lh-location-page-wrap .lh-loc-service-card h3,
.lh-location-page-wrap .lh-loc-area-card h3,
.lh-location-page-wrap .lh-loc-property-body h3,
.lh-location-page-wrap .lh-loc-team-body h3,
.lh-location-page-wrap .lh-loc-blog-body h3 {
    color: #071a3a;
}

.lh-location-page-wrap .lh-loc-service-card h3 {
    font-size: 28px;
    line-height: 1.18;
}

.lh-location-page-wrap .lh-loc-service-card p {
    font-size: 17px;
    line-height: 1.72;
}

.lh-location-page-wrap .lh-loc-service-card > span,
.lh-location-page-wrap .lh-loc-text-link {
    color: #003087;
    font-size: 13px;
    font-weight: 800;
}

.lh-location-page-wrap .lh-loc-area-card > span {
    color: #446d9f;
}

.lh-location-page-wrap .lh-loc-area-card h3 {
    font-size: 28px;
}

.lh-location-page-wrap .lh-loc-area-card p {
    font-size: 16px;
    line-height: 1.7;
}

.lh-location-page-wrap .lh-loc-section-dark .lh-loc-heading-split > p {
    color: rgba(255, 255, 255, .90);
}

.lh-location-page-wrap .lh-loc-property-location {
    font-size: 14px;
    font-weight: 700;
}

.lh-location-page-wrap .lh-loc-property-body h3,
.lh-location-page-wrap .lh-loc-blog-body h3 {
    font-size: 26px;
    line-height: 1.25;
}

.lh-location-page-wrap .lh-loc-property-meta strong {
    color: #003087;
    font-size: 19px;
}

.lh-location-page-wrap .lh-loc-property-meta span {
    font-size: 14px;
}

.lh-location-page-wrap .lh-loc-team-body > p,
.lh-location-page-wrap .lh-loc-blog-body p {
    font-size: 16px;
    line-height: 1.7;
}

.lh-location-page-wrap .lh-loc-team-contact a {
    color: #003087;
    font-size: 14px;
    font-weight: 600;
}

.lh-location-page-wrap .lh-loc-blog-body > span {
    color: #003087;
}

.lh-location-page-wrap .lh-loc-contact-copy > p,
.lh-location-page-wrap .lh-loc-contact-copy li,
.lh-location-page-wrap .lh-loc-contact-copy li a {
    color: rgba(255, 255, 255, .94);
}

.lh-location-page-wrap .lh-loc-contact-copy > p {
    font-size: 19px;
    line-height: 1.75;
}

.lh-location-page-wrap .lh-loc-contact-copy li {
    font-size: 16px;
}

.lh-location-page-wrap .lh-widget-footer,
.lh-location-page-wrap .lh-widget-footer a,
.lh-location-page-wrap .lh-widget-footer p,
.lh-location-page-wrap .lh-widget-footer li {
    color: rgba(255, 255, 255, .88);
}

.lh-location-page-wrap .lh-widget-footer h5 {
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
}

.lh-location-page-wrap .lh-widget-footer a,
.lh-location-page-wrap .lh-widget-footer p,
.lh-location-page-wrap .lh-widget-footer li {
    font-size: 14px;
    line-height: 1.7;
}

.lh-location-page-wrap .lh-loc-intro-image,
.lh-location-page-wrap .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-blog-image,
.lh-location-page-wrap .lh-loc-contact-image {
    background-color: #d5deea;
    background-repeat: no-repeat;
    background-size: cover;
}

.lh-location-page-wrap .lh-loc-intro-image {
    background-position: center;
}

.lh-location-page-wrap .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-blog-image {
    min-height: 260px;
    background-position: center;
}

.lh-location-page-wrap .lh-loc-contact-image {
    background-position: center;
}


/* ---------------------------------------------------------
   Location page 1.3.7: four-column team grid, shadow-free cards
   --------------------------------------------------------- */
.lh-location-page-wrap,
.lh-location-page-wrap *,
.lh-location-page-wrap *::before,
.lh-location-page-wrap *::after {
    box-shadow: none !important;
}

.lh-location-page-wrap .lh-loc-intro-image {
    border: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.lh-location-page-wrap .lh-loc-service-card,
.lh-location-page-wrap .lh-loc-area-card,
.lh-location-page-wrap .lh-loc-property-card,
.lh-location-page-wrap .lh-loc-team-card,
.lh-location-page-wrap .lh-loc-blog-card {
    position: relative;
    box-shadow: none;
    transition: transform .28s ease, border-color .28s ease, background-color .28s ease, color .28s ease;
}

.lh-location-page-wrap .lh-loc-service-card {
    border-top: 3px solid transparent;
}

.lh-location-page-wrap .lh-loc-service-card:hover,
.lh-location-page-wrap .lh-loc-service-card:focus-visible {
    z-index: 1;
    background: #f1f5fa;
    color: var(--lh-loc-ink);
    border-top-color: var(--lh-loc-blue);
    transform: translateY(-3px);
}

.lh-location-page-wrap .lh-loc-service-card:hover h3,
.lh-location-page-wrap .lh-loc-service-card:focus-visible h3,
.lh-location-page-wrap .lh-loc-service-card:hover p,
.lh-location-page-wrap .lh-loc-service-card:focus-visible p,
.lh-location-page-wrap .lh-loc-service-card:hover > span,
.lh-location-page-wrap .lh-loc-service-card:focus-visible > span {
    color: var(--lh-loc-ink);
}

.lh-location-page-wrap .lh-loc-service-card:hover > span,
.lh-location-page-wrap .lh-loc-service-card:focus-visible > span {
    color: var(--lh-loc-blue);
}

.lh-location-page-wrap .lh-loc-service-card:hover > i,
.lh-location-page-wrap .lh-loc-service-card:focus-visible > i {
    border-color: var(--lh-loc-blue);
    background: var(--lh-loc-blue);
    color: #fff;
    transform: translateY(-2px);
}

.lh-location-page-wrap .lh-loc-service-card > i,
.lh-location-page-wrap .lh-loc-service-card > span i,
.lh-location-page-wrap .lh-loc-text-link i {
    transition: transform .28s ease, background-color .28s ease, color .28s ease, border-color .28s ease;
}

.lh-location-page-wrap .lh-loc-service-card:hover > span i,
.lh-location-page-wrap .lh-loc-service-card:focus-visible > span i,
.lh-location-page-wrap .lh-loc-text-link:hover i,
.lh-location-page-wrap .lh-loc-text-link:focus-visible i {
    transform: translateX(5px);
}

.lh-location-page-wrap .lh-loc-area-card {
    transition: background-color .28s ease, border-color .28s ease, transform .28s ease;
}

.lh-location-page-wrap .lh-loc-area-card:hover {
    background: #f4f7fb;
    border-color: #9eafc4;
    transform: translateY(-2px);
}

.lh-location-page-wrap .lh-loc-area-card > span,
.lh-location-page-wrap .lh-loc-area-card h3 {
    transition: color .28s ease, transform .28s ease;
}

.lh-location-page-wrap .lh-loc-area-card:hover > span {
    color: var(--lh-loc-blue);
    transform: translateX(4px);
}

.lh-location-page-wrap .lh-loc-area-card:hover h3 {
    color: var(--lh-loc-blue);
}

.lh-location-page-wrap .lh-loc-property-card:hover,
.lh-location-page-wrap .lh-loc-property-card:focus-within,
.lh-location-page-wrap .lh-loc-blog-card:hover,
.lh-location-page-wrap .lh-loc-blog-card:focus-within,
.lh-location-page-wrap .lh-loc-team-card:hover,
.lh-location-page-wrap .lh-loc-team-card:focus-within {
    border-color: #7f96b4;
    transform: translateY(-4px);
}

.lh-location-page-wrap .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-blog-image,
.lh-location-page-wrap .lh-loc-team-image {
    transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.lh-location-page-wrap .lh-loc-property-card:hover .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-property-card:focus-within .lh-loc-property-image,
.lh-location-page-wrap .lh-loc-blog-card:hover .lh-loc-blog-image,
.lh-location-page-wrap .lh-loc-blog-card:focus-within .lh-loc-blog-image,
.lh-location-page-wrap .lh-loc-team-card:hover .lh-loc-team-image,
.lh-location-page-wrap .lh-loc-team-card:focus-within .lh-loc-team-image {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
}

.lh-location-page-wrap .lh-loc-property-body h3 a,
.lh-location-page-wrap .lh-loc-blog-body h3 a,
.lh-location-page-wrap .lh-loc-team-body h3 a,
.lh-location-page-wrap .lh-loc-team-contact a {
    transition: color .25s ease, text-decoration-color .25s ease;
    text-decoration-color: transparent;
    text-underline-offset: .2em;
}

.lh-location-page-wrap .lh-loc-property-card:hover h3 a,
.lh-location-page-wrap .lh-loc-property-card:focus-within h3 a,
.lh-location-page-wrap .lh-loc-blog-card:hover h3 a,
.lh-location-page-wrap .lh-loc-blog-card:focus-within h3 a,
.lh-location-page-wrap .lh-loc-team-card:hover h3 a,
.lh-location-page-wrap .lh-loc-team-card:focus-within h3 a,
.lh-location-page-wrap .lh-loc-team-contact a:hover,
.lh-location-page-wrap .lh-loc-team-contact a:focus-visible {
    color: var(--lh-loc-blue);
    text-decoration-color: currentColor;
}

.lh-location-page-wrap .lh-loc-outline-btn,
.lh-location-page-wrap .lh-btn,
.lh-location-page-wrap .lh-nav-btn {
    transition: transform .24s ease, background-color .24s ease, color .24s ease, border-color .24s ease;
}

.lh-location-page-wrap .lh-loc-outline-btn:hover,
.lh-location-page-wrap .lh-loc-outline-btn:focus-visible,
.lh-location-page-wrap .lh-btn:hover,
.lh-location-page-wrap .lh-btn:focus-visible,
.lh-location-page-wrap .lh-nav-btn:hover,
.lh-location-page-wrap .lh-nav-btn:focus-visible {
    transform: translateY(-2px);
}

.lh-location-page-wrap a:focus-visible,
.lh-location-page-wrap button:focus-visible {
    outline: 2px solid #6f9bd0;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .lh-location-page-wrap *,
    .lh-location-page-wrap *::before,
    .lh-location-page-wrap *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    .lh-location-page-wrap .lh-loc-service-card:hover,
    .lh-location-page-wrap .lh-loc-area-card:hover,
    .lh-location-page-wrap .lh-loc-property-card:hover,
    .lh-location-page-wrap .lh-loc-blog-card:hover,
    .lh-location-page-wrap .lh-loc-team-card:hover,
    .lh-location-page-wrap .lh-loc-outline-btn:hover,
    .lh-location-page-wrap .lh-btn:hover,
    .lh-location-page-wrap .lh-nav-btn:hover {
        transform: none;
    }
}

@media (max-width: 1300px) {
    .lh-location-page-wrap .lh-loc-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lh-location-page-wrap .lh-loc-team-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }

    .lh-location-page-wrap .lh-loc-intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
        gap: 70px;
    }

    .lh-location-page-wrap .lh-loc-contact {
        grid-template-columns: 1fr 1fr;
    }

    .lh-location-page-wrap .lh-loc-contact-copy {
        padding: 80px 60px;
    }
}

@media (max-width: 1024px) {
    .lh-location-page-wrap .lh-loc-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .lh-location-page-wrap .lh-location-hero {
        min-height: 820px;
    }

    .lh-location-page-wrap .lh-location-hero-content {
        min-height: 690px;
        padding-inline: 32px;
    }

    .lh-location-page-wrap .lh-location-hero-bottom {
        right: 32px;
        left: 32px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lh-location-page-wrap .lh-loc-container {
        width: min(100% - 56px, 1480px);
    }

    .lh-location-page-wrap .lh-loc-intro-grid,
    .lh-location-page-wrap .lh-loc-heading-split,
    .lh-location-page-wrap .lh-loc-contact {
        grid-template-columns: 1fr;
    }

    .lh-location-page-wrap .lh-loc-intro-image {
        min-height: 600px;
        order: -1;
    }

    .lh-location-page-wrap .lh-loc-heading-split {
        gap: 24px;
        align-items: start;
    }

    .lh-location-page-wrap .lh-loc-area-grid,
    .lh-location-page-wrap .lh-loc-property-grid,
    .lh-location-page-wrap .lh-loc-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lh-location-page-wrap .lh-loc-contact-image {
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    .lh-location-page-wrap .lh-location-hero {
        min-height: 780px;
        background-position: 62% center;
    }

    .lh-location-page-wrap .lh-location-hero .lh-hero-overlay {
        background: linear-gradient(180deg, rgba(0, 20, 65, .55) 0%, rgba(0, 20, 65, .92) 70%, rgba(0, 20, 65, .98) 100%);
    }

    .lh-location-page-wrap .lh-home-nav {
        padding-inline: 20px;
    }

    .lh-location-page-wrap .lh-location-hero-content {
        min-height: 620px;
        padding: 110px 20px 170px;
        justify-content: flex-end;
    }

    .lh-location-page-wrap .lh-location-hero-content .lh-hero-big h1 {
        font-size: clamp(45px, 13vw, 70px);
        line-height: .96;
    }

    .lh-location-page-wrap .lh-location-hero-content .lh-home-sub {
        font-size: 17px;
        line-height: 1.55;
    }

    .lh-location-page-wrap .lh-location-hero-bottom {
        right: 20px;
        bottom: 22px;
        left: 20px;
        padding-top: 18px;
        font-size: 12px;
    }

    .lh-location-page-wrap .lh-loc-container {
        width: min(100% - 36px, 1480px);
    }

    .lh-location-page-wrap .lh-loc-section {
        padding-block: 78px;
    }

    .lh-location-page-wrap .lh-loc-heading h2,
    .lh-location-page-wrap .lh-loc-copy h2,
    .lh-location-page-wrap .lh-loc-contact-copy h2 {
        font-size: clamp(38px, 11vw, 56px);
    }

    .lh-location-page-wrap .lh-loc-richtext,
    .lh-location-page-wrap .lh-loc-heading-split > p,
    .lh-location-page-wrap .lh-loc-contact-copy > p {
        font-size: 16px;
    }

    .lh-location-page-wrap .lh-loc-intro-image {
        min-height: 430px;
    }

    .lh-location-page-wrap .lh-loc-facts,
    .lh-location-page-wrap .lh-loc-service-grid,
    .lh-location-page-wrap .lh-loc-area-grid,
    .lh-location-page-wrap .lh-loc-property-grid,
    .lh-location-page-wrap .lh-loc-team-grid,
    .lh-location-page-wrap .lh-loc-blog-grid {
        grid-template-columns: 1fr;
    }

    .lh-location-page-wrap .lh-loc-service-card {
        min-height: 320px;
    }

    .lh-location-page-wrap .lh-loc-service-card > i {
        margin-bottom: 36px;
    }

    .lh-location-page-wrap .lh-loc-area-card {
        min-height: 220px;
    }

    .lh-location-page-wrap .lh-loc-property-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .lh-location-page-wrap .lh-loc-contact-image {
        min-height: 400px;
    }

    .lh-location-page-wrap .lh-loc-contact-copy {
        padding: 70px 22px;
    }

    .lh-location-page-wrap .lh-loc-contact-actions {
        display: grid;
    }

    .lh-location-page-wrap .lh-loc-contact-actions .lh-btn {
        width: 100%;
    }
}

/* Final specificity overrides for the complete location widget. */
.lh-location-page-wrap .lh-home-nav .lh-menu a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .045em;
}

.lh-location-page-wrap .cb-lang-switch,
.lh-location-page-wrap .cb-lang-switch a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
}

.lh-location-page-wrap .lh-nav-btn {
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
}

.lh-location-page-wrap .lh-loc-eyebrow,
.lh-location-page-wrap .lh-location-hero-content .lh-section-eyebrow {
    font-weight: 800;
}

.lh-location-page-wrap .lh-loc-section-dark .lh-loc-eyebrow {
    color: #d5e5f7;
}

.lh-location-page-wrap .lh-loc-section-dark .lh-loc-heading h2,
.lh-location-page-wrap .lh-loc-section-dark .lh-loc-heading h2 a {
    color: #fff;
}

.lh-location-page-wrap .lh-loc-property-card,
.lh-location-page-wrap .lh-loc-blog-card,
.lh-location-page-wrap .lh-loc-team-card {
    color: #071a3a;
}

@media (max-width: 767px) {
    .lh-location-page-wrap {
        font-size: 17px;
    }

    .lh-location-page-wrap .lh-loc-richtext,
    .lh-location-page-wrap .lh-loc-heading-split > p,
    .lh-location-page-wrap .lh-loc-contact-copy > p {
        font-size: 17px;
    }

    .lh-location-page-wrap .lh-loc-property-image,
    .lh-location-page-wrap .lh-loc-blog-image {
        min-height: 230px;
    }
}

/* Editable location footer content */
.lh-location-page-wrap .lh-location-footer-text {
    max-width: 330px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 15px;
    line-height: 1.75;
}

/* ---------------------------------------------------------
   Location page 1.6.0: reviews, newsletter, area images, sticky box
   --------------------------------------------------------- */
.lh-location-page-wrap h1,
.lh-location-page-wrap h2,
.lh-location-page-wrap h3,
.lh-location-page-wrap h4,
.lh-location-page-wrap h5,
.lh-location-page-wrap h6,
.lh-location-page-wrap .lh-location-hero-content .lh-hero-big h1,
.lh-location-page-wrap .lh-loc-heading h2,
.lh-location-page-wrap .lh-loc-copy h2,
.lh-location-page-wrap .lh-loc-contact-copy h2 {
    font-family: var(--cb-font-sans), "Helvetica Neue", Arial, sans-serif !important;
}

.lh-location-page-wrap .lh-loc-area-card {
    display: flex;
    min-height: 0;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
}

.lh-location-page-wrap .lh-loc-area-image {
    display: block;
    min-height: 190px;
    background: #d6dde6 center/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-area-card-inner {
    padding: 32px;
}

.lh-location-page-wrap .lh-loc-area-card h3 a {
    color: inherit;
    text-decoration: none;
}

.lh-location-page-wrap .lh-loc-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lh-location-page-wrap .lh-loc-review-card {
    display: flex;
    padding: 28px;
    flex-direction: column;
    gap: 18px;
    border: 1px solid var(--lh-loc-line);
    background: #fff;
    transition: transform .28s ease, border-color .28s ease;
}

.lh-location-page-wrap .lh-loc-review-card:hover {
    border-color: #7f96b4;
    transform: translateY(-4px);
}

.lh-location-page-wrap .lh-loc-review-top {
    display: grid;
    grid-template-columns: 64px minmax(0,1fr);
    gap: 16px;
    align-items: center;
}

.lh-location-page-wrap .lh-loc-review-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d5dbe4 center/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-review-top h3 {
    margin: 0;
    color: var(--lh-loc-blue-dark);
    font-size: 22px;
    line-height: 1.2;
}

.lh-location-page-wrap .lh-loc-review-top p {
    margin: 6px 0 0;
    color: var(--lh-loc-muted);
    font-size: 14px;
}

.lh-location-page-wrap .lh-loc-review-stars {
    display: flex;
    gap: 6px;
    color: #c79d2f;
    font-size: 14px;
}

.lh-location-page-wrap .lh-loc-review-quote p {
    margin: 0;
    color: var(--lh-loc-muted);
    font-size: 16px;
    line-height: 1.8;
}

.lh-location-page-wrap .lh-loc-newsletter-box {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(360px,.85fr);
    overflow: hidden;
    border: 1px solid var(--lh-loc-line);
    background: #fff;
}

.lh-location-page-wrap .lh-loc-newsletter-copy {
    padding: clamp(36px, 5vw, 64px);
}

.lh-location-page-wrap .lh-loc-newsletter-copy > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--lh-loc-muted);
    font-size: 18px;
    line-height: 1.8;
}

.lh-location-page-wrap .lh-loc-newsletter-image {
    min-height: 420px;
    background: #d6dde6 center/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    margin-top: 30px;
}

.lh-location-page-wrap .lh-loc-newsletter-form input {
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid var(--lh-loc-line);
    background: #fff;
    color: var(--lh-loc-ink);
    font-size: 16px;
}

.lh-location-page-wrap .lh-loc-newsletter-form button {
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid var(--lh-loc-blue);
    background: var(--lh-loc-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
}

.lh-location-page-wrap .lh-loc-newsletter-form button:hover {
    background: var(--lh-loc-blue-dark);
}

.lh-location-page-wrap .lh-loc-newsletter-privacy {
    display: block;
    margin-top: 14px;
    color: var(--lh-loc-muted);
    font-size: 13px;
    line-height: 1.7;
}

.lh-location-page-wrap .lh-loc-floating-card {
    position: fixed;
    top: 140px;
    right: 8px;
    z-index: 35;
    width: 290px;
    overflow: hidden;
    border: 1px solid var(--lh-loc-line);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(18px, 12px, 0);
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.lh-location-page-wrap .lh-loc-floating-card.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.lh-location-page-wrap .lh-loc-floating-card-image {
    display: block;
    aspect-ratio: 0.95 / 1;
    background: #d7dde6 center/cover no-repeat;
}

.lh-location-page-wrap .lh-loc-floating-card-body {
    padding: 18px;
}

.lh-location-page-wrap .lh-loc-floating-card-body > span {
    display: block;
    margin-bottom: 10px;
    color: var(--lh-loc-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lh-location-page-wrap .lh-loc-floating-card-body h3 {
    margin: 0;
    color: var(--lh-loc-blue-dark);
    font-size: 26px;
    line-height: 1.18;
}

.lh-location-page-wrap .lh-loc-floating-card-body h3 a {
    color: inherit;
    text-decoration: none;
}

.lh-location-page-wrap .lh-loc-floating-card-body > p {
    margin: 8px 0 0;
    color: var(--lh-loc-muted);
    font-size: 14px;
    line-height: 1.6;
}

.lh-location-page-wrap .lh-loc-floating-card-contact {
    display: grid;
    gap: 6px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--lh-loc-line);
}

.lh-location-page-wrap .lh-loc-floating-card-contact a {
    color: var(--lh-loc-blue);
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.lh-location-page-wrap .lh-loc-floating-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-weight: 700;
}

@media (max-width: 1300px) {
    .lh-location-page-wrap .lh-loc-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lh-location-page-wrap .lh-loc-floating-card {
        display: none;
    }
}

@media (max-width: 1024px) {
    .lh-location-page-wrap .lh-loc-newsletter-box {
        grid-template-columns: 1fr;
    }

    .lh-location-page-wrap .lh-loc-newsletter-image {
        min-height: 340px;
        order: -1;
    }
}

@media (max-width: 767px) {
    .lh-location-page-wrap .lh-loc-review-grid {
        grid-template-columns: 1fr;
    }

    .lh-location-page-wrap .lh-loc-area-card-inner {
        padding: 26px;
    }

    .lh-location-page-wrap .lh-loc-area-image {
        min-height: 170px;
    }

    .lh-location-page-wrap .lh-loc-newsletter-form {
        grid-template-columns: 1fr;
    }
}


/* 1.6.1 refinements */
.lh-location-page-wrap .lh-loc-newsletter-copy h2,
.lh-location-page-wrap #newsletter .lh-loc-newsletter-copy h2 {
    color: #000 !important;
}


/* 1.6.2 floating contact card placement */
.lh-location-page-wrap .lh-location-hero .lh-loc-floating-card {
    display: none !important;
}
