.company-choice{position:fixed;left:24px;bottom:24px;z-index:900;width:min(480px,calc(100vw - 48px));max-height:calc(100dvh - 48px);overflow-y:auto;box-sizing:border-box;padding:24px;border:1px solid #8072b7;border-radius:20px;background:#221737;color:#fff;box-shadow:0 12px 60px #0006;font-family:Poppins,sans-serif;text-align:left}
.company-choice[hidden]{display:none}
.company-choice h2{margin:0 0 12px;font-size:19px;font-weight:600;line-height:1.4;letter-spacing:-.02em;color:#fff}
.company-choice p{margin:0 0 20px;font-size:16px;line-height:1.65;color:#e3dff0}
.company-choice a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.company-choice>div{display:flex;gap:12px}
.company-choice button{flex:1;min-height:44px;padding:10px 16px;border:1px solid #baaadd;border-radius:999px;background:#34254e;color:#fff;font:500 14px/1.4 Poppins,sans-serif;cursor:pointer}
.company-choice [data-company-allow]{background:#34254e;border-color:#baaadd;color:#fff}
.company-preferences{border:0;background:transparent;color:inherit;opacity:.9;font:inherit;font-size:13px;padding:10px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.company-choice button:focus-visible,.company-choice a:focus-visible,.company-preferences:focus-visible{outline:3px solid #c4b5ff;outline-offset:4px}
@media(max-width:480px){.company-choice{left:16px;bottom:16px;width:calc(100vw - 32px);padding:20px}.company-choice h2{font-size:18px}}

.company-choice button:hover{background:#503973}
