.sun-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 24px;
    margin: 24px 0 12px;
    clear: both;
    width: 100%;
}
.sun-form-security {
    box-sizing: border-box;
    flex: 0 1 320px;
    width: 320px;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 12px;
    text-align: left;
}
.sun-form-security:focus { outline: 2px solid #b68d00; outline-offset: 6px; border-radius: 4px; }
.sun-form-security .sun-verification-status {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #505050;
}
.sun-form-security[data-state="ready"] .sun-verification-status { color: #28713b; }
.sun-form-security[data-state="error"] .sun-verification-status,
.sun-form-security[data-state="expired"] .sun-verification-status,
.sun-form-security[data-state="required"] .sun-verification-status { color: #9b2922; }
.sun-form-security .sun-verification-retry {
    display: inline-block;
    min-height: 44px;
    margin: 4px 0 0;
    padding: 6px 0;
    background: transparent;
    border: 0;
    color: #333;
    font: inherit;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
.sun-form-security .sun-verification-retry[hidden] { display: none !important; }
form.wpcf7-form .sun-form-actions > .wpcf7-submit {
    flex: 1 1 160px;
    width: auto;
    min-height: 44px;
    margin: 10px 0 0;
}
.sun-attachments-notice {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 16px 20px;
    background: #f6f6f4;
    border-left: 3px solid #ecc500;
    line-height: 1.6;
}
.sun-attachments-notice p { margin: 0 0 8px; }
.sun-attachments-notice p:last-child { margin: 8px 0 0; font-size: 13px; }
.sun-attachments-notice a { display: inline-block; padding: 4px 0; font-weight: 600; text-decoration: underline; }
.sun-upload-help { display: block; font-size: 13px; line-height: 1.5; margin: 8px 0; }
form.wp-block-create-block-register-form .sun-form-security { grid-column: 1 / -1; flex-basis: auto; margin-top: 16px; }
@media (max-width: 640px) {
    .sun-form-actions { flex-direction: column; gap: 8px; }
    .sun-form-actions > .sun-form-security { flex-basis: auto; width: 100%; }
    form.wpcf7-form .sun-form-actions > .wpcf7-submit { flex: none; width: 100%; margin-top: 0; }
}
