.elementor-4142 .elementor-element.elementor-element-87736b7{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-742c4e11 *//* =========================
   Vendyl — Legal pages polish
   Targets ONLY:
   Terms & Conditions (page-id-4142)
   ========================= */

body.page-id-4142 .elementor{
  --vd-blue:#266be3;
  --vd-ink:#0b1220;
  --vd-muted:#64748b;
  --vd-line:#e5e7eb;
  --vd-card:#ffffff;
  --vd-bg:#f6f8fc;
}

/* Hide the black default WP/page banner area */
body.page-id-4142 .page-titlebar,
body.page-id-4142 .page-header,
body.page-id-4142 .entry-header,
body.page-id-4142 .elementor-location-header{
  display:none !important;
}

/* Make the page feel “Vendyl” */
body.page-id-4142{
  background: var(--vd-bg) !important;
}

/* Constrain + pad the Elementor content */
body.page-id-4142 .elementor-section-wrap{
  padding: 34px 16px 60px;
}

/* Main content container as a card */
body.page-id-4142 .elementor-section-wrap > .elementor-section{
  background: var(--vd-card);
  border: 1px solid var(--vd-line);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15,23,42,.06);
  overflow: hidden;
  margin: 0 auto;
  max-width: 980px;
}

/* Give inner content breathing room */
body.page-id-4142 .elementor-section-wrap > .elementor-section > .elementor-container{
  padding: 34px 28px;
}

@media (max-width: 720px){
  body.page-id-4142 .elementor-section-wrap > .elementor-section > .elementor-container{
    padding: 22px 16px;
  }
}

/* Fix typography */
body.page-id-4142 .elementor-widget-text-editor{
  color: var(--vd-ink);
  font-size: 15.5px;
  line-height: 1.75;
}

body.page-id-4142 .elementor-widget-text-editor h1{
  font-size: clamp(26px, 2vw + 16px, 40px) !important;
  letter-spacing: .2px;
  margin: 0 0 10px;
}

body.page-id-4142 .elementor-widget-text-editor h2{
  font-size: clamp(18px, 1vw + 14px, 24px) !important;
  margin: 28px 0 10px;
}

body.page-id-4142 .elementor-widget-text-editor h3{
  font-size: clamp(16px, .6vw + 13px, 19px) !important;
  margin: 22px 0 8px;
}

/* Lists */
body.page-id-4142 .elementor-widget-text-editor ul{
  padding-left: 20px;
  margin: 10px 0 16px;
}

body.page-id-4142 .elementor-widget-text-editor li{
  margin: 8px 0;
  color: var(--vd-ink);
}

/* Dividers */
body.page-id-4142 .elementor-widget-text-editor hr{
  border: 0;
  height: 1px;
  background: var(--vd-line);
  margin: 22px 0;
}

/* Callouts */
body.page-id-4142 blockquote{
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--vd-blue);
  background: rgba(38,107,227,.06);
  border-radius: 14px;
  color: var(--vd-ink);
}/* End custom CSS */