.elementor-8139 .elementor-element.elementor-element-2397cd2{--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;}/* Start custom CSS for html, class: .elementor-element-377cefd */.terms-clean {
  background: #f4f6f9;
  padding: 40px 20px;
  font-family: 'Jost', sans-serif;
}

/* HEADER */
.terms-header-clean {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.terms-header-clean h1 {
  font-size: 38px;
  color: #0f172a;
  margin-bottom: 10px;
}

.clinic {
  color: #16a34a;
  font-weight: 600;
}

.date {
  color: #64748b;
  margin-bottom: 15px;
}

.intro {
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.terms-grid-clean {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* BOX */
.box {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  padding: 26px;
  border-radius: 12px;
  border: 1px solid #e6eaf0;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.04),
    0 4px 12px rgba(0,0,0,0.06);
  position: relative;
}

/* LEFT ACCENT */
.box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: #16a34a;
  border-radius: 2px;
}

/* TEXT */
.box h2 {
  font-size: 19px;
  margin-bottom: 12px;
  color: #0f172a;
  font-weight: 600;
}

.box p {
  margin-bottom: 10px;
}

.box li {
  margin-bottom: 6px;
}

.box ul {
  padding-left: 18px;
}

.box p,
.box li {
  color: #475569;
  line-height: 1.6;
}

/* LINKS */
.box a {
  color: #16a34a;
  text-decoration: none;
  font-weight: 500;
}

.box a:hover {
  text-decoration: underline;
}

/* EMERGENCY */
.emergency {
  background: #fff7f7;
  border: 1px solid #fecaca;
}

.emergency::before {
  background: #dc2626;
}

.emergency h2 {
  color: #dc2626;
}

/* CONTACT FULL WIDTH */
.contact-terms {
  max-width: 1100px;
  margin: 30px auto 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .terms-grid-clean {
    grid-template-columns: 1fr;
  }

  .terms-header-clean h1 {
    font-size: 28px;
  }
}

/* HIDE FOOTER */
.entry-footer {
  display: none;
}/* End custom CSS */