.glass-number {
  font-family: "Baloo 2", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 9rem;
  background: #f9f9f9;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  bottom: -35px;
  right: -16px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
}

.glass-number--one {
  -webkit-text-stroke: 0;
}

/*
 * Zengin metin editöründen gelen içerik.
 * Tailwind'in preflight'ı başlık/liste stillerini sıfırladığı için,
 * editörde yazılanın sitede de aynı görünmesini burada sağlıyoruz.
 */
.rich-content > *:first-child { margin-top: 0; }
.rich-content > *:last-child { margin-bottom: 0; }

.rich-content p { margin: 0 0 1rem; }

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.3;
  margin: 2rem 0 0.75rem;
}
.rich-content h1 { font-size: 1.875rem; }
.rich-content h2 { font-size: 1.5rem; }
.rich-content h3 { font-size: 1.25rem; }
.rich-content h4 { font-size: 1.125rem; }

.rich-content ul,
.rich-content ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}
.rich-content ul { list-style: disc; }
.rich-content ol { list-style: decimal; }
.rich-content li { margin-bottom: 0.375rem; }

.rich-content a {
  color: #0272b1;
  text-decoration: underline;
}
.rich-content a:hover { color: #025f93; }

.rich-content blockquote {
  border-left: 3px solid #cfecf7;
  margin: 0 0 1rem;
  padding: 0.25rem 0 0.25rem 1rem;
  color: #4c4c4c;
  font-style: italic;
}

.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.rich-content figure { margin: 1.5rem 0; }
.rich-content figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #707070;
  text-align: center;
}

.rich-content pre {
  background: #f7f7f7;
  border-radius: 0.5rem;
  padding: 1rem;
  overflow-x: auto;
  margin: 0 0 1rem;
  font-size: 0.875rem;
}
.rich-content code {
  background: #f0f0f0;
  border-radius: 0.25rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.875em;
}
.rich-content pre code { background: none; padding: 0; }

/* Geniş tablolar mobilde sayfayı yatay kaydırmasın */
.rich-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  display: block;
  overflow-x: auto;
}
.rich-content th,
.rich-content td {
  border: 1px solid #dcdcdc;
  padding: 0.5rem 0.75rem;
  text-align: left;
}
.rich-content th {
  background: #f7f7f7;
  font-weight: 600;
}

.rich-content hr {
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 2rem 0;
}

