/* ==========================================================================
   HamburgHaber - Etkinlikler
   ========================================================================== */
.hhe-widget, .hhe-detay-sayfasi, .hhe-arsiv-sayfasi, .hhe-hesabim, .hhe-form {
	box-sizing: border-box;
	max-width: 100%;
}
.hhe-widget *, .hhe-detay-sayfasi *, .hhe-arsiv-sayfasi *, .hhe-hesabim *, .hhe-form * { box-sizing: border-box; }
.hhe-detay-sayfasi img, .hhe-arsiv-sayfasi img, .hhe-widget img { max-width: 100%; height: auto; }

/* ---- Ana Sayfa Widget ---- */
.hhe-widget { border: 1px solid #eee; background: #fff; }
.hhe-widget-baslik {
	display: flex; align-items: center; gap: 6px; justify-content: space-between;
	background: #43a047; color: #fff; padding: 12px 14px; font-weight: 700; font-size: 13px;
}
.hhe-tumu { color: #fff; font-size: 11px; text-decoration: none; }
.hhe-widget-liste { display: flex; flex-direction: column; }
.hhe-widget-satir {
	display: flex; align-items: center; gap: 12px; padding: 10px 14px;
	text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0;
}
.hhe-widget-satir:last-child { border-bottom: none; }
.hhe-widget-satir:hover { background: #f3fbf4; }
.hhe-widget-tarih {
	flex: 0 0 46px; text-align: center; background: #e8f5e9; border-radius: 4px; padding: 4px 0;
}
.hhe-gun { display: block; font-size: 18px; font-weight: 800; color: #2e7d32; line-height: 1.1; }
.hhe-ay { display: block; font-size: 10px; text-transform: uppercase; color: #2e7d32; }
.hhe-widget-gorsel { flex: 0 0 60px; width: 60px; height: 45px; border-radius: 3px; overflow: hidden; background: #eee; }
.hhe-widget-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhe-resim-yok { display: block; width: 100%; height: 100%; background: #ddd; }
.hhe-widget-metin { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.hhe-tur-etiket { font-size: 11px; color: #43a047; font-weight: 700; text-transform: uppercase; }
.hhe-widget-baslik-metni { font-size: 13px; font-weight: 700; color: #222; line-height: 1.3; }
.hhe-bos { color: #888; font-size: 13px; padding: 10px 0; }

/* ---- Detay Sayfası ---- */
.hhe-breadcrumb { color: #888; font-size: 13px; margin-bottom: 15px; }
.hhe-kapak-gorsel img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 4px; margin-bottom: 15px; }
.hhe-bilgi-tablosu { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 20px; }
.hhe-bilgi-tablosu tr:nth-child(odd) { background: #f7f7f7; }
.hhe-bilgi-tablosu th, .hhe-bilgi-tablosu td { text-align: left; padding: 10px 14px; font-size: 14px; }
.hhe-bilgi-tablosu th { width: 35%; max-width: 180px; color: #555; }
.hhe-galeri { display: flex; flex-wrap: wrap; gap: 10px; }
.hhe-galeri img { width: 150px; height: 110px; object-fit: cover; border-radius: 3px; }
.hhe-video-wrapper iframe { max-width: 100%; }
.hhe-paylas { margin-top: 20px; }
.hhe-paylas a { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; color: #fff; align-items: center; justify-content: center; margin-right: 6px; text-decoration: none; }
.hhe-paylas-fb { background: #3b5998; }
.hhe-paylas-wa { background: #25d366; }

/* ---- Arşiv / Grid ---- */
.hhe-etkinlik-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr)); gap: 18px; margin-top: 15px; }
.hhe-etkinlik-karti { display: block; border: 1px solid #eee; text-decoration: none; color: inherit; }
.hhe-karti-gorsel { height: 140px; overflow: hidden; background: #eee; }
.hhe-karti-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhe-resim-yok-buyuk { display: flex; align-items: center; justify-content: center; height: 100%; color: #999; font-weight: 700; }
.hhe-karti-metin { padding: 10px; }
.hhe-karti-tarih { display: block; font-size: 11px; color: #43a047; font-weight: 700; margin-bottom: 4px; }

/* ---- Form / Hesabım ---- */
.hhe-btn { display: inline-block; background: #43a047; color: #fff; border: none; padding: 10px 20px; font-weight: 700; cursor: pointer; text-decoration: none; margin: 10px 0; }
.hhe-form p { margin-bottom: 12px; }
.hhe-form label { display: block; margin-bottom: 4px; font-weight: 600; }
.hhe-form input, .hhe-form select, .hhe-form textarea { width: 100%; padding: 9px; border: 1px solid #ddd; box-sizing: border-box; }
.hhe-tablo { width: 100%; border-collapse: collapse; margin: 15px 0; }
.hhe-tablo th, .hhe-tablo td { border: 1px solid #eee; padding: 10px; text-align: left; font-size: 14px; }
.hhe-bildirim { background: #e8f5e9; border: 1px solid #a5d6a7; padding: 10px 14px; margin-bottom: 15px; }

@media (max-width: 782px) {
	.hhe-etkinlik-grid { grid-template-columns: 1fr 1fr; }
}
