.bcm93-group-call-buttons{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;margin-right:6px}
.bcm93-group-call-quick{display:grid;place-items:center;width:42px;height:42px;min-width:42px;padding:0;border:1px solid var(--border,#cad6cd);border-radius:13px;background:var(--secondary,#e3ebe3);color:var(--foreground,#1d3028);cursor:pointer;box-shadow:0 1px 0 rgba(0,0,0,.03)}
.bcm93-group-call-quick:hover{background:var(--muted,#dbe6dd)}
.bcm93-group-call-quick:disabled{opacity:.5;cursor:wait}
.bcm93-group-call-quick[data-call-error="1"]{outline:2px solid var(--destructive,#b14a4a);outline-offset:2px}
.bcm93-call-start-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;margin:10px;border:1px solid var(--border,#cad6cd);border-radius:16px;background:var(--card,#f8faf7)}
.bcm93-call-start-panel>div:first-child{display:grid;gap:3px}.bcm93-call-start-panel strong{font-size:16px}.bcm93-call-start-panel small{color:var(--muted-foreground,#65746d);font-size:12px}.bcm93-call-start-panel>div:last-child{display:flex;gap:8px;flex-wrap:wrap}
.bcm93-call-start-panel button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:8px 12px;border:1px solid var(--border,#cad6cd);border-radius:12px;background:var(--secondary,#e3ebe3);color:inherit;font:inherit;font-weight:650;cursor:pointer}
.bcm93-call-start-panel button:disabled{opacity:.5}
nav[aria-label="Private chat sections"] button[data-bcm93-direct-active="1"]{position:relative;z-index:1}
@media(max-width:720px){.bcm93-group-call-buttons{gap:5px;margin-right:4px}.bcm93-group-call-quick{width:38px;height:38px;min-width:38px;border-radius:11px}.bcm93-call-start-panel{align-items:stretch;flex-direction:column;margin:8px}.bcm93-call-start-panel>div:last-child{display:grid;grid-template-columns:1fr 1fr}.bcm93-call-start-panel button{width:100%}}
