/* ==========================================================================
   HamburgHaber - Vefat / Başsağlığı İlanları
   ========================================================================== */
.hhv-widget, .hhv-detay-sayfasi, .hhv-arsiv-sayfasi, .hhv-hesabim, .hhv-form {
	box-sizing: border-box; max-width: 100%;
}
.hhv-widget *, .hhv-detay-sayfasi *, .hhv-arsiv-sayfasi *, .hhv-hesabim *, .hhv-form * { box-sizing: border-box; }
.hhv-detay-sayfasi img, .hhv-arsiv-sayfasi img, .hhv-widget img { max-width: 100%; height: auto; }

/* ---- Tip Etiketleri (ortak) ---- */
.hhv-tip-etiket, .hhv-tip-etiket-buyuk {
	display: inline-block; color: #fff; font-size: 11px; font-weight: 700;
	padding: 3px 10px; border-radius: 3px; text-transform: uppercase;
}
.hhv-tip-etiket-buyuk { font-size: 13px; margin-bottom: 10px; }

/* ---- Acil uyarı (Kayıp) ---- */
.hhv-acil-uyari, .hhv-uyari-kayip {
	background: #fff3e0; border: 1px solid #ffb74d; color: #7a4100;
	padding: 12px 16px; border-radius: 4px; margin: 12px 0; font-size: 14px;
}

/* ---- Ana sayfa widget ---- */
.hhv-widget { border: 1px solid #eee; background: #fff; }
.hhv-widget-baslik {
	display: flex; align-items: center; gap: 6px; justify-content: space-between;
	background: #37474f !important; color: #fff !important; padding: 12px 14px; font-weight: 700; font-size: 13px;
}
.hhv-widget-baslik .dashicons { color: #fff !important; }
.hhv-tumu { color: #fff !important; font-size: 11px; text-decoration: none; }
.hhv-tumu:hover { color: #ffca28 !important; }
.hhv-widget-liste { display: flex; flex-direction: column; }
.hhv-widget-satir {
	display: flex; align-items: center; gap: 12px; padding: 10px 14px;
	text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0;
}
.hhv-widget-satir:last-child { border-bottom: none; }
.hhv-widget-satir:hover { background: #f7f7f7; }
.hhv-widget-gorsel { flex: 0 0 55px; width: 55px; height: 55px; border-radius: 50%; overflow: hidden; background: #eee; }
.hhv-widget-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhv-resim-yok { display: block; width: 100%; height: 100%; background: #ddd; border-radius: 50%; }
.hhv-widget-metin { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.hhv-widget-baslik-metni { font-size: 13px; font-weight: 700; color: #222; }

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

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

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

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

/* ---- Arşiv ---- */
.hhv-sekmeler { display: flex; gap: 6px; flex-wrap: wrap; margin: 15px 0; }
.hhv-sekmeler a { padding: 8px 16px; background: #f2f2f2; color: #333; text-decoration: none; border-radius: 3px; font-size: 13px; font-weight: 600; }
.hhv-sekmeler a.active { background: #37474f; color: #fff; }
.hhv-liste-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); gap: 16px; }
.hhv-liste-karti { display: block; border: 1px solid #eee; text-decoration: none; color: inherit; }
.hhv-karti-gorsel { height: 130px; overflow: hidden; background: #eee; }
.hhv-karti-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.hhv-resim-yok-buyuk { width: 100%; height: 100%; background: #ddd; }
.hhv-karti-metin { padding: 10px; }

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

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