.dlb-mode-control{display:grid;gap:8px;min-width:300px;font-size:12px;font-weight:700;color:#394964}
.dlb-mode-switch{display:inline-flex;align-self:start;gap:2px;padding:3px;border:1px solid #cfd8e8;border-radius:999px;background:#f1f4f9}
.dlb-mode-switch button{border:0;border-radius:999px;background:transparent;color:#59657a;padding:7px 12px;font:700 12px/1.15 Inter,Arial,sans-serif;white-space:nowrap;cursor:pointer;transition:background .16s,color .16s,box-shadow .16s}
.dlb-mode-switch button:hover{background:#e1e8f2;color:#193554}
.dlb-mode-switch button.active{background:#fff;color:#0d283f;box-shadow:0 1px 5px rgba(24,43,70,.2)}
.dlb-mode-switch button.active[data-dlb-mode="pure_pv"]{color:#147542}.dlb-mode-switch button.active[data-dlb-mode="hybrid"]{color:#167d72}.dlb-mode-switch button.active[data-dlb-mode="fast"]{color:#bd6514}
.dlb-mode-control small{min-height:16px;max-width:330px;font-weight:500;color:#677891;line-height:1.35}
@media (max-width:650px){.dlb-mode-control{min-width:100%}.dlb-mode-switch{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:12px}.dlb-mode-switch button{padding:9px 7px}.dlb-mode-control small{max-width:none}}
