/* ============================================
   AUDIO ENCRYPT PAGE
   ============================================ */

/* Inline-style replacements */
.decrypt-page .method,
.decrypt-page .sub-method {
    margin-left: auto;
    margin-right: auto;
}

.decrypt-page .method {
    width: min(100%, 820px);
}

.decrypt-page .sub-method {
    width: min(100%, 640px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.decrypt-page .sub-method > * {
    width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
}

.audio-btn-group {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    justify-content: center;
}

.audio-label-muted {
    display: block;
    margin-bottom: 6px;
    color: var(--color-text-muted);
    font-size: 0.9rem;
}

.audio-input-password {
    width: 80%;
    margin-bottom: 10px;
}

.audio-input-wide {
    width: 90% !important;
}

.audio-result-image {
    max-width: 100%;
    margin-top: 12px;
}

.audio-status {
    margin-top: 10px;
    font-size: 0.9rem;
}
