.portal-hotline{position:relative;display:inline-flex;flex-shrink:0}.portal-hotline__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;min-width:32px;height:32px;padding:0 .45rem;border-radius:8px;border:1px solid var(--portal-chip-border,rgba(11,122,117,.22));background:var(--portal-chip-inner-bg,#fff);color:#0b7a75;box-shadow:var(--portal-chip-shadow,0 1px 2px rgba(15,23,42,.06));cursor:pointer;font:inherit;font-size:.65rem;font-weight:800}.portal-hotline__trigger:hover,.portal-hotline__trigger[aria-expanded=true]{border-color:rgba(11,122,117,.45);color:#085e5a}.portal-hotline__label{display:none}@media (min-width:900px){.portal-hotline__label{display:inline}}.portal-hotline__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:90;width:min(280px,calc(100vw - 1.5rem));padding:.75rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 14px 36px rgba(15,23,42,.16)}.portal-hotline__eyebrow{margin:0 0 .55rem;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b7a75}.portal-hotline__row{display:flex;align-items:flex-start;gap:.55rem;padding:.55rem .5rem;border-radius:10px;text-decoration:none;color:#0f172a;margin-bottom:.25rem}.portal-hotline__row:hover{background:#f0faf9}.portal-hotline__row strong{display:block;font-size:.72rem;font-weight:800;color:#0b7a75}.portal-hotline__value{display:block;font-size:.8rem;font-weight:650;color:#1e293b;word-break:break-all}.portal-hotline__cta{display:block;margin-top:.35rem;padding:.55rem .65rem;text-align:center;border-radius:10px;font-size:.78rem;font-weight:800;text-decoration:none;color:#fff;background:#0b7a75}.portal-hotline__cta:hover{background:#085e5a}