.doctor-24h-directory{font-family:"Segoe UI",sans-serif;color:#0f172a;line-height:1.7;}
.doctor-24h-directory h1{font-size:2.1rem;margin-bottom:0.35em;color:#0b4a6f;}
.doctor-24h-directory .directory-intro{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:28px 32px;border-radius:18px;margin-bottom:32px;}
.doctor-24h-directory .directory-intro p{margin:0;font-size:1.05rem;}
.doctor-24h-directory .directory-intro .intro-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;}
.doctor-24h-directory .intro-chip{background:#fff;border:1px solid rgba(14,116,144,0.16);border-radius:999px;padding:6px 14px;font-size:0.9rem;color:#0f172a;display:flex;align-items:center;gap:8px;}
.doctor-24h-directory .doctor-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}
.doctor-24h-card{background:#fff;border:1px solid rgba(15,23,42,0.08);border-radius:18px;padding:22px 22px 20px;box-shadow:0 10px 24px -18px rgba(15,23,42,0.45);position:relative;overflow:hidden;}
.doctor-24h-card::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(14,116,144,0.06),rgba(14,116,144,0));opacity:0.9;}
.doctor-24h-card>*{position:relative;z-index:2;}
.doctor-24h-card h2{font-size:1.3rem;margin:0 0 8px;color:#0b4a6f;}
.doctor-24h-card .doctor-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:0.94rem;}
.doctor-24h-card .doctor-meta span{display:flex;align-items:center;gap:8px;}
.doctor-24h-card .badge-24h{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:600;padding:4px 12px;border-radius:999px;font-size:0.85rem;letter-spacing:.01em;}
.doctor-24h-card .badge-full{background:#0ea5e9;}
.doctor-24h-card .badge-weekend{background:#7c3aed;}
.doctor-24h-card .badge-emergency{background:#dc2626;}
.doctor-24h-card .doctor-hours{margin-top:14px;border-top:1px dashed rgba(148,163,184,0.5);padding-top:14px;}
.doctor-24h-card table{width:100%;border-collapse:collapse;font-size:0.88rem;}
.doctor-24h-card table tr.is-current-day{background:rgba(14,116,144,0.08);}
.doctor-24h-card table td{padding:6px 0;color:#0f172a;}
.doctor-24h-card table td:first-child{font-weight:600;width:42%;}
.doctor-24h-card .doctor-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:12px;}
.doctor-24h-card .doctor-actions a{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;font-size:0.9rem;text-decoration:none;transition:background .2s ease,transform .2s ease;}
.doctor-24h-card .doctor-actions a.action-call{background:#0ea5e9;color:#fff;}
.doctor-24h-card .doctor-actions a.action-call:hover{background:#0284c7;transform:translateY(-1px);}
.doctor-24h-card .doctor-actions a.action-map{background:rgba(14,116,144,0.12);color:#0f172a;}
@media (max-width:640px){.doctor-24h-directory .directory-intro{padding:22px 22px;}.doctor-24h-directory h1{font-size:1.75rem;}.doctor-24h-card{padding:20px;}}
