.hc-wvoa-native-hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.hc-wvoa-card {
    margin: 6px 0 8px;
    padding: 0;
    background: transparent;
    color: inherit;
    max-width: 760px;
}

.hc-wvoa-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin: 4px 0 8px;
}

.hc-wvoa-btn {
    appearance: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
    padding: 8px 13px;
    min-height: 36px;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hc-wvoa-btn-primary,
.hc-wvoa-record {
    border: 1px solid #d97833;
    background: #d97833;
    color: #ffffff;
}

.hc-wvoa-btn-primary:hover,
.hc-wvoa-btn-primary:focus,
.hc-wvoa-record:hover,
.hc-wvoa-record:focus {
    background: #c76623;
    border-color: #c76623;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(120, 68, 30, 0.14);
    outline: none;
}

.hc-wvoa-reset {
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    color: #5c514b;
}

.hc-wvoa-reset:hover,
.hc-wvoa-reset:focus {
    border-color: #e4e4e4;
    background: #eeeeee;
    color: #3f3732;
    box-shadow: none;
    outline: none;
}

.hc-wvoa-btn:active {
    transform: translateY(1px);
}

.hc-wvoa-btn:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    box-shadow: none;
}

.hc-wvoa-record.is-recording {
    background: #b64032;
    border-color: #b64032;
    color: #ffffff;
}

.hc-wvoa-status {
    display: block;
    visibility: hidden;
    min-height: 17px;
    margin: 4px 0 5px;
    font-size: 12px;
    line-height: 1.35;
    color: #6a5b50;
}

.hc-wvoa-card.has-status .hc-wvoa-status,
.hc-wvoa-card.is-listening .hc-wvoa-status,
.hc-wvoa-card.is-error .hc-wvoa-status {
    visibility: visible;
}

.hc-wvoa-card.is-listening .hc-wvoa-status {
    color: #a8561e;
}

.hc-wvoa-card.is-error .hc-wvoa-status {
    color: #b64032;
}

.hc-wvoa-label {
    display: block;
    margin: 8px 0 5px;
    font-size: 14px;
    font-weight: 700;
}

.hc-wvoa-editor {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    height: auto;
    border: 1px solid #dcc5ad;
    border-radius: 15px;
    background: #ffffff;
    color: #2d2520;
    font-size: 16px;
    line-height: 1.45;
    padding: 8px 11px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hc-wvoa-editor.hc-wvoa-editor-flash {
    border-color: #d97833;
    background-color: #fff7ef;
    box-shadow: 0 0 0 3px rgba(217, 120, 51, 0.16);
}

.hc-wvoa-editor:focus {
    border-color: #d97833;
    box-shadow: 0 0 0 3px rgba(217, 120, 51, 0.14);
    outline: none;
}

.hc-wvoa-hint {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
    color: #6a5b50;
}

@media (max-width: 640px) {
    .hc-wvoa-card {
        margin-top: 4px;
    }

    .hc-wvoa-actions {
        gap: 7px;
        margin: 2px 0 7px;
    }

    .hc-wvoa-btn {
        width: auto;
        flex: 0 0 auto;
        font-size: 16px;
        padding: 7px 10px;
        min-height: 34px;
    }

    .hc-wvoa-editor {
        min-height: 48px;
        padding: 8px 10px;
    }
}
