.miromax-survey-admin .miromax-survey-grid,
.miromax-survey-metabox .miromax-survey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin: 16px 0;
}
.miromax-survey-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 14px;
}
.miromax-survey-card h3,
.miromax-survey-card h4 { margin: 0 0 8px; }
.miromax-survey-total { font-size: 28px; font-weight: 700; margin: 0; }
.miromax-badge { display: inline-block; padding: 4px 8px; border-radius: 999px; background: #f0f6fc; border: 1px solid #c5d9ed; }
.ok { color: #0a7f32; font-weight: 700; }
.bad { color: #b32d2e; font-weight: 700; }
.miromax-survey-public,
.miromax-survey-form {
    max-width: 980px;
}
.miromax-survey-section {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    padding: 18px;
    margin: 18px 0;
}
.miromax-survey-section h3 { margin-top: 0; }
.miromax-survey-section .large-text,
.miromax-survey-form .large-text {
    width: 100%;
    max-width: 920px;
}
.miromax-checkboxes {
    border: 1px solid #e2e4e7;
    padding: 12px;
    margin: 12px 0;
}
.miromax-checkboxes label {
    display: inline-block;
    margin: 6px 14px 6px 0;
}
.miromax-large-button {
    padding: 10px 18px !important;
    font-size: 16px !important;
}
.miromax-notice-ok {
    background: #ecf7ed;
    border: 1px solid #9ad19f;
    padding: 12px;
    margin: 16px 0;
    border-radius: 8px;
}
.miromax-survey-summary details {
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 8px 10px;
    margin: 8px 0;
    background: #fff;
}
.miromax-survey-summary pre {
    white-space: pre-wrap;
    margin: 8px 0 0;
}
