/* ==========================================================================
   BOZKURT ORTAOKULU - GENEL BAŞLIK VE YAPI STİLLERİ
   v2.3 - Sınav sonuçları sayfası için tarih başlığı stili eklendi.
   ========================================================================== */

/* === GENEL HEADER YAPISI === */
.header {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  padding-top: 50px; /* Menü butonu için yer açar */
}

/* === ANA SAYFA BAŞLIĞI (HEADER İÇİNDEKİ) === */
.header h1 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #333;
}

.header h1 span {
  font-weight: 700;
  display: block;
}

#ogretmenAdi {
    white-space: nowrap;
}

/* YENİ: Sınav sonuçları sayfasındaki tarih başlığı için stil */
.deneme-tarih-baslik {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d; /* Gri renk */
  margin-top: 5px;
}


/* === GENEL BÖLÜM BAŞLIKLARI === */
.bölüm-başlığı {
  text-align: center;
  color: #343a40;
  margin: 35px 0 8px 0;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
  line-height: 1.2; /* İki satırlı başlık için satır yüksekliği */
}

.panel-basligi {
  text-align: center;
  color: #343a40;
  margin: 35px 0 8px 0;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
  line-height: 1.2;
  white-space: nowrap;
}

/* === MOBİL İÇİN EK FONT AYARI === */
@media (max-width: 480px) {
  .panel-basligi {
    font-size: 1.1rem;
  }
}
