.elementor-5219 .elementor-element.elementor-element-2d27270{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e7cc382 *//* =========================
   Webfire – Cookie Statement Styling (Complianz)
   In: Design > Customizer > Zusätzliches CSS
   ========================= */

/* Optional: Wenn du NUR eine bestimmte Seite stylen willst,
   ergänze hier deinen Body-Selector, z.B.:
   body.page-id-123 oder body.page-slug-cookie-richtlinie
   und setze ihn vor jede Regel.
*/

/* Wrapper (gib dem umgebenden Container/Section die Klasse: wf-legal wf-cookie) */
.wf-legal.wf-cookie {
  --wf-bg: #0F1722;
  --wf-surface: #111827;
  --wf-border: #1F2937;
  --wf-text: #F8FAFC;
  --wf-muted: #CBD5E1;
  --wf-muted2: #94A3B8;
  --wf-primary: #FF7A00;
  --wf-primary-hover: #FF8A33;
  --wf-primary-active: #E05F00;

  color: var(--wf-text);
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}

/* Falls du keinen Wrapper setzen kannst: versuch alternativ Complianz-Container zu treffen */
.wf-cookie .cmplz-document,
.wf-cookie .cmplz-cookie-statement,
.wf-cookie [id*="cmplz"] {
  color: inherit;
}

/* Optional Card-Look (wenn du um den Shortcode einen Container mit class wf-legal__card hast) */
.wf-legal__card {
  background: rgba(17, 24, 39, 0.92);
  border: 1px solid #1F2937;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* Headings */
.wf-cookie h1,
.wf-cookie h2,
.wf-cookie h3,
.wf-cookie h4 {
  color: #F8FAFC;
  line-height: 1.35;
  margin: 18px 0 10px;
  letter-spacing: -0.01em;
}

/* Paragraphs & Lists */
.wf-cookie p,
.wf-cookie li {
  color: #CBD5E1;
  line-height: 1.75;
  font-size: 15.5px;
}

.wf-cookie small,
.wf-cookie .muted,
.wf-cookie .cmplz-subtitle {
  color: #94A3B8;
}

/* Links */
.wf-cookie a {
  color: #FF7A00;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 122, 0, 0.35);
}
.wf-cookie a:hover {
  color: #FF8A33;
  border-bottom-color: rgba(255, 138, 51, 0.6);
}
.wf-cookie a:active {
  color: #E05F00;
}

/* Tables */
.wf-cookie table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 18px 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #1F2937;
}

.wf-cookie th,
.wf-cookie td {
  padding: 12px 12px;
  border-bottom: 1px solid #1F2937;
  vertical-align: top;
  font-size: 14.5px;
}

.wf-cookie th {
  color: #F8FAFC;
  background: rgba(15, 23, 34, 0.7);
  text-align: left;
}

.wf-cookie td {
  color: #CBD5E1;
  background: rgba(17, 24, 39, 0.5);
}

/* Lists spacing */
.wf-cookie ul,
.wf-cookie ol {
  padding-left: 18px;
}
.wf-cookie li {
  margin: 6px 0;
}

/* Dividers */
.wf-cookie hr {
  border: 0;
  height: 1px;
  background: #1F2937;
  margin: 18px 0;
}

/* Code blocks (falls vorhanden) */
.wf-cookie code,
.wf-cookie pre {
  background: rgba(15, 23, 34, 0.8);
  border: 1px solid #1F2937;
  border-radius: 10px;
  padding: 2px 6px;
  color: #F8FAFC;
  font-size: 0.95em;
}

/* Mobile */
@media (max-width: 600px) {
  .wf-legal.wf-cookie {
    padding: 22px 12px;
  }
  .wf-legal__card {
    padding: 16px;
  }
}/* End custom CSS */