.elementor-3238 .elementor-element.elementor-element-4798be4{--display:flex;}.elementor-3238 .elementor-element.elementor-element-9e9f62d{--display:flex;}@media(min-width:769px){.elementor-3238 .elementor-element.elementor-element-9e9f62d{--content-width:67%;}}/* Start custom CSS for container, class: .elementor-element-9e9f62d */.to-scroll-container {
  width: 100%;
  max-width: 800px;
  height: 600px; /* scroll alanı yüksekliği */
  margin: 24px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow-y: auto; /* dikey scroll */
  box-shadow: 0 4px 6px rgba(0,0,0,0.06);
  -webkit-overflow-scrolling: touch;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
}

/* Tipografi (to- prefix'li sınıflar) */
.to-h1 {
  font-size: 1.5rem;
  margin: 0 0 18px 0;
  color: #111;
  line-height: 1.25;
}

.to-h2 {
  font-size: 1.1rem;
  margin: 22px 0 12px 0;
  color: #222;
}

.to-h3 {
  font-size: 1rem;
  margin: 18px 0 10px 0;
  color: #333;
}

.to-p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 14px 0;
  color: #444;
}

/* Listeler */
.to-ul {
  margin: 0 0 14px 20px;
  padding: 0;
}

.to-li {
  margin: 0 0 8px 0;
  line-height: 1.6;
}

/* Özel link tasarımı (buton gibi görünsün) */
.special-link {
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #0077ff;
  background: linear-gradient(135deg, #dcecff, #ffffff);
  color: #0057c9;
  transition: transform .12s ease, background .12s ease, color .12s ease;
  font-size: 0.98rem;
}

.special-link:focus,
.special-link:hover {
  background: #0077ff;
  color: #fff;
  transform: translateY(-2px);
  border-color: #0057c9;
  outline: none;
}

/* Küçük ekranlarda container genişliğini kontrol et */
@media (max-width: 920px) {
  .to-scroll-container { padding: 16px; height: 520px; }
  .to-h1 { font-size: 1.35rem; }
  .to-h2 { font-size: 1.05rem; }
}/* End custom CSS */