.help{position:relative;display:inline-grid;place-items:center;width:19px;height:19px;margin-left:7px;border-radius:50%;background:#e3efec;color:#0f665f;font:800 12px/1 system-ui;cursor:help;vertical-align:middle;outline:none}
.help:hover:after,.help:focus:after{content:attr(data-tip);position:absolute;z-index:3000;left:50%;top:26px;transform:translateX(-50%);width:min(280px,75vw);padding:9px 11px;border-radius:9px;background:#102b27;color:#fff;font:500 13px/1.35 system-ui;box-shadow:0 8px 24px #0003}
.driver-app{min-height:100vh}.driver-app>.content{max-width:1050px}
@media(max-width:900px){.help:hover:after,.help:focus:after{position:fixed;left:12px;right:12px;top:auto;bottom:70px;transform:none;width:auto}}
