/* Scoped to the service panel; published OpeningHours data supplies all times. */
#bm-header-pilot .bmhp-phone-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) auto;align-items:center;gap:22px;margin:0 0 24px;padding:22px 24px;border:1px solid #ffd4a3;border-radius:16px;background:#fff8ef;color:var(--bmhp-ink)}
#bm-header-pilot .bmhp-phone-main{display:flex;align-items:center;gap:16px;min-width:0}
#bm-header-pilot .bmhp-phone-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:#ffead0;color:#d46b00}
#bm-header-pilot .bmhp-phone-icon svg{width:25px;height:25px}
#bm-header-pilot .bmhp-phone-title{margin:0 0 4px;font-size:12px;font-weight:600;line-height:1.5;color:#53687a}
#bm-header-pilot a.bmhp-phone-number{display:inline-block;min-height:36px;color:var(--bmhp-ink);font-size:clamp(22px,2vw,30px);line-height:1.3;font-weight:800;letter-spacing:-.5px;white-space:nowrap;text-decoration:none}
#bm-header-pilot a.bmhp-phone-number:hover{text-decoration:underline;text-underline-offset:5px}
#bm-header-pilot .bmhp-phone-availability{min-width:0}
#bm-header-pilot .bmhp-phone-status{display:flex;align-items:center;gap:9px;margin:0;font-size:13px;font-weight:700;line-height:1.5;color:#435b6b}
#bm-header-pilot .bmhp-phone-status[data-state=open]{color:#176747}
#bm-header-pilot .bmhp-phone-status[data-state=closed]{color:#5b6370}
#bm-header-pilot .bmhp-phone-status[data-state=closed] .bmhp-status-dot{background:#87929a;box-shadow:none;animation:none}
#bm-header-pilot .bmhp-phone-hours{margin-top:5px;font-size:12px;line-height:1.5;color:#53687a}
#bm-header-pilot .bmhp-phone-hours .bm-central-hours{margin:0;padding:0}
#bm-header-pilot .bmhp-phone-hours details{position:relative;margin-top:3px}
#bm-header-pilot .bmhp-phone-hours summary{display:inline-flex;align-items:center;min-height:28px;padding:0;font-size:11px;font-weight:600;line-height:1.4;color:#53687a;text-decoration:underline;text-underline-offset:3px;cursor:pointer;list-style:none}
#bm-header-pilot .bmhp-phone-hours summary::-webkit-details-marker{display:none}
#bm-header-pilot .bmhp-phone-hours summary::after{content:'+';padding-left:7px;font-size:15px}
#bm-header-pilot .bmhp-phone-hours details[open]>summary::after{content:'−'}
#bm-header-pilot .bmhp-phone-hours .bm-central-hours__week{display:grid;gap:5px;margin:8px 0 0;padding:12px 14px;border:1px solid #e3d9cc;border-radius:10px;background:#fff;list-style:none}
#bm-header-pilot .bmhp-phone-hours .bm-central-hours__week li{display:flex;justify-content:space-between;gap:14px;padding:0;margin:0;font-size:12px;line-height:1.5;color:#435b6b}
#bm-header-pilot .bmhp-phone-hours .bm-central-hours__week strong{font-size:inherit;font-weight:600;text-align:right}
#bm-header-pilot .bmhp-phone-hours .bm-central-hours__exceptions{margin:6px 0;padding-left:16px;font-size:12px}
#bm-header-pilot .bmhp-phone-hours .bm-central-hours__notice{font-size:12px;margin:8px 0 0}
#bm-header-pilot a.bmhp-phone-call{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:12px 20px;border-radius:10px;background:var(--bmhp-orange);color:var(--bmhp-ink);font-size:14px;font-weight:750;line-height:1.4;white-space:nowrap;text-decoration:none}
#bm-header-pilot a.bmhp-phone-call:hover{background:#f17e00}
#bm-header-pilot .bmhp-phone-card a:focus-visible,#bm-header-pilot .bmhp-phone-card summary:focus-visible{outline:2px solid var(--bmhp-ink);outline-offset:4px}
@media(max-width:1099px){
 #bm-header-pilot .bmhp-phone-card{grid-template-columns:minmax(0,1fr);gap:14px;padding:18px;margin-bottom:20px;border-radius:14px}
 #bm-header-pilot .bmhp-phone-main{gap:12px}
 #bm-header-pilot .bmhp-phone-icon{width:42px;height:42px;flex-basis:42px}
 #bm-header-pilot .bmhp-phone-icon svg{width:22px;height:22px}
 #bm-header-pilot .bmhp-phone-title{font-size:11px}
 #bm-header-pilot a.bmhp-phone-number{font-size:clamp(20px,5.8vw,26px);line-height:1.4;letter-spacing:-.4px}
 #bm-header-pilot .bmhp-phone-status{font-size:12px}
 #bm-header-pilot .bmhp-phone-hours summary{min-height:36px;font-size:12px}
 #bm-header-pilot a.bmhp-phone-call{width:100%;min-height:46px}
}
@media(min-width:1100px) and (max-height:740px){
 #bm-header-pilot .bmhp-phone-card{padding:14px 20px;margin-bottom:18px}
}
