/* ==========================================================================
   HamburgHaber - Vefat / Başsağlığı / Kayıp İ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; color: #fff; padding: 12px 14px; font-weight: 700; font-size: 13px;
}
.hhv-tumu { color: #fff; font-size: 11px; text-decoration: none; }
.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ı ---- */
.hhv-foto img { max-width: 220px; border-radius: 4px; margin: 10px 0; }
.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; }
}
