/* LIVIQO SEO Max – Premium-Layout der regionalen Landingpages 2.0.5 */

body.liviqo-location-page {
    --lq-location-max: 1180px;
    --lq-location-pad: max(40px, calc((100vw - var(--lq-location-max)) / 2));
}

body.liviqo-location-page #liviqo-main {
    overflow: clip;
    background: var(--paper);
}

body.liviqo-location-page #liviqo-main p {
    overflow-wrap: anywhere;
}

/* Hero: gleiche Bildsprache und Kontrastlogik wie die LIVIQO-Hauptseiten. */
body.liviqo-location-page .location-hero.hero.compact {
    position: relative;
    display: flex !important;
    align-items: flex-end !important;
    min-height: 660px;
    overflow: hidden;
    isolation: isolate;
    background: #242220;
    color: #fff;
}

body.liviqo-location-page .location-hero > .lq-background-image {
    position: absolute !important;
    inset: 0;
    z-index: -2;
    width: 100% !important;
    height: 100% !important;
}

body.liviqo-location-page .location-hero > .lq-background-image .elementor-widget-container,
body.liviqo-location-page .location-hero > .lq-background-image img {
    width: 100%;
    height: 100%;
}

body.liviqo-location-page .location-hero > .lq-background-image img {
    object-fit: cover;
    object-position: center;
    filter: saturate(.88) contrast(1.03);
    transform: scale(1.01);
}

body.liviqo-location-page .location-hero > .hero-shade {
    position: absolute !important;
    inset: 0;
    z-index: -1;
    width: 100% !important;
    height: 100% !important;
    background:
        linear-gradient(90deg, rgba(19, 18, 17, .94) 0%, rgba(19, 18, 17, .76) 44%, rgba(19, 18, 17, .25) 78%),
        linear-gradient(0deg, rgba(19, 18, 17, .42) 0%, transparent 58%);
}

body.liviqo-location-page .location-hero > .hero-content {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    width: min(var(--lq-location-max), calc(100% - 80px)) !important;
    margin: 0 auto;
    padding: 104px 0 84px;
}

body.liviqo-location-page .location-hero .eyebrow p {
    color: #ebc3a2 !important;
}

body.liviqo-location-page .location-hero h1.elementor-heading-title {
    max-width: 920px;
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(3.45rem, 4.9vw, 5rem);
    line-height: .94;
    letter-spacing: -.035em;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .34);
}

body.liviqo-location-page .location-hero h1 em {
    color: #e7b58e;
    font-style: normal;
}

body.liviqo-location-page .location-hero .hero-content > .elementor-widget-text-editor:not(.eyebrow) {
    max-width: 720px;
}

body.liviqo-location-page .location-hero .hero-content > .elementor-widget-text-editor:not(.eyebrow) p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.02rem;
    line-height: 1.72;
}

body.liviqo-location-page .location-hero .button-row {
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: auto !important;
    margin-top: 34px;
}

/* Buttons: klare Wortmarken ohne iOS-Emoji-Pfeile. */
body.liviqo-location-page #liviqo-main .elementor-widget-button {
    width: auto;
}

body.liviqo-location-page #liviqo-main .elementor-widget-button .elementor-button {
    gap: 18px;
    min-height: 52px;
    padding: 15px 22px;
}

body.liviqo-location-page #liviqo-main .elementor-widget-button .elementor-button::after {
    content: "\2192";
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

/* Conversion-Bereiche: BOTTIMMO nativ in die LIVIQO-CI eingebettet. */
body.liviqo-location-page .location-conversion {
    display: grid !important;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: clamp(58px, 7vw, 112px);
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    padding: 104px var(--lq-location-pad);
}

body.liviqo-location-page .location-valuation {
    background: var(--sand);
    border-bottom: 1px solid var(--line);
}

body.liviqo-location-page .location-conversion-copy {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
    min-width: 0;
    max-width: 560px;
}

body.liviqo-location-page .location-conversion h2.elementor-heading-title {
    margin: 0 0 24px;
    font-size: clamp(2.35rem, 3.15vw, 3.55rem);
    line-height: 1;
    letter-spacing: -.03em;
}

body.liviqo-location-page .location-conversion-copy > .elementor-widget-text-editor:not(.eyebrow) p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

body.liviqo-location-page .location-trust-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin-top: 36px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

body.liviqo-location-page .location-trust-item {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    padding: 18px 14px 18px 0;
}

body.liviqo-location-page .location-trust-item + .location-trust-item {
    padding-left: 14px;
    border-left: 1px solid var(--line);
}

body.liviqo-location-page .location-trust-item p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 !important;
}

/* Elementor rendert kurze Texteditor-Inhalte ohne umschließendes <p>.
 * Darum müssen auch die direkten strong-/span-Kinder blockweise stehen. */
body.liviqo-location-page .location-trust-item > strong,
body.liviqo-location-page .location-trust-item > span,
body.liviqo-location-page .location-trust-item > .elementor-widget-container > strong,
body.liviqo-location-page .location-trust-item > .elementor-widget-container > span {
    display: block;
    width: 100%;
}

body.liviqo-location-page .location-trust-item > .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

body.liviqo-location-page .location-trust-item strong {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 500;
}

body.liviqo-location-page .location-trust-item span {
    color: var(--muted);
    font-size: .69rem;
    line-height: 1.45;
}

body.liviqo-location-page .location-widget-card {
    display: block !important;
    width: 100%;
    min-width: 0;
    padding: clamp(16px, 2.2vw, 30px);
    overflow: visible;
    background: #fff;
    border: 1px solid rgba(31, 30, 28, .11);
    box-shadow: 0 24px 70px rgba(31, 30, 28, .09);
}

body.liviqo-location-page .location-conversion > *,
body.liviqo-location-page .location-widget-card > * {
    min-width: 0;
}

body.liviqo-location-page .location-widget-embed,
body.liviqo-location-page .location-widget-embed > .elementor-widget-container,
body.liviqo-location-page .location-widget-card btm-widget {
    display: block;
    width: 100%;
    max-width: 100%;
}

body.liviqo-location-page .location-valuation-card btm-widget {
    min-height: 560px;
}

body.liviqo-location-page .location-return-call {
    background: var(--ink);
    color: #fff;
}

body.liviqo-location-page .location-return-call h2.elementor-heading-title {
    color: #fff;
}

body.liviqo-location-page .location-return-call .location-conversion-copy > .elementor-widget-text-editor:not(.eyebrow) p {
    color: rgba(255, 255, 255, .7);
}

body.liviqo-location-page .location-return-call-card btm-widget {
    min-height: 430px;
}

body.liviqo-location-page .location-call-actions {
    display: flex !important;
    width: auto !important;
    margin-top: 32px;
}

body.liviqo-location-page .location-phone-button .elementor-button {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .5) !important;
}

/* Ruhige, begrenzte Inhaltsbreiten statt Text über den ganzen Bildschirm. */
body.liviqo-location-page .text-section,
body.liviqo-location-page .location-nearby,
body.liviqo-location-page .location-faq {
    display: grid !important;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: clamp(64px, 8vw, 128px);
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    padding: 112px var(--lq-location-pad);
}

body.liviqo-location-page .text-section > .e-con,
body.liviqo-location-page .location-nearby > .e-con,
body.liviqo-location-page .location-faq > .e-con {
    width: 100%;
    max-width: 100%;
}

body.liviqo-location-page .text-section h2.elementor-heading-title,
body.liviqo-location-page .location-nearby h2.elementor-heading-title,
body.liviqo-location-page .location-faq h2.elementor-heading-title,
body.liviqo-location-page .location-factors h2.elementor-heading-title,
body.liviqo-location-page .location-cta h2.elementor-heading-title {
    margin-bottom: 24px;
    font-size: clamp(2.25rem, 3.05vw, 3.45rem);
    line-height: 1.04;
    letter-spacing: -.03em;
}

body.liviqo-location-page .location-nearby h2.elementor-heading-title {
    font-size: clamp(2.1rem, 2.65vw, 3.1rem);
}

body.liviqo-location-page .text-section-copy {
    max-width: 680px;
    padding-top: 34px;
}

body.liviqo-location-page .text-section-copy > .elementor-widget-text-editor:not(.lead) p,
body.liviqo-location-page .location-process > .e-con:first-child > .elementor-widget-text-editor:not(.eyebrow) p,
body.liviqo-location-page .location-nearby > .e-con:first-child > .elementor-widget-text-editor:not(.eyebrow) p,
body.liviqo-location-page .location-faq > .e-con:first-child > .elementor-widget-text-editor:not(.eyebrow) p {
    color: var(--muted);
}

body.liviqo-location-page .text-section-copy .lead p {
    margin-bottom: 26px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.6rem, 1.95vw, 1.95rem);
    line-height: 1.18;
    letter-spacing: -.02em;
}

/* Die Objektarten-Beschreibung ist informativer Fließtext und keine zweite
 * Überschrift. Sie erhält deshalb eine ruhige, gut lesbare Hervorhebung. */
body.liviqo-location-page .location-market .text-section-copy > .lead {
    margin-bottom: 30px;
    padding: 3px 0 3px 22px;
    color: var(--ink);
    font-family: var(--sans);
    font-size: clamp(1.08rem, 1.35vw, 1.25rem);
    line-height: 1.58;
    letter-spacing: -.01em;
    border-left: 2px solid var(--copper);
}

body.liviqo-location-page .location-market .text-section-copy > .lead p,
body.liviqo-location-page .location-market .text-section-copy > .lead .elementor-widget-container {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

body.liviqo-location-page .text-section-copy .elementor-widget-text-editor p,
body.liviqo-location-page .location-process p,
body.liviqo-location-page .location-nearby p,
body.liviqo-location-page .location-faq p {
    margin-bottom: 20px;
    line-height: 1.75;
}

body.liviqo-location-page .location-intro {
    border-bottom: 1px solid var(--line);
}

body.liviqo-location-page .location-market {
    background: #fff;
}

body.liviqo-location-page .location-process {
    background: var(--sand);
}

/* Bewertungsfaktoren als klar gezeichnete Premium-Karten. */
body.liviqo-location-page .location-factors {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 108px max(40px, calc((100vw - 1240px) / 2));
    background: var(--sand);
}

body.liviqo-location-page .location-factors > .section-head {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    max-width: 780px;
    margin: 0 auto 58px;
    text-align: center;
}

body.liviqo-location-page .location-factors .section-head .eyebrow p {
    justify-content: center;
}

body.liviqo-location-page .location-factors .section-head > .elementor-widget-text-editor:not(.eyebrow) p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
}

body.liviqo-location-page .location-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 1240px !important;
    margin: 0 auto;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
}

body.liviqo-location-page .location-card {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 370px;
    padding: 42px 34px;
    background: var(--paper);
}

body.liviqo-location-page .location-card:first-child {
    background: var(--ink);
    color: #fff;
}

body.liviqo-location-page .location-card:first-child h3.elementor-heading-title {
    color: #fff;
}

body.liviqo-location-page .location-card:first-child .elementor-widget-text-editor:last-child p {
    color: rgba(255, 255, 255, .68);
}

body.liviqo-location-page .location-card > .elementor-widget-text-editor:first-child {
    margin-bottom: 52px;
}

body.liviqo-location-page .location-card > .elementor-widget-text-editor:first-child p {
    margin: 0;
}

body.liviqo-location-page .location-card > .elementor-widget-text-editor:first-child span {
    color: var(--copper-dark);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.liviqo-location-page .location-card:first-child > .elementor-widget-text-editor:first-child span {
    color: #e8b990;
}

body.liviqo-location-page .location-card h3.elementor-heading-title {
    margin-bottom: 20px;
    font-size: clamp(1.55rem, 1.72vw, 1.82rem);
    line-height: 1.08;
}

body.liviqo-location-page .location-card > .elementor-widget-text-editor:last-child p {
    margin: 0;
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.72;
}

/* Prozess: editorial statt langer unstrukturierter Textliste. */
body.liviqo-location-page .location-process-list {
    counter-reset: location-step;
    display: block !important;
    margin: 0;
    border-top: 1px solid var(--line);
}

body.liviqo-location-page .location-step {
    counter-increment: location-step;
    position: relative;
    display: grid !important;
    grid-template-columns: 54px 135px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
}

body.liviqo-location-page .location-step::before {
    content: "0" counter(location-step);
    color: var(--copper-dark);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
}

body.liviqo-location-page .location-step h3.elementor-heading-title {
    margin: 0;
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.liviqo-location-page .location-step .elementor-widget-text-editor p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.68;
}

/* Regionale Verknüpfungen und FAQ. */
body.liviqo-location-page .location-nearby {
    background: var(--paper);
}

body.liviqo-location-page .location-nearby-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    border-top: 1px solid var(--line);
}

body.liviqo-location-page .location-nearby-list > .elementor-widget-button {
    width: 100% !important;
    border-bottom: 1px solid var(--line);
}

body.liviqo-location-page .location-nearby-list > .elementor-widget-button:nth-child(odd) {
    padding-right: 22px;
    border-right: 1px solid var(--line);
}

body.liviqo-location-page .location-nearby-list > .elementor-widget-button:nth-child(even) {
    padding-left: 22px;
}

body.liviqo-location-page .location-nearby-list .elementor-button {
    justify-content: space-between;
    width: 100%;
    min-height: 58px !important;
    padding: 14px 4px !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--ink) !important;
    font-size: .82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-align: left;
    text-transform: none !important;
}

body.liviqo-location-page .location-nearby-list .elementor-button:hover {
    color: var(--copper-dark) !important;
}

body.liviqo-location-page .location-faq {
    background: var(--sand);
}

body.liviqo-location-page .location-faq-list {
    display: block !important;
    border-top: 1px solid var(--line);
}

body.liviqo-location-page .location-faq-list .elementor-toggle-item {
    border-bottom: 1px solid var(--line);
}

body.liviqo-location-page .location-faq-list .elementor-tab-title {
    padding: 24px 0;
    font-family: var(--serif);
    font-size: clamp(1.45rem, 2vw, 1.78rem);
    line-height: 1.12;
}

body.liviqo-location-page .location-faq-list .elementor-tab-content {
    max-width: 720px;
    padding: 0 42px 24px 0;
    color: var(--muted);
    line-height: 1.72;
}

/* Abschluss-CTA: starke dunkle Bühne statt beliebiger Textblock. */
body.liviqo-location-page .location-cta {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    padding: 108px var(--lq-location-pad);
    background: var(--ink);
    color: #fff;
}

body.liviqo-location-page .location-cta h2.elementor-heading-title {
    max-width: 900px;
    color: #fff;
}

body.liviqo-location-page .location-cta > .elementor-widget-text-editor:not(.eyebrow) {
    max-width: 720px;
}

body.liviqo-location-page .location-cta > .elementor-widget-text-editor:not(.eyebrow) p {
    color: rgba(255, 255, 255, .68);
}

body.liviqo-location-page .location-cta .button-row {
    display: flex !important;
    flex-flow: row wrap;
    gap: 12px;
    width: auto !important;
    margin-top: 30px;
}

@media (max-width: 1050px) {
    body.liviqo-location-page {
        --lq-location-pad: 40px;
    }

    body.liviqo-location-page .location-hero.hero.compact {
        min-height: 630px;
    }

    body.liviqo-location-page .location-hero > .hero-content {
        width: calc(100% - 80px) !important;
        padding: 94px 0 72px;
    }

    body.liviqo-location-page .location-hero h1.elementor-heading-title {
        max-width: 820px;
        font-size: clamp(3.25rem, 6.5vw, 4.35rem);
    }

    body.liviqo-location-page .location-conversion {
        grid-template-columns: 1fr;
        gap: 52px;
        padding-top: 92px;
        padding-bottom: 92px;
    }

    body.liviqo-location-page .location-conversion-copy {
        max-width: 760px;
    }

    body.liviqo-location-page .location-widget-card {
        max-width: 820px;
    }

    body.liviqo-location-page .text-section,
    body.liviqo-location-page .location-nearby,
    body.liviqo-location-page .location-faq {
        grid-template-columns: 1fr;
        gap: 44px;
        padding-top: 92px;
        padding-bottom: 92px;
    }

    body.liviqo-location-page .text-section-copy {
        max-width: 780px;
        padding-top: 0;
    }

    body.liviqo-location-page .location-card-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.liviqo-location-page .location-card:last-child:nth-child(odd) {
        grid-column: 1 / 3;
        min-height: 300px;
    }
}

@media (max-width: 720px) {
    body.liviqo-location-page {
        --lq-location-pad: 20px;
    }

    body.liviqo-location-page .location-hero.hero.compact {
        min-height: 620px;
    }

    body.liviqo-location-page .location-hero > .lq-background-image img {
        object-position: 58% center;
    }

    body.liviqo-location-page .location-hero > .hero-shade {
        background:
            linear-gradient(90deg, rgba(19, 18, 17, .92), rgba(19, 18, 17, .46)),
            linear-gradient(0deg, rgba(19, 18, 17, .66), transparent 72%);
    }

    body.liviqo-location-page .location-hero > .hero-content {
        width: calc(100% - 40px) !important;
        padding: 92px 0 54px;
    }

    body.liviqo-location-page .location-hero h1.elementor-heading-title {
        margin-bottom: 22px;
        font-size: clamp(2.65rem, 11.5vw, 3.4rem);
        line-height: .97;
    }

    body.liviqo-location-page .location-hero .hero-content > .elementor-widget-text-editor:not(.eyebrow) p {
        font-size: .94rem;
        line-height: 1.62;
    }

    body.liviqo-location-page .location-hero .button-row,
    body.liviqo-location-page .location-cta .button-row {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100% !important;
    }

    body.liviqo-location-page #liviqo-main .button-row > .elementor-widget-button,
    body.liviqo-location-page #liviqo-main .button-row .elementor-button {
        width: 100%;
    }

    body.liviqo-location-page .text-section,
    body.liviqo-location-page .location-nearby,
    body.liviqo-location-page .location-faq {
        gap: 34px;
        padding-top: 76px;
        padding-bottom: 76px;
    }

    body.liviqo-location-page .text-section h2.elementor-heading-title,
    body.liviqo-location-page .location-nearby h2.elementor-heading-title,
    body.liviqo-location-page .location-faq h2.elementor-heading-title,
    body.liviqo-location-page .location-factors h2.elementor-heading-title,
    body.liviqo-location-page .location-cta h2.elementor-heading-title {
        font-size: clamp(2.05rem, 9vw, 2.7rem);
        line-height: 1.05;
    }

    body.liviqo-location-page .location-nearby h2.elementor-heading-title {
        font-size: clamp(1.9rem, 8.2vw, 2.45rem);
    }

    body.liviqo-location-page .text-section-copy .lead p {
        font-size: 1.48rem;
    }

    body.liviqo-location-page .location-conversion {
        gap: 38px;
        padding: 72px 20px;
    }

    body.liviqo-location-page .location-conversion h2.elementor-heading-title {
        font-size: clamp(2.15rem, 9.4vw, 2.75rem);
        line-height: 1.04;
    }

    body.liviqo-location-page .location-trust-row {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    body.liviqo-location-page .location-trust-item,
    body.liviqo-location-page .location-trust-item + .location-trust-item {
        padding: 14px 0;
        border-left: 0;
    }

    body.liviqo-location-page .location-trust-item + .location-trust-item {
        border-top: 1px solid var(--line);
    }

    body.liviqo-location-page .location-widget-card {
        padding: 12px;
        box-shadow: 0 16px 45px rgba(31, 30, 28, .1);
    }

    body.liviqo-location-page .location-valuation-card btm-widget {
        min-height: 520px;
    }

    body.liviqo-location-page .location-return-call-card btm-widget {
        min-height: 410px;
    }

    body.liviqo-location-page .location-call-actions,
    body.liviqo-location-page .location-call-actions > .elementor-widget-button,
    body.liviqo-location-page .location-call-actions .elementor-button {
        width: 100% !important;
    }

    body.liviqo-location-page .location-factors {
        padding: 76px 20px;
    }

    body.liviqo-location-page .location-factors > .section-head {
        align-items: flex-start;
        margin-bottom: 36px;
        text-align: left;
    }

    body.liviqo-location-page .location-factors .section-head .eyebrow p {
        justify-content: flex-start;
    }

    body.liviqo-location-page .location-card-grid {
        grid-template-columns: 1fr;
    }

    body.liviqo-location-page .location-card,
    body.liviqo-location-page .location-card:last-child:nth-child(odd) {
        grid-column: auto;
        min-height: 0;
        padding: 32px 26px;
    }

    body.liviqo-location-page .location-card > .elementor-widget-text-editor:first-child {
        margin-bottom: 34px;
    }

    body.liviqo-location-page .location-step {
        grid-template-columns: 42px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 10px 14px;
        padding: 22px 0;
    }

    body.liviqo-location-page .location-step::before {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    body.liviqo-location-page .location-step > .elementor-widget-heading {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        width: 100% !important;
        min-width: 0;
    }

    body.liviqo-location-page .location-step h3.elementor-heading-title {
        width: 100%;
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
        writing-mode: horizontal-tb;
    }

    body.liviqo-location-page .location-step > .elementor-widget-text-editor {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100% !important;
        min-width: 0;
        color: var(--muted);
        font-size: .92rem;
        line-height: 1.68;
    }

    body.liviqo-location-page .location-nearby-list {
        grid-template-columns: 1fr;
    }

    body.liviqo-location-page .location-nearby-list > .elementor-widget-button:nth-child(odd),
    body.liviqo-location-page .location-nearby-list > .elementor-widget-button:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
    }

    body.liviqo-location-page .location-faq-list .elementor-tab-content {
        padding-right: 0;
    }

    body.liviqo-location-page .location-cta {
        padding-top: 78px;
        padding-bottom: 78px;
    }
}

@media (max-width: 480px) {
    body.liviqo-location-page {
        --lq-location-pad: 16px;
    }

    body.liviqo-location-page .location-hero > .hero-content {
        width: calc(100% - 32px) !important;
        padding-bottom: 46px;
    }

    body.liviqo-location-page .location-hero h1.elementor-heading-title {
        font-size: clamp(2.42rem, 11.2vw, 3.05rem);
    }

    body.liviqo-location-page .location-conversion,
    body.liviqo-location-page .text-section,
    body.liviqo-location-page .location-nearby,
    body.liviqo-location-page .location-faq {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.liviqo-location-page .location-conversion {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    body.liviqo-location-page .location-conversion h2.elementor-heading-title,
    body.liviqo-location-page .text-section h2.elementor-heading-title,
    body.liviqo-location-page .location-factors h2.elementor-heading-title,
    body.liviqo-location-page .location-faq h2.elementor-heading-title,
    body.liviqo-location-page .location-cta h2.elementor-heading-title {
        font-size: clamp(1.95rem, 8.8vw, 2.35rem);
    }

    body.liviqo-location-page .location-market .text-section-copy > .lead {
        padding-left: 16px;
        font-size: 1.05rem;
        line-height: 1.58;
    }

    body.liviqo-location-page .location-widget-card {
        padding: 8px;
    }

    body.liviqo-location-page .location-valuation-card btm-widget,
    body.liviqo-location-page .location-return-call-card btm-widget {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    body.liviqo-location-page .location-phone-button .elementor-button {
        padding-right: 14px !important;
        padding-left: 14px !important;
        font-size: .62rem !important;
        letter-spacing: .055em !important;
    }
}
