/* LIVIQO: ruhige CTAs, saubere Mobile-Ausrichtung und vollständiges Ortsnetz. */
:root{
  --lq-ink:#242321;
  --lq-copy:#49453f;
  --lq-paper:#fbfaf7;
  --lq-sand:#eee5db;
  --lq-line:#d9d0c6;
  --lq-copper:#8a5738;
  --lq-copper-dark:#70432b;
  --lq-white:#fff;
}

/* Pfeile: keine roten Kreise; einheitliche, ruhige Richtungsanzeige. */
html body.liviqo-native .elementor .lq-arrow::before,
html body.liviqo-native .elementor .lq-arrow::after,
html body.liviqo-native .elementor .lq-arrow .elementor-button::before,
html body.liviqo-native .elementor .lq-arrow .elementor-button::after,
html body.liviqo-native .elementor .lq-arrow .elementor-button-text::before,
html body.liviqo-native .elementor .lq-arrow .elementor-button-text::after{
  content:none!important;
  display:none!important;
}
html body.liviqo-native .elementor .lq-arrow .elementor-button-content-wrapper{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
html body.liviqo-native .elementor .lq-arrow .elementor-button-content-wrapper::after{
  content:"→"!important;
  display:inline-block!important;
  flex:0 0 auto;
  width:auto!important;
  height:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:currentColor!important;
  font-size:1.15em;
  line-height:1;
  transition:transform .2s ease;
}
html body.liviqo-native .elementor .lq-arrow .elementor-button:hover .elementor-button-content-wrapper::after{
  transform:translateX(4px);
}

/* Homepage: Ratgeberkarten werden echte, gut tappbare Karten-CTAs. */
html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-card{
  height:100%;
  border:1px solid var(--lq-line)!important;
  background:#fff!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-card:hover{
  transform:translateY(-3px);
  border-color:#baa997!important;
  box-shadow:0 16px 38px rgba(36,35,33,.08);
}
html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-card-copy{
  display:flex!important;
  flex-direction:column!important;
  height:100%;
}
html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-link{
  margin-top:auto!important;
  width:100%!important;
}
html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-link .elementor-button{
  width:100%!important;
  min-height:48px!important;
  padding:13px 16px!important;
  border:1px solid var(--lq-ink)!important;
  border-radius:8px!important;
  background:var(--lq-ink)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.35!important;
  box-shadow:none!important;
}
html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-link .elementor-button:hover{
  background:var(--lq-copper-dark)!important;
  border-color:var(--lq-copper-dark)!important;
}

/* Homepage: Regionalauswahl als klare Navigationskarten. */
html body.liviqo-native .elementor-463 .region-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  align-content:start!important;
}
html body.liviqo-native .elementor-463 .region-list .region-cluster-link{
  width:100%!important;
  margin:0!important;
}
html body.liviqo-native .elementor-463 .region-list .region-cluster-link .elementor-button{
  width:100%!important;
  min-height:58px!important;
  padding:15px 18px!important;
  border:1px solid #cfc4b8!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.72)!important;
  color:var(--lq-ink)!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
html body.liviqo-native .elementor-463 .region-list .region-cluster-link .elementor-button:hover{
  border-color:var(--lq-copper)!important;
  background:#fff!important;
  color:var(--lq-copper-dark)!important;
}

/* Inline-Verlinkungen auf Ortsseiten: kein einzelner Unterstrich neben einem Fremd-Button. */
html body.liviqo-native .elementor .p3-inline-links{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:12px!important;
}
html body.liviqo-native .elementor .p3-inline-links .lq-form-fallback{
  margin:0!important;
}
html body.liviqo-native .elementor .p3-inline-links .lq-form-fallback a,
html body.liviqo-native .elementor .p3-inline-links > a.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:12px 17px!important;
  border:1px solid var(--lq-ink)!important;
  border-radius:8px!important;
  font:650 14px/1.35 Manrope,Arial,sans-serif!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
html body.liviqo-native .elementor .p3-inline-links .lq-form-fallback a{
  background:transparent!important;
  color:var(--lq-ink)!important;
}
html body.liviqo-native .elementor .p3-inline-links > a.button{
  background:var(--lq-ink)!important;
  color:#fff!important;
}
html body.liviqo-native .elementor .p3-inline-links a:hover{
  border-color:var(--lq-copper-dark)!important;
  background:var(--lq-copper-dark)!important;
  color:#fff!important;
}

/* Kombiniertes Objektvideo. */
html body.liviqo-native .elementor .lq-property-film{
  display:block;
  width:100%;
  max-width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:10px;
  background:#171614;
}

/* Gemeinsame Layoutbausteine der neuen Ortsseiten. */
.lq-location-page,.lq-service-area-directory,.lq-location-network{
  color:var(--lq-copy);
  font-family:Manrope,Arial,sans-serif;
}
.lq-location-page *,.lq-service-area-directory *,.lq-location-network *{box-sizing:border-box}
.lq-location-shell,.lq-location-section,.lq-location-final,.lq-location-network,.lq-service-area-directory{
  width:100%;
}
.lq-location-shell,.lq-location-section,.lq-location-final,.lq-location-network__intro,.lq-location-network__details,.lq-service-area-directory__intro,.lq-area-network,.lq-service-area-directory__note{
  max-width:1180px;
  margin-inline:auto;
}
.lq-kicker{
  margin:0 0 14px!important;
  color:var(--lq-copper-dark)!important;
  font:750 12px/1.4 Manrope,Arial,sans-serif!important;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lq-location-page h1,.lq-location-page h2,.lq-location-page h3,
.lq-service-area-directory h2,.lq-service-area-directory h3,.lq-location-network h2,.lq-location-network h3{
  color:var(--lq-ink);
  font-family:"Cormorant Garamond",Cormorant,Georgia,serif;
  font-weight:500;
  text-wrap:balance;
}
.lq-location-page p,.lq-service-area-directory p,.lq-location-network p{
  font-size:16px;
  line-height:1.72;
}
.lq-location-hero{
  padding:clamp(70px,9vw,126px) max(22px,calc((100vw - 1180px)/2));
  background:linear-gradient(130deg,#f4eee7 0%,#fbfaf7 60%,#eee2d5 100%);
}
.lq-location-hero h1{
  max-width:900px;
  margin:0 0 22px;
  font-size:clamp(46px,6vw,78px);
  line-height:.98;
  letter-spacing:-.025em;
}
.lq-location-hero__lead{
  max-width:720px;
  margin:0 0 30px;
  color:#3e3a35;
  font-size:clamp(18px,2vw,21px)!important;
}
.lq-location-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 44px}
.lq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:50px;
  padding:13px 18px;
  border:1px solid transparent;
  border-radius:8px;
  font:700 14px/1.35 Manrope,Arial,sans-serif;
  text-decoration:none!important;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.lq-btn:hover{transform:translateY(-1px)}
.lq-btn--copper{background:var(--lq-copper-dark);color:#fff!important}
.lq-btn--copper:hover{background:var(--lq-ink)}
.lq-btn--outline{border-color:var(--lq-ink);background:transparent;color:var(--lq-ink)!important}
.lq-btn--outline:hover{background:var(--lq-ink);color:#fff!important}
.lq-btn--dark{background:var(--lq-ink);color:#fff!important}
.lq-btn--dark:hover{background:var(--lq-copper-dark)}
.lq-btn--light{background:#fff;color:var(--lq-ink)!important}
.lq-btn--light:hover{background:#f0e7de}
.lq-location-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px 34px;
  margin:0;
  padding:22px 0 0;
  border-top:1px solid rgba(36,35,33,.18);
  list-style:none;
}
.lq-location-trust li{min-width:150px}
.lq-location-trust strong,.lq-location-trust span{display:block}
.lq-location-trust strong{color:var(--lq-ink);font-size:14px}
.lq-location-trust span{margin-top:3px;font-size:12px;color:#686159}
.lq-location-section{
  padding:clamp(64px,8vw,104px) 24px;
}
.lq-location-section--split{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:clamp(36px,7vw,100px);
}
.lq-location-section h2,.lq-service-area-directory h2,.lq-location-network h2{
  margin:0;
  font-size:clamp(38px,4.6vw,58px);
  line-height:1.02;
}
.lq-location-copy{max-width:690px}
.lq-location-copy p{margin:0 0 1.15em}
.lq-location-section--sand{
  max-width:none;
  padding-inline:max(24px,calc((100vw - 1180px)/2));
  background:var(--lq-sand);
}
.lq-location-section__heading{max-width:750px;margin-bottom:36px}
.lq-location-section__heading>p:last-child{max-width:650px;margin-top:18px}
.lq-location-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin:0;
  padding:0;
  background:#d2c7ba;
  list-style:none;
}
.lq-location-steps li{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:16px;
  min-height:180px;
  padding:28px;
  background:#f7f3ee;
}
.lq-location-steps>li>span{color:var(--lq-copper-dark);font-weight:750;font-size:12px;letter-spacing:.08em}
.lq-location-steps h3{margin:0 0 10px;font-size:28px;line-height:1.08}
.lq-location-steps p{margin:0;font-size:15px}
.lq-location-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.lq-location-guides article{
  display:flex;
  flex-direction:column;
  min-height:310px;
  padding:28px;
  border:1px solid var(--lq-line);
  background:#fff;
}
.lq-location-guides__label{color:var(--lq-copper-dark);font-size:12px!important;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.lq-location-guides h3{margin:8px 0 14px;font-size:30px;line-height:1.08}
.lq-location-guides article>p:not(.lq-location-guides__label){margin:0 0 24px;font-size:15px}
.lq-location-guides a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:48px;
  margin-top:auto;
  padding:12px 15px;
  border:1px solid var(--lq-ink);
  border-radius:8px;
  background:var(--lq-ink);
  color:#fff!important;
  font-size:14px;
  font-weight:700;
  text-decoration:none!important;
}
.lq-location-guides a:hover{background:var(--lq-copper-dark);border-color:var(--lq-copper-dark)}
.lq-location-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  max-width:none;
  padding:clamp(56px,7vw,88px) max(24px,calc((100vw - 1180px)/2));
  background:var(--lq-ink);
  color:#fff;
}
.lq-location-final>div{max-width:760px}
.lq-location-final h2{margin:0 0 16px;color:#fff;font-size:clamp(38px,4.4vw,58px);line-height:1}
.lq-location-final p:not(.lq-kicker){margin:0;color:#e7e0d8}
.lq-location-final .lq-kicker{color:#d6a47f!important}

/* Vollständige Regionenseite. */
.lq-service-area-directory{
  padding:clamp(64px,8vw,104px) max(22px,calc((100vw - 1180px)/2));
  background:var(--lq-paper);
}
.lq-service-area-directory__intro{margin-bottom:48px}
.lq-service-area-directory__intro>p:last-child{max-width:780px;margin-top:20px}
.lq-area-network{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.lq-area-network__group{
  min-width:0;
  padding:28px;
  border:1px solid var(--lq-line);
  background:#fff;
  scroll-margin-top:110px;
}
.lq-area-network__group h3{margin:0 0 12px;font-size:30px;line-height:1.05}
.lq-area-network__group>p{margin:0 0 20px;color:#615b54;font-size:14px}
.lq-area-network__links{display:flex;flex-wrap:wrap;gap:8px}
.lq-area-network__links a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:40px;
  padding:9px 12px;
  border:1px solid #d9d0c6;
  border-radius:7px;
  background:#fbfaf7;
  color:var(--lq-ink)!important;
  font-size:13px;
  font-weight:650;
  line-height:1.25;
  text-decoration:none!important;
}
.lq-area-network__links a span{color:var(--lq-copper-dark)}
.lq-area-network__links a:hover{border-color:var(--lq-copper);background:#f4ece4}
.lq-service-area-directory__note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  margin-top:22px;
  padding:30px;
  background:var(--lq-sand);
}
.lq-service-area-directory__note>div{max-width:720px}
.lq-service-area-directory__note h3{margin:0 0 8px;font-size:32px}
.lq-service-area-directory__note p:not(.lq-kicker){margin:0}

/* Vollständige Verlinkung am Ende jeder Ortsseite. */
.lq-location-network{padding:clamp(56px,7vw,88px) 24px;background:#f7f3ee}
.lq-location-network__intro{margin-bottom:22px}
.lq-location-network__intro p:last-child{max-width:720px}
.lq-location-network__details{border:1px solid var(--lq-line);background:#fff}
.lq-location-network__details>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:58px;
  padding:15px 18px;
  color:var(--lq-ink);
  font-weight:750;
  cursor:pointer;
  list-style:none;
}
.lq-location-network__details>summary::-webkit-details-marker{display:none}
.lq-location-network__details[open]>summary span{transform:rotate(45deg)}
.lq-location-network__details .lq-area-network{max-width:none;padding:0 18px 18px}
.lq-location-network__details .lq-area-network__group{padding:20px;background:#fbfaf7}
.lq-location-network__details .lq-area-network__group h3{font-size:24px}
.lq-location-network__details .lq-area-network__links a{background:#fff}

/* Fokus und Bewegungsreduktion. */
.lq-btn:focus-visible,.lq-area-network a:focus-visible,.lq-location-guides a:focus-visible,.lq-location-network summary:focus-visible{
  outline:3px solid var(--lq-copper);
  outline-offset:3px;
}
@media(prefers-reduced-motion:reduce){
  .lq-btn,.lq-location-guides a,html body.liviqo-native .elementor .guide-card{transition:none!important;transform:none!important}
}

@media(max-width:900px){
  .lq-location-section--split{grid-template-columns:1fr;gap:28px}
  .lq-location-guides{grid-template-columns:1fr}
  .lq-location-guides article{min-height:0}
  .lq-location-final,.lq-service-area-directory__note{align-items:flex-start;flex-direction:column}
  .lq-area-network{grid-template-columns:1fr}
}
@media(max-width:767px){
  html,body{overflow-x:hidden}
  html body.liviqo-native .elementor-463 .region-list{grid-template-columns:1fr!important;width:100%!important;gap:10px!important}
  html body.liviqo-native .elementor-463 .region-list .region-cluster-link,
  html body.liviqo-native .elementor-463 .region-list .region-cluster-link .elementor-button{width:100%!important;max-width:none!important}
  html body.liviqo-native .elementor-463 .region-list .region-cluster-link .elementor-button{
    min-height:52px!important;
    padding:13px 15px!important;
    text-align:center!important;
  }
  html body.liviqo-native .elementor-463 .region-list .region-cluster-link .elementor-button-content-wrapper{
    justify-content:center!important;
    position:relative;
    padding-inline:24px;
  }
  html body.liviqo-native .elementor-463 .region-list .region-cluster-link .elementor-button-content-wrapper::after{
    position:absolute;
    right:0;
  }
  html body.liviqo-native .elementor-463 .p4-guide-editorial .guide-link .elementor-button{min-height:50px!important}
  html body.liviqo-native .elementor .p3-inline-links{display:grid!important;grid-template-columns:1fr;width:100%!important}
  html body.liviqo-native .elementor .p3-inline-links .lq-form-fallback,
  html body.liviqo-native .elementor .p3-inline-links a{width:100%!important}
  .lq-location-hero{padding:58px 20px}
  .lq-location-hero h1{font-size:clamp(40px,12vw,56px);overflow-wrap:anywhere}
  .lq-location-hero__lead{font-size:18px!important}
  .lq-location-actions{display:grid;grid-template-columns:1fr;margin-bottom:34px}
  .lq-location-actions .lq-btn{width:100%}
  .lq-location-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .lq-location-section{padding:54px 20px}
  .lq-location-section h2,.lq-service-area-directory h2,.lq-location-network h2{font-size:clamp(36px,10vw,48px)}
  .lq-location-steps{grid-template-columns:1fr}
  .lq-location-steps li{min-height:0;padding:22px 18px}
  .lq-location-guides article{padding:22px 18px}
  .lq-location-final{padding:50px 20px;gap:28px}
  .lq-location-final .lq-btn{width:100%}
  .lq-service-area-directory{padding:54px 20px}
  .lq-service-area-directory__intro{margin-bottom:30px}
  .lq-area-network__group{padding:22px 18px}
  .lq-area-network__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .lq-area-network__links a{justify-content:space-between;min-width:0;padding:9px 10px;overflow-wrap:anywhere}
  .lq-service-area-directory__note{padding:24px 20px}
  .lq-service-area-directory__note .lq-btn{width:100%}
  .lq-location-network{padding:50px 20px}
  .lq-location-network__details .lq-area-network{padding:0 10px 12px}
  .lq-location-network__details .lq-area-network__group{padding:16px 12px}
}
@media(max-width:420px){
  .lq-location-trust{grid-template-columns:1fr 1fr}
  .lq-area-network__links{grid-template-columns:1fr}
}

/* Neue Ortsseiten verwenden den normalen Site-Rahmen, aber keinen doppelten WordPress-Titel. */
body.liviqo-location-page .page-header,
body.liviqo-location-page .entry-title{
  display:none!important;
}
body.liviqo-location-page main#content,
body.liviqo-location-page .site-main{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
}
/* Fallback, falls die globale Elementor-Kopfzeile auf einer neuen Seite noch nicht greift. */
body.liviqo-location-page header.site-header.dynamic-header{
  min-height:68px!important;
  padding:0 18px!important;
  border-bottom:1px solid rgba(36,35,33,.12)!important;
  background:var(--lq-paper)!important;
  overflow:hidden!important;
}
body.liviqo-location-page header.site-header.dynamic-header .header-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  max-width:1180px!important;
  min-height:68px!important;
  margin:0 auto!important;
}
body.liviqo-location-page header.site-header.dynamic-header .site-description{
  display:none!important;
}
body.liviqo-location-page header.site-header.dynamic-header .site-logo,
body.liviqo-location-page header.site-header.dynamic-header .custom-logo-link{
  display:flex!important;
  align-items:center!important;
  height:48px!important;
}
body.liviqo-location-page header.site-header.dynamic-header img.custom-logo{
  display:block!important;
  width:120px!important;
  max-width:120px!important;
  height:auto!important;
  max-height:44px!important;
  object-fit:contain!important;
}

/* Die Plugin-Styles werden teilweise inline mit hoher Spezifität ausgegeben.
   Diese gezielten Regeln halten die betroffenen LIVIQO-Bereiche konsistent. */
html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-link.lq-native-button{
  width:100%!important;
  align-self:stretch!important;
}
html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-link.lq-native-button .elementor-button{
  display:flex!important;
  width:100%!important;
  min-height:48px!important;
  padding:13px 16px!important;
  border:1px solid var(--lq-ink)!important;
  border-radius:8px!important;
  background:var(--lq-ink)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.35!important;
  box-shadow:none!important;
}
html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-link.lq-native-button .elementor-button .elementor-button-content-wrapper,
html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-link.lq-native-button .elementor-button .elementor-button-text,
html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-link.lq-native-button .elementor-button .elementor-button-content-wrapper::after{
  color:#fff!important;
  text-transform:none!important;
  letter-spacing:.01em!important;
}
html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-link.lq-native-button .elementor-button:hover{
  border-color:var(--lq-copper-dark)!important;
  background:var(--lq-copper-dark)!important;
}
html body.home.liviqo-native .elementor.elementor-463 .region-section .region-list .region-cluster-link.lq-native-button .elementor-button{
  border-radius:8px!important;
}
@media(max-width:767px){
  html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list.native-guides-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    gap:12px!important;
    overflow:visible!important;
    flex-wrap:nowrap!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list>.guide-card{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:0!important;
    border:1px solid var(--lq-line)!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-card-copy{
    width:100%!important;
    height:auto!important;
    padding:22px 18px!important;
    gap:10px!important;
    border-top:0!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .p4-guide-editorial .p4-guide-list .guide-excerpt{
    display:block!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .region-section .region-list{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    width:100%!important;
    gap:10px!important;
    padding:0!important;
    overflow:visible!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .region-section .region-list>.region-cluster-link{
    width:100%!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .region-section .region-list .region-cluster-link.lq-native-button .elementor-button{
    width:100%!important;
    min-height:54px!important;
    padding:13px 15px!important;
    border:1px solid #cfc4b8!important;
    border-radius:8px!important;
    background:#fffaf4!important;
    color:var(--lq-ink)!important;
    text-align:center!important;
    font-size:13px!important;
  }
  html body.home.liviqo-native .elementor.elementor-463 .region-section .region-list .region-cluster-link .elementor-button-content-wrapper{
    position:relative!important;
    width:100%!important;
    padding-inline:24px!important;
    justify-content:center!important;
  }
}
