/* Han Nöbetçi Eczane – v1.2 */
.han-nec{--hn-gap:12px; --hn-radius:14px; --hn-border:#e5e7eb; --hn-bg:#fff; --hn-text:#111827; --hn-sub:#6b7280; --hn-accent:#2563eb;}
.han-nec{color:var(--hn-text); font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;}
.han-nec .han-nec-header{display:flex; align-items:baseline; justify-content:space-between; gap:8px; margin-bottom:10px;}
.han-nec .han-nec-title{font-weight:800; font-size:1.15rem;}
.han-nec .han-nec-sub{font-size:.85rem; color:var(--hn-sub);}
.han-nec .han-nec-grid{display:grid; gap:var(--hn-gap);}
.han-nec .han-nec-grid.han-nec-liste{grid-template-columns:1fr;}
.han-nec .han-nec-grid.han-nec-kart{grid-template-columns:repeat(auto-fill, minmax(280px,1fr));}
.han-nec .han-nec-item{border:1px solid var(--hn-border); border-radius:var(--hn-radius); background:var(--hn-bg); padding:14px; box-shadow:0 6px 16px rgba(0,0,0,.04);}
.han-nec .han-nec-name{font-weight:700; margin-bottom:6px;}
.han-nec .han-nec-address{color:var(--hn-sub); font-size:.95rem; margin:6px 0 10px;}
.han-nec .han-nec-actions{display:flex; gap:8px; flex-wrap:wrap;}
.han-nec .han-nec-btn{display:inline-flex; align-items:center; justify-content:center; gap:6px; padding:8px 12px; border-radius:999px; background:var(--hn-accent); color:#fff; text-decoration:none; font-weight:700; border:1px solid var(--hn-accent);}
.han-nec .han-nec-btn.outline{background:#fff; color:var(--hn-accent);}
.han-nec .han-nec-badge{display:inline-block; font-size:.75rem; padding:.2rem .5rem; border:1px solid var(--hn-border); border-radius:999px; color:var(--hn-sub);}
.han-nec .han-nec-foot{margin-top:12px; color:var(--hn-sub); font-size:.8rem;}
.han-nec .han-nec-error{border:1px solid #ef4444; color:#991b1b; padding:12px; border-radius:12px; background:#fef2f2;}
