.ivh-home{max-width:1100px;margin:0 auto;padding:24px}
.ivh-searchbar{display:flex;gap:10px;align-items:center;justify-content:center;margin:20px 0}
#ivh-city{padding:10px 12px;border:1px solid #ddd;border-radius:10px}
#ivh-q{flex:1;min-width:260px;padding:10px 12px;border:1px solid #ddd;border-radius:10px}
#ivh-do-search{padding:10px 16px;border-radius:10px;border:0;background:#1d4ed8;color:#fff;cursor:pointer}

.ivh-specialties{margin-top:20px}
.ivh-specialties-title{font-weight:800;margin-bottom:10px}
.ivh-specialties-grid{display:flex;flex-wrap:wrap;gap:8px}
.ivh-specialty{padding:8px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;cursor:pointer}

.ivh-results{margin-top:26px}
.ivh-doctors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.ivh-card{border:1px solid #e5e7eb;border-radius:14px;padding:12px;text-align:center}
.ivh-card-avatar{width:60px;height:60px;border-radius:999px;object-fit:cover;margin:8px auto}
.ivh-card-name{font-weight:800;margin:6px 0}
.ivh-card-btn{display:inline-block;margin-top:8px;padding:8px 12px;border-radius:10px;background:#2563eb;color:#fff;text-decoration:none}

.ivh-booking{max-width:900px;margin:0 auto;padding:24px}
.ivh-booking-head{display:flex;gap:12px;align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:12px}
.ivh-avatar{width:64px;height:64px;border-radius:999px;object-fit:cover}
.ivh-docname{font-weight:900}
.ivh-sub{color:#64748b;font-size:13px}
.ivh-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}
.ivh-grid label{display:block;font-weight:800;margin-bottom:6px}
.ivh-grid input,.ivh-grid select{width:100%;padding:10px;border:1px solid #ddd;border-radius:10px}
.ivh-slots{display:flex;flex-wrap:wrap;gap:8px;min-height:44px}
.ivh-slot{padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer}
.ivh-slot.active{background:#2563eb;color:#fff;border-color:#2563eb}
.ivh-actions{display:flex;gap:10px;margin-top:16px}
.ivh-actions button{padding:10px 14px;border:0;border-radius:10px;background:#16a34a;color:#fff;cursor:pointer}
.ivh-back{padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;text-decoration:none;color:#111}
.ivh-alert{background:#fff7ed;border:1px solid #fed7aa;padding:12px;border-radius:12px;margin-top:12px}
.ivh-success{background:#ecfdf5;border:1px solid #bbf7d0;padding:12px;border-radius:12px;margin-top:12px}
.ivh-hint{color:#64748b}
