.elementor-728 .elementor-element.elementor-element-370d6ac0{--spacer-size:100px;}/* Start custom CSS for html, class: .elementor-element-61c54df3 *//* Kapsayıcı blok */
.ebru-od-block {
  max-width: 820px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #FFFFFF;
  border-radius: 1.4rem;
  border: 1px solid #E5E7EB;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.08),
    0 2px 4px rgba(0,0,0,0.04);
  font-family: "Montserrat", sans-serif;
  color: #111827;
}

/* Başlık */
.ebru-od-block .ebru-od-title {
  font-family: "Playfair Display", serif !important;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #000000 !important;
  font-weight: 700;
  opacity: 1 !important;
  line-height: 1.2;
}

/* Lead açıklama */
.ebru-od-lead {
  color: #4B5563;
  margin-bottom: 1.8rem;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
}

/* Bölüm başlıkları */
.ebru-od-section h3 {
  font-family: "Playfair Display", serif !important;
  font-size: 1.35rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
  color: #000000 !important;
  font-weight: 600;
  opacity: 1 !important;
  position: relative;
}

/* Yeşil çizgi */
.ebru-od-section h3::after {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #54AF37;
  opacity: 0.7;
}

/* Paragraflar */
.ebru-od-section p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #1F2937;
  font-size: 1rem;
}

/* Listeler */
.ebru-od-section ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.ebru-od-section ul li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
  color: #1F2937;
  font-size: 1rem;
}

/* Mobil tasarım */
@media (max-width: 768px) {
  .ebru-od-block {
    padding: 1.8rem;
  }

  .ebru-od-block .ebru-od-title {
    font-size: 1.6rem;
  }

  .ebru-od-section h3 {
    font-size: 1.2rem;
  }
}/* End custom CSS */