.aivc-widget { direction: rtl; font-family: system-ui, Tahoma, Arial, sans-serif; max-width: 380px; margin: 1rem auto; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); padding: 16px; text-align: center; }
.aivc-title { font-weight: 700; margin-bottom: 8px; }
.aivc-status { color: #666; font-size: 13px; margin-top: 8px; min-height: 20px; }
.aivc-controls { display: flex; gap: 8px; justify-content: center; margin-top: 10px; }
.aivc-btn { border: 0; border-radius: 8px; padding: 10px 14px; font-weight: 600; cursor: pointer; }
.aivc-btn-start { background: #0ea5e9; color: #fff; }
.aivc-btn-stop { background: #111827; color: #fff; display: none; }
.aivc-audio { width: 100%; margin-top: 12px; }