/* REPORT.PHP — separated booking panel, banner collage and doctor cards */
.lab-booking-panel form>.row{background:#f7fcfc;border:1px solid #d9ecec;border-radius:18px;padding:22px 14px 10px;margin:8px 0 16px!important;box-shadow:inset 0 1px #fff}.lab-booking-panel form>.row:before{content:"PATIENT BOOKING DETAILS";width:100%;padding:0 8px 13px;font-size:.72rem;letter-spacing:.11em;font-weight:800;color:#0f766e}.lab-hero-gallery{width:335px;height:150px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:8px}.lab-hero-gallery img{height:100%;width:100%;object-fit:cover;border-radius:14px;border:1px solid #ffffff55;box-shadow:0 12px 24px #03263855}.lab-hero-gallery img:first-child{grid-row:1/3}.lab-hero-gallery .lab-hero-icon{width:auto;height:auto;border-radius:18px}.lab-doctor-section{margin-top:30px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#f0fbfa,#fff);border:1px solid #d9eeec}.lab-doctor-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.lab-doctor-head span{font-size:.72rem;letter-spacing:.12em;font-weight:800;color:#0f766e}.lab-doctor-head h2{margin:6px 0 0;font-size:1.45rem;color:#12344e}.lab-doctor-head p{margin:0;color:#68808b;max-width:350px;font-size:.9rem}.lab-doctor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.lab-doctor-card{overflow:hidden;background:#fff;border:1px solid #dcebed;border-radius:16px;transition:.2s}.lab-doctor-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #0f766e1f}.lab-doctor-card img{height:145px;width:100%;object-fit:cover;background:#dcebed}.lab-doctor-card div{padding:13px}.lab-doctor-card strong{display:block;color:#12344e}.lab-doctor-card span{display:block;color:#0f766e;font-size:.78rem;margin-top:4px}.lab-doctor-card small{display:block;color:#718491;font-size:.74rem;margin-top:4px}@media(max-width:800px){.lab-hero-gallery{width:100%;height:115px;margin-top:22px}.lab-doctor-section{padding:20px}.lab-doctor-head{align-items:start;flex-direction:column}.lab-doctor-grid{grid-template-columns:repeat(2,1fr)}.lab-doctor-card img{height:118px}.lab-booking-panel form>.row{padding:18px 10px 5px}}
