/* =========================================================
   MERKEZ PARTİ - Kongre Duyuruları (ek stiller)
   Kartlar sitenin mevcut .kongre-card tasarımını kullanır;
   burada SADECE arşiv sayfasının ek parçaları stillenir.
   Tüm sınıflar "mpd-" ön ekiyle -> mevcut CSS ile çakışmaz.
   ========================================================= */

/* Arama kutusu */
.mpd-toolbar{margin:0 0 26px;}
.mpd-search{
  width:100%;max-width:440px;
  padding:13px 16px;
  border:1px solid #e5e7eb;border-radius:12px;
  font-size:15px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#1f2937;background:#fff;outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.mpd-search::placeholder{color:#9aa3b2;}
.mpd-search:focus{border-color:#c8102e;box-shadow:0 0 0 3px rgba(200,16,46,.12);}

/* Grup başlıkları (Yaklaşan / Geçmiş) */
.mpd-group-title{
  display:flex;align-items:center;gap:12px;
  margin:34px 0 20px;
  color:#0d2a4f;font-size:22px;font-weight:800;
  font-family:"Montserrat",sans-serif;
}
.mpd-group-title:first-of-type{margin-top:6px;}
.mpd-group-title::after{content:"";flex:1;height:2px;background:#e5e7eb;}
.mpd-group-title .mpd-count{
  flex:0 0 auto;
  font-size:13px;font-weight:700;color:#fff;background:#c8102e;
  min-width:26px;text-align:center;
  padding:2px 9px;border-radius:999px;
}

/* Boş / hata durumu */
.mpd-empty{
  text-align:center;padding:46px 20px;
  color:#6b7280;font-size:15px;
  background:#fff;border:1px dashed #d7dce4;border-radius:16px;
  font-family:"Montserrat",sans-serif;
}

/* Mobil küçük dokunuş */
@media (max-width:680px){
  .mpd-group-title{font-size:19px;}
  .mpd-search{max-width:100%;}
}
