/* ==========================================================================
   HamburgHaber - Kayıp İlanları
   ========================================================================== */
.hhk-widget, .hhk-detay-sayfasi, .hhk-arsiv-sayfasi, .hhk-hesabim, .hhk-form {
	box-sizing: border-box; max-width: 100%;
}
.hhk-widget *, .hhk-detay-sayfasi *, .hhk-arsiv-sayfasi *, .hhk-hesabim *, .hhk-form * { box-sizing: border-box; }
.hhk-detay-sayfasi img, .hhk-arsiv-sayfasi img, .hhk-widget img { max-width: 100%; height: auto; }

/* ---- Dikkat çekici kuşak (widget başlığı + arşiv banner ortak) ---- */
.hhk-dikkat-kusagi {
	background: #e53935 !important;
	color: #fff !important;
	animation: hhk-nabiz 2.2s ease-in-out infinite;
}
@keyframes hhk-nabiz {
	0%, 100% { box-shadow: 0 0 0 0 rgba(229,57,53,.45); }
	50%      { box-shadow: 0 0 0 6px rgba(229,57,53,0); }
}

/* ---- Widget ---- */
.hhk-widget { border: 1px solid #eee; background: #fff; }
.hhk-widget-baslik {
	display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: space-between;
	padding: 14px; font-weight: 700; font-size: 13px;
}
.hhk-tumu, .hhk-alt-tumu { color: #fff !important; font-size: 11px; text-decoration: none; }
.hhk-widget-liste { display: flex; flex-direction: column; }
.hhk-widget-satir {
	display: flex; align-items: center; gap: 12px; padding: 10px 14px;
	text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0;
}
.hhk-widget-satir:last-child { border-bottom: none; }
.hhk-widget-satir:hover { background: #fff5f5; }
.hhk-bulundu-satir { opacity: .75; }
.hhk-widget-gorsel { position: relative; flex: 0 0 55px; width: 55px; height: 55px; border-radius: 4px; overflow: hidden; background: #eee; }
.hhk-widget-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhk-resim-yok { display: block; width: 100%; height: 100%; background: #ddd; }
.hhk-widget-metin { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.hhk-widget-baslik-metni { font-size: 13px; font-weight: 700; color: #222; }
.hhk-widget-yer { font-size: 11px; color: #888; display: flex; align-items: center; gap: 3px; }
.hhk-widget-yer .dashicons { font-size: 13px; width: 13px; height: 13px; }

/* Widget altındaki büyük "TÜMÜ" butonu */
.hhk-alt-tumu {
	display: block; text-align: center; background: #37474f !important; color: #fff !important;
	padding: 10px; font-weight: 700; font-size: 12px; text-decoration: none;
}
.hhk-alt-tumu:hover { background: #263238 !important; }

/* ---- Bulundu rozetleri ---- */
.hhk-mini-rozet-bulundu {
	position: absolute; top: 2px; right: 2px; background: #2e7d32; color: #fff;
	font-size: 8px; font-weight: 700; padding: 2px 5px; border-radius: 2px; letter-spacing: .3px;
}
.hhk-etiket-buyuk {
	display: inline-block; background: #e53935; color: #fff; font-size: 13px; font-weight: 700;
	padding: 4px 12px; border-radius: 3px; text-transform: uppercase; margin-bottom: 10px;
}
.hhk-etiket-bulundu { background: #2e7d32; }
.hhk-bulundu-mesaji {
	background: #e8f5e9; border: 1px solid #a5d6a7; color: #1b5e20;
	padding: 14px 18px; border-radius: 4px; margin: 12px 0;
}
.hhk-bulundu-karti { opacity: .8; }

/* ---- Form üstündeki acil uyarı ---- */
.hhk-uyari, .hhk-acil-uyari {
	background: #fff3e0; border: 1px solid #ffb74d; color: #7a4100;
	padding: 12px 16px; border-radius: 4px; margin: 12px 0; font-size: 14px;
}

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

.hhk-yan-kutu { border: 1px solid #eee; background: #fff; }
.hhk-yan-baslik {
	background: #e53935; color: #fff; padding: 12px 14px; font-weight: 700; font-size: 13px;
	display: flex; align-items: center; gap: 6px;
}
.hhk-yan-satir { display: flex; align-items: center; gap: 10px; padding: 10px 14px; text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0; }
.hhk-yan-satir:hover { background: #fff5f5; }
.hhk-yan-gorsel { position: relative; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 4px; overflow: hidden; background: #eee; }
.hhk-yan-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhk-yan-satir-baslik { font-size: 13px; font-weight: 600; color: #222; }
.hhk-yan-bos { padding: 14px; font-size: 13px; color: #888; }

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

/* ---- Detay Sayfası ---- */
.hhk-foto { max-width: 480px; margin: 15px 0; }
.hhk-foto-buyut { position: relative; display: block; cursor: zoom-in; }
.hhk-foto img { width: 100%; height: auto; border-radius: 4px; display: block; }
.hhk-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;
}
.hhk-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;
}
.hhk-lightbox-overlay img { max-width: 92vw; max-height: 92vh; border-radius: 4px; }
.hhk-bilgi-tablosu { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 15px 0; }
.hhk-bilgi-tablosu tr:nth-child(odd) { background: #f7f7f7; }
.hhk-bilgi-tablosu th, .hhk-bilgi-tablosu td { text-align: left; padding: 10px 14px; font-size: 14px; }
.hhk-bilgi-tablosu th { width: 35%; max-width: 200px; color: #555; }
.hhk-paylas { margin-top: 20px; }
.hhk-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; }
.hhk-paylas-fb { background: #3b5998; }
.hhk-paylas-wa { background: #25d366; }

/* ---- Arşiv ---- */
.hhk-banner {
	padding: 18px 22px; font-size: 19px; font-weight: 700;
	display: flex; align-items: center; gap: 10px; border-radius: 4px; margin-bottom: 20px;
}
.hhk-banner .dashicons { font-size: 26px; width: 26px; height: 26px; }
.hhk-liste-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); gap: 16px; }
.hhk-liste-karti { position: relative; display: block; border: 1px solid #eee; text-decoration: none; color: inherit; }
.hhk-karti-gorsel { position: relative; height: 130px; overflow: hidden; background: #eee; }
.hhk-karti-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhk-resim-yok-buyuk { width: 100%; height: 100%; background: #ddd; }
.hhk-karti-metin { padding: 10px; }
.hhk-karti-yer { font-size: 11px; color: #888; display: flex; align-items: center; gap: 3px; margin-top: 4px; }

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

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