.aeson-audio-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.aeson-audio-form {
    display: grid;
    gap: 26px;
}

.aeson-audio-section {
    background: #fff;
    border: 1px solid #e5e7e9;
    border-radius: 4px;
    padding: 30px;
}

.aeson-audio-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #2693ba;
    margin-bottom: 7px;
}

.aeson-audio-section h2 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 1.25;
}

.aeson-audio-grid {
    display: grid;
    gap: 18px;
}

.aeson-audio-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aeson-audio-form label {
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
    color: #30363d;
}

.aeson-audio-form label > span {
    color: #c0392b;
}

.aeson-audio-form label small,
.aeson-audio-help,
.aeson-audio-privacy {
    color: #6f767d;
    font-weight: 400;
    font-size: 13px;
}

.aeson-audio-form input[type="text"],
.aeson-audio-form input[type="email"],
.aeson-audio-form input[type="tel"],
.aeson-audio-form input[type="url"],
.aeson-audio-form select,
.aeson-audio-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 12px 13px;
    border: 1px solid #cfd5d9;
    border-radius: 3px;
    background: #fff;
    color: #2c3338;
    font: inherit;
}

.aeson-audio-form textarea {
    resize: vertical;
}

.aeson-audio-form input:focus,
.aeson-audio-form select:focus,
.aeson-audio-form textarea:focus {
    outline: 2px solid rgba(38,147,186,.18);
    border-color: #2693ba;
}

.aeson-audio-upload {
    border: 1px dashed #aeb7bd;
    padding: 22px;
    border-radius: 4px;
    background: #fafbfc;
}

.aeson-audio-upload label {
    margin-bottom: 10px;
}

.aeson-audio-file-list {
    margin-top: 10px;
    font-size: 13px;
}

.aeson-audio-file-list div {
    padding: 4px 0;
}

.aeson-audio-or {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 24px 0;
    color: #8b9297;
    font-size: 12px;
    font-weight: 700;
}

.aeson-audio-or::before,
.aeson-audio-or::after {
    content: "";
    height: 1px;
    background: #e1e5e8;
    flex: 1;
}

.aeson-audio-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400 !important;
}

.aeson-audio-check input {
    margin-top: 4px;
}

.aeson-audio-check span {
    color: #30363d !important;
}

.aeson-audio-submit {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #2693ba;
    color: #fff;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    cursor: pointer;
}

.aeson-audio-submit:hover {
    filter: brightness(.94);
}

.aeson-audio-alert {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-left: 4px solid #b32d2e;
    background: #fff1f1;
    color: #7a1f1f;
}

.aeson-audio-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.g-recaptcha {
    margin: 20px 0;
}

@media (max-width: 700px) {
    .aeson-audio-grid.two {
        grid-template-columns: 1fr;
    }

    .aeson-audio-section {
        padding: 22px 18px;
    }
}


/* Dedicated plugin page: bypasses the legacy recovery sidebar layout. */
.aeson-audio-page-shell {
    padding: 55px 20px 75px;
    background: #fff;
}

.aeson-audio-page-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.aeson-audio-page-heading {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.aeson-audio-page-kicker {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #2693ba;
}

.aeson-audio-page-heading h1 {
    margin: 0 0 12px;
}

.aeson-audio-page-heading p {
    margin: 0;
    color: #687078;
    font-size: 17px;
}

@media (max-width: 700px) {
    .aeson-audio-page-shell {
        padding: 35px 14px 55px;
    }
}


.aeson-audio-upload-progress {
    margin: 18px 0 14px;
    padding: 14px 16px;
    border: 1px solid #d7e2e7;
    border-radius: 4px;
    background: #f7fafb;
    line-height: 1.5;
}
.aeson-audio-submit.is-submitting,
.aeson-audio-submit:disabled {
    cursor: wait;
    opacity: .72;
}
