/* ============================================================
   Bülten — kaynak HTML (.bulten) birebir.
   .bolum, .kabuk, .ustyazi, .sus, .sus-zarf → global.css
   ============================================================ */

/* .bulten kendi üst boşluğunu (margin-top) taşır; bölüm kökü ayrıca vermez */
.cc_B1T6GV4yt5_R6eGl6WLuY .bolum.bulten-kok { padding-top:0; }

.cc_B1T6GV4yt5_R6eGl6WLuY .bulten {
  margin-top:var(--dikey);
  border-top:1px solid var(--cizgi);
  padding:var(--dikey) var(--bosluk);
  text-align:center;
}
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten h2 { font-size:clamp(28px, 3vw, 40px); margin-bottom:12px; }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten p { max-width:46ch; margin:0 auto; }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten form {
  display:flex; justify-content:center; gap:0;
  max-width:460px; margin:32px auto 0;
  border:1px solid var(--dal);
}
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten input {
  flex:1; min-width:0;
  background:var(--kagit-acik); border:0;
  font-family:"cc_B1T6GV4yt5_Lora", serif; font-size:14px; color:var(--murekkep);
  padding:15px 18px;
}
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten input:focus { outline:none; }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten input::placeholder { color:var(--dal); }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten input:disabled { opacity:.6; }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten button {
  background:var(--lacivert); color:var(--kagit-acik); border:0; cursor:pointer;
  font-family:"cc_B1T6GV4yt5_Lora", serif; font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  padding:15px 26px;
  transition:background-color .35s ease;
}
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten button:hover { background:var(--lacivert-koyu); }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten button:disabled { cursor:not-allowed; opacity:.7; }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten-not { font-size:12px; margin-top:14px; color:var(--dal); }
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten-hata { font-size:13px; margin-top:12px; color:var(--color-error); }

/* görme engelli okuyucular için etiket (kaynakta aria-label ile veriliyordu) */
.cc_B1T6GV4yt5_R6eGl6WLuY .bulten-gizli-etiket {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

/* ---------- Duyarlı ---------- */
@media (max-width:640px){
  .cc_B1T6GV4yt5_R6eGl6WLuY .bulten form { flex-direction:column; border:0; gap:10px; }
  .cc_B1T6GV4yt5_R6eGl6WLuY .bulten input { border:1px solid var(--dal); }
}
