.dashboardOnCallList{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,340px));align-items:start;gap:14px}
.dashboardOnCallDriver.dashboardOnCallPremium{position:relative;display:flex;flex-direction:column;gap:0;min-height:0;aspect-ratio:auto;overflow:hidden;padding:0;border:1px solid #d8e1ec;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(18,43,70,.1);cursor:pointer}
.dashboardOnCallPremium:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(18,43,70,.14)}
.dashboardOnCallPremiumHead{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:0 13px;background:#071d43;color:#52dc72;font-size:11px;font-weight:850}
.dashboardOnCallPremiumHead>span{display:flex;align-items:center;gap:7px}.dashboardOnCallPremiumHead i{width:9px;height:9px;border-radius:50%;background:#35c75a;box-shadow:0 0 0 3px rgba(53,199,90,.16)}
.dashboardOnCallPremiumHead button{border:0;background:transparent;color:#fff;font-size:12px;letter-spacing:2px;cursor:pointer}
.dashboardOnCallPremium.emergency .dashboardOnCallPremiumHead{background:#8e1f2d;color:#fff}.dashboardOnCallPremium.emergency .dashboardOnCallPremiumHead i{background:#ff5a64;box-shadow:0 0 0 3px rgba(255,90,100,.18)}
.dashboardOnCallPremiumIdentity{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:11px;padding:14px;border-bottom:1px solid #e7edf4}
.dashboardOnCallAvatar{display:grid;place-items:center;width:42px;height:42px;border:2px solid #0b2552;border-radius:50%;color:#0b2552;font-size:12px;font-weight:900}
.dashboardOnCallPremium .dashboardOnCallIdentity{min-width:0}.dashboardOnCallPremium .dashboardOnCallIdentity strong{display:block;overflow:hidden;color:#12243e;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.dashboardOnCallPremium .dashboardOnCallIdentity small{display:block;margin-top:3px;color:#66778b;font-size:10px}
.dashboardOnCallPremium .dashboardOnCallVehicle,.dashboardOnCallPremium .dashboardOnCallPlace{position:relative;display:block;margin:0;padding:11px 14px 11px 55px;border:0;border-bottom:1px solid #e7edf4;border-radius:0;background:#fff;color:#152a46}
.dashboardOnCallPremium .dashboardOnCallVehicle:before,.dashboardOnCallPremium .dashboardOnCallPlace:before{position:absolute;left:14px;top:50%;display:grid;place-items:center;width:29px;height:29px;transform:translateY(-50%);border-radius:8px;background:#0b2552;color:#fff;font-size:12px;font-weight:900}
.dashboardOnCallPremium .dashboardOnCallVehicle:before{content:"▣"}.dashboardOnCallPremium .dashboardOnCallPlace:before{content:"●"}
.dashboardOnCallPremium .dashboardOnCallVehicle small,.dashboardOnCallPremium .dashboardOnCallPlace small{display:block;margin-bottom:3px;color:#718095;font-size:8px;font-weight:850;letter-spacing:.08em}.dashboardOnCallPremium .dashboardOnCallVehicle strong,.dashboardOnCallPremium .dashboardOnCallPlace strong{display:block;color:#152a46;font-size:11px}
.dashboardOnCallPremium .dashboardOnCallPlace.waiting{background:#fffaf0}.dashboardOnCallPremium .dashboardOnCallPlace.waiting:before{background:#9a681d}
.dashboardOnCallPremium .dashboardOnCallJobRef{margin:10px 12px;width:calc(100% - 24px);box-sizing:border-box}.dashboardOnCallPremium:has(.dashboardOnCallJobRef){min-height:0}
.dashboardOnCallPremium .dashboardOnCallArrow{position:absolute;right:12px;bottom:9px;border:0;background:transparent;color:#17345d;font-size:19px}
@media(max-width:680px){.dashboardOnCallList{grid-template-columns:1fr}.dashboardOnCallDriver.dashboardOnCallPremium{width:100%}}