/* ==========================================================================
   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; display: block; }
.hhe-foto-buyut { position: relative; display: block; cursor: zoom-in; }
.hhe-buyut-ikon {
	position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,.55);
	color: #fff; width: 32px; height: 32px; border-radius: 50%; display: flex;
	align-items: center; justify-content: center; font-size: 16px;
}
.hhe-lightbox-overlay {
	position: fixed; inset: 0; background: rgba(0,0,0,.85); z-index: 99999;
	display: flex; align-items: center; justify-content: center; cursor: zoom-out;
}
.hhe-lightbox-overlay img { max-width: 92vw; max-height: 92vh; border-radius: 4px; }
.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; }

/* ---- Detay Sayfası: Kendi içinde iki sütun (temaya bağımlı değil) ---- */
.hhe-detay-wrap, .hhe-arsiv-wrap {
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	box-sizing: border-box;
}
.hhe-arsiv-wrap { padding: 20px; }
.hhe-detay-wrap {
	display: flex; flex-wrap: wrap; gap: 25px; align-items: flex-start;
	padding: 20px;
}
.hhe-detay-wrap * { box-sizing: border-box; }
.hhe-detay-sol { flex: 1 1 320px; min-width: 0; max-width: 100%; }
.hhe-detay-sag { flex: 0 1 300px; width: 100%; max-width: 300px; min-width: 0; }
.hhe-harita-sarmalayici { position: relative; width: 100%; max-width: 100%; height: 380px; overflow: hidden; border-radius: 4px; }
.hhe-harita-sarmalayici iframe { position: absolute; inset: 0; width: 100% !important; height: 100% !important; border: 0; }

.hhe-yan-kutu { border: 1px solid #eee; background: #fff; }
.hhe-yan-baslik {
	background: #43a047; color: #fff; padding: 12px 14px; font-weight: 700; font-size: 13px;
	display: flex; align-items: center; gap: 6px;
}
.hhe-yan-satir { display: flex; align-items: center; gap: 10px; padding: 10px 14px; text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0; }
.hhe-yan-satir:hover { background: #f3fbf4; }
.hhe-yan-gorsel { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 4px; overflow: hidden; background: #eee; }
.hhe-yan-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhe-yan-satir-baslik { font-size: 13px; font-weight: 600; color: #222; }
.hhe-yan-bos { padding: 14px; font-size: 13px; color: #888; }
.hhe-alt-tumu {
	display: block; text-align: center; background: #2e7d32; color: #fff !important;
	padding: 10px; font-weight: 700; font-size: 12px; text-decoration: none;
}
.hhe-alt-tumu:hover { background: #1b5e20; }

@media (max-width: 782px) {
	.hhe-detay-sag { max-width: 100%; }
}

/* ---- Arşiv / Grid ---- */
.hhe-banner {
	background: #43a047; color: #fff; padding: 18px 22px; font-size: 20px; font-weight: 700;
	display: flex; align-items: center; gap: 10px; border-radius: 4px; margin-bottom: 20px;
}
.hhe-banner .dashicons { font-size: 26px; width: 26px; height: 26px; }
.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; }
}
