.apollo-header{background:#fff}
.apollo-header-top{min-height:72px;display:grid;grid-template-columns:auto 190px minmax(260px,1fr) auto auto;align-items:center;gap:14px}
.apollo-header-bottom{min-height:42px;display:flex;align-items:center;justify-content:center;border-top:1px solid #eef2f7}
.apollo-header-bottom .nav-links{width:100%;justify-content:center;gap:28px}
.header-location{position:relative;min-width:0}
.header-location-trigger{width:100%;height:44px;border:0;background:#fff;color:#121414;display:flex;align-items:center;gap:8px;padding:0 6px;text-align:left;cursor:pointer}
.header-location-trigger:hover strong{color:#00856f}
.location-pin{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#eef8f5;color:#00856f;font-size:14px;flex:0 0 auto}
.location-pin svg,.use-current-location svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.location-pin svg circle{fill:none}
.header-location-trigger small{display:block;color:#6b7280;font-size:11px;line-height:1.1;font-weight:700}
.header-location-trigger strong{display:block;max-width:136px;color:#121414;font-size:13px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-location-panel{position:absolute;top:52px;left:0;width:380px;background:#fff;border:1px solid #e2e6ea;border-radius:10px;box-shadow:0 18px 50px rgba(15,23,42,.18);padding:14px;z-index:120}
.header-location-title{font-size:16px;font-weight:800;color:#121414;margin-bottom:12px}
.header-location-search{height:42px;display:flex;align-items:center;gap:8px;border:1px solid #d8dee5;border-radius:6px;background:#fff;padding:0 12px;margin-bottom:10px}
.header-location-search span{color:#00856f;font-size:12px;font-weight:800;white-space:nowrap}
.header-location-search input{width:100%;border:0;outline:0;color:#121414;font-size:13px;font-weight:650}
.use-current-location{width:100%;min-height:40px;border:0;border-radius:6px;background:#f0fbf8;color:#00856f;font-size:13px;font-weight:800;margin-bottom:14px;cursor:pointer;text-align:left;padding:0 12px;display:flex;align-items:center;gap:8px}
.use-current-location span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dff7ef}
.header-location-subtitle{font-size:12px;font-weight:800;color:#707a86;text-transform:uppercase;margin-bottom:8px}
.header-location-suggestions{display:grid;gap:2px;max-height:238px;overflow:auto}
.location-suggestion{width:100%;border:0;background:#fff;border-radius:6px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:center;text-align:left;padding:9px 8px;cursor:pointer}
.location-suggestion:hover{background:#f7faf9}
.location-suggestion i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef8f5;color:#00856f;font-style:normal;font-size:13px;font-weight:800}
.location-suggestion svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.location-suggestion strong{display:block;color:#121414;font-size:14px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.location-suggestion small{display:block;margin-top:2px;color:#707a86;font-size:12px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.location-empty{padding:12px;color:#707a86;font-size:13px;font-weight:700;text-align:center}
.header-search{height:44px;display:flex;align-items:center;gap:10px;border:1px solid #dfe7f1;border-radius:8px;background:#f8fafc;padding:0 14px;color:#64748b;font-size:13px;font-weight:850}
.header-search span{color:#0f9f6e}
.header-search input{width:100%;border:0;background:transparent;outline:0;color:#0f172a;font-weight:750}
.header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.login-cta{min-height:40px;display:inline-flex;align-items:center;gap:8px;border:1px solid #dfe7f1;border-radius:10px;padding:0 14px;color:#0f172a;font-size:13px;font-weight:950;background:#fff}
.header-wa-cta{border-color:#0f9f6e;background:#0f9f6e;color:#fff}
.apollo-doctors-page{background:#f7f8f5;min-height:calc(100vh - 114px);margin-top:42px;color:#121414}
.doctor-listing-wrap{padding:14px 0 38px}
.doctor-listing-grid{display:grid;grid-template-columns:256px minmax(0,824px);gap:20px;align-items:start;justify-content:center}
.doctor-filter-panel{position:sticky;top:166px;background:#fff;border:1px solid #e6e8eb;border-radius:4px;padding:0}
.filter-title-row{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #edf0f2}
.filter-title-row h2{margin:0;font-size:16px;font-weight:700}
.filter-title-row button{border:0;background:transparent;color:#00856f;font-size:12px;font-weight:700;cursor:pointer}
.filter-block{padding:14px 16px;border-bottom:1px solid #edf0f2}
.filter-block h3{margin:0 0 10px;font-size:13px;font-weight:700;color:#121414}
.filter-block label{min-height:28px;display:flex;align-items:center;gap:9px;color:#454f5b;font-size:13px;font-weight:500}
.filter-block input{width:15px;height:15px;accent-color:#00856f}
.doctor-results-panel{min-width:0}
.breadcrumbs{height:26px;display:flex;align-items:center;gap:6px;color:#76808b;font-size:12px;font-weight:500;margin-bottom:8px}
.breadcrumbs a{color:#697684}
.breadcrumbs a:after{content:"/";color:#a0a8b1;margin-left:6px}
.mobile-filter-row{display:flex;gap:8px;overflow-x:auto;padding:0 0 10px;margin-bottom:0;scrollbar-width:none}
.mobile-filter-row::-webkit-scrollbar{display:none}
.mobile-filter-row button,.sort-button{height:32px;border:1px solid #d9dde3;border-radius:6px;background:#fff;color:#252f3f;padding:0 12px;font-size:12px;font-weight:600;white-space:nowrap}
.mobile-filter-row button.active{border-color:#00856f;background:#eef8f5;color:#00856f}
.near-me-strip{display:block;width:auto;min-height:28px;margin:0 0 8px;border:0;background:transparent;color:#00856f;font-size:13px;font-weight:700;text-align:left;cursor:pointer}
.doctor-list-heading{height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.doctor-list-heading h1{margin:0;font-size:20px;line-height:1.2;font-weight:700;letter-spacing:0}
.doctor-list-heading h1 span{color:#5b6470;font-size:14px;font-weight:600}
.doctor-list-heading p{display:none}
.doctor-location-search{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 96px;gap:8px;align-items:end;background:#fff;border:1px solid #e3e7eb;border-radius:4px;padding:12px;margin-bottom:12px}
.doctor-location-search .field{gap:5px}
.doctor-location-search .field label{font-size:10px;color:#707a86;font-weight:700}
.doctor-location-search .field select{min-height:38px;border-radius:3px;border-color:#d8dee5;font-size:13px;font-weight:600}
.doctor-location-search .submit{min-height:38px;border-radius:4px;background:#00856f;font-size:13px}
.doctor-list-results{border-top:0;padding-top:0}
.apollo-doctors-page .results-head{display:none}
.apollo-doctors-page .result-grid{grid-template-columns:1fr;gap:12px}
.apollo-doctors-page .result-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 218px;gap:14px;align-items:stretch;min-height:156px;border:1px solid #e1e5e9;border-radius:4px;background:#fff;padding:18px 16px;color:#121414;box-shadow:none;overflow:visible}
.apollo-doctors-page .result-card:before{display:none}
.DoctorCard_recommendationTagContainer{position:absolute;left:16px;top:0;transform:translateY(-50%);height:22px;display:flex;align-items:center}
.DoctorCard_recommendationTagContainer span{height:22px;display:inline-flex;align-items:center;background:#eef8f5;color:#00856f;border:1px solid #ccebe3;border-radius:4px;padding:0 8px;font-size:11px;font-weight:700}
.apollo-doctors-page .result-main{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;align-items:start}
.apollo-doctors-page .avatar{width:74px;height:74px;border-radius:50%;font-size:14px;background:#e9f5f2;color:#00856f;font-weight:800;overflow:hidden}
.apollo-doctors-page .avatar img{width:100%;height:100%;object-fit:cover}
.DoctorCard_doctorDetails{position:relative;min-width:0}
.DoctorCard_doctorDetails h2{margin:0;color:#121414;font-size:16px;line-height:1.3;font-weight:700;padding-right:24px}
.DoctorCard_doctorDetails p{margin:4px 0 0;color:#59636f;font-size:13px;line-height:1.35;font-weight:500}
.DoctorCard_doctorDetails .DoctorCard_specialty{color:#252f3f;font-weight:600}
.DoctorCard_doctorDetails .DoctorCard_experience{color:#121414;font-weight:500}
.info-dot{position:absolute;right:0;top:0;width:18px;height:18px;border:1px solid #cdd4dc;border-radius:50%;background:#fff;color:#697684;font-size:11px;font-weight:700}
.apollo-doctors-page .result-foot{display:grid;gap:10px;align-content:center;padding-left:14px;border-left:1px solid #edf0f2}
.DoctorCard_buttonWrapper{display:grid;grid-template-columns:62px minmax(0,1fr);gap:8px;align-items:center}
.DoctorCard_buttonWrapper.online-consult-action{grid-template-columns:1fr}
.DoctorCard_buttonWrapper.online-consult-action .DoctorCard_button{width:100%}
.DoctorCard_pricing p{margin:0;color:#121414;font-size:14px;font-weight:700;text-align:left}
.DoctorCard_button{min-height:48px;display:grid;align-content:center;justify-items:center;border:1px solid #00856f;border-radius:4px;background:#00856f;color:#fff;padding:6px 8px;text-align:center}
.DoctorCard_button b{display:block;font-size:13px;line-height:1.15}
.DoctorCard_button small{display:block;margin-top:3px;color:#dff7ef;font-size:10px;line-height:1.2;font-weight:600}
.DoctorCard_button.visit-button{background:#fff;color:#00856f}
.DoctorCard_button.visit-button small{color:#66717e}
.doctor-content-block{margin-top:14px;background:#fff;border:1px solid #e1e5e9;border-radius:4px;padding:16px}
.doctor-content-block h2{margin:0 0 12px;font-size:18px;font-weight:700}
.speciality-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.speciality-strip a{min-height:38px;display:flex;align-items:center;border:1px solid #edf0f2;border-radius:4px;background:#fff;padding:0 10px;color:#252f3f;font-size:13px;font-weight:600}
.service-badges{display:flex;gap:6px;overflow:hidden;white-space:nowrap;margin-top:8px}
.service-badges span{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;background:#eef8f5;color:#00856f;padding:0 8px;font-size:11px;font-weight:800;flex:0 0 auto}
.blood-avatar{background:#fee2e2!important;color:#b91c1c!important;font-size:17px!important}
.fallback-note{margin-bottom:12px;text-align:left;border-style:solid;background:#fff8e8;color:#7a4a00}
@media(max-width:980px){.apollo-doctors-page{margin-top:0}.apollo-header-top{min-height:68px;display:flex;justify-content:space-between;gap:10px}.header-search,.header-actions,.login-cta,.header-location{display:none}.header-location-panel{position:fixed;top:96px;left:10px;right:10px;width:auto}.apollo-header-bottom{min-height:0;border-top:0}.apollo-header .brand{min-width:0}.apollo-header .brand strong{white-space:nowrap}.apollo-header .brand small{white-space:nowrap}.apollo-header .mobile-toggle{display:grid;place-items:center;margin-left:auto}.apollo-header .nav-links.open{top:74px;border-radius:18px}.doctor-listing-wrap{padding-top:10px}.doctor-listing-grid{display:block}.doctor-filter-panel{display:none}.doctor-list-heading{height:auto;align-items:center}.doctor-location-search{grid-template-columns:1fr 1fr;border-left:0;border-right:0;border-radius:0;margin-left:-10px;margin-right:-10px}.doctor-location-search .submit{grid-column:1/-1}.apollo-doctors-page .result-grid{grid-template-columns:1fr}.apollo-doctors-page .result-card{grid-template-columns:1fr;gap:12px;border-left:0;border-right:0;border-radius:0;margin-left:-10px;margin-right:-10px;padding:18px 10px}.apollo-doctors-page .result-foot{border-left:0;border-top:1px solid #edf0f2;padding:12px 0 0;grid-template-columns:1fr;align-items:stretch}.DoctorCard_buttonWrapper{grid-template-columns:64px minmax(0,1fr)}.speciality-strip{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.mobile-filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(78px,1fr));gap:8px;overflow:visible;padding-bottom:12px}.mobile-filter-row button{width:100%;min-height:38px;height:auto;border-radius:999px;padding:8px 10px;white-space:normal;line-height:1.15;text-align:center}.breadcrumbs{height:auto;min-height:26px;flex-wrap:wrap;line-height:1.4}.near-me-strip{min-height:42px;border-radius:18px;text-align:center}}
