.feedback-body { min-height: 100vh; }
.feedback-public {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 24px 0;
    color: #182d69;
    font-family: var(--sa-font-main);
}
.feedback-public__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}
.feedback-public__header > a:last-child { color: #245cd2; font-size: 14px; }
.feedback-public__header .sa-public-logo { max-width: 210px; }
.feedback-card {
    min-width: 0;
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid #dce6fa;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(43, 72, 148, .08);
}
.feedback-eyebrow { margin: 0 0 10px; color: #2563eb; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.feedback-card h1 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 38px); line-height: 1.15; }
.feedback-card h2 { margin: 0; font-size: 24px; }
.feedback-intro { margin: 0 0 26px; line-height: 1.65; color: #52668c; }
.feedback-form { display: grid; gap: 22px; }
.feedback-field { display: grid; gap: 8px; }
.feedback-field label, .feedback-captcha legend { color: #263d6a; font-size: 14px; font-weight: 700; }
.feedback-field input, .feedback-field textarea, .feedback-page-size select {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccd9ef;
    border-radius: 8px;
    background: #fbfdff;
    color: #172d60;
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
}
.feedback-field textarea { resize: vertical; min-height: 150px; }
.feedback-field input:disabled { opacity: 1; color: #52668c; background: #eef3fb; cursor: not-allowed; }
.feedback-field small { color: #63769a; font-size: 12px; line-height: 1.5; }
.feedback-field [aria-invalid="true"] { border-color: #c52f4f; }
.feedback-field input:focus, .feedback-field textarea:focus, .feedback-page-size select:focus { outline: 2px solid #a5c5ff; outline-offset: 1px; border-color: #2563eb; }
.feedback-captcha { min-width: 0; margin: 0; padding: 16px; border: 1px solid #dce6fa; border-radius: 10px; }
.feedback-captcha legend { padding: 0 5px; }
.feedback-captcha__image-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0 0 14px; }
.feedback-captcha img { display: block; width: 240px; max-width: 100%; height: auto; border: 1px solid #dce6fa; border-radius: 6px; }
.feedback-captcha input[type="text"] { max-width: 240px; letter-spacing: .16em; text-transform: uppercase; }
.feedback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid #2563eb;
    border-radius: 8px;
    background: #2563eb;
    color: white;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.feedback-button:hover { background: #1d4ed8; }
.feedback-button:focus-visible, .feedback-pagination a:focus-visible { outline: 2px solid #2563eb; outline-offset: 3px; }
.feedback-button--secondary { border-color: #cfddf5; background: #f4f8ff; color: #2655ac; }
.feedback-button--secondary:hover { background: #e7f0ff; }
.feedback-button:disabled { opacity: .55; cursor: not-allowed; }
.feedback-alert { padding: 14px 16px; margin: 0 0 22px; border-radius: 8px; font-size: 14px; line-height: 1.6; }
.feedback-alert--success { background: #edfaf2; color: #1b673f; border: 1px solid #bee5cb; }
.feedback-alert--error { background: #fff3f4; color: #9d2541; border: 1px solid #f0c6ce; }
.feedback-alert p { margin: 0; font-weight: 700; }
.feedback-alert ul { margin: 6px 0 0; padding-left: 20px; }
.feedback-public__footer { margin: 22px 0 0; text-align: center; font-size: 12px; color: #63769a; }
.feedback-admin__heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
.feedback-count { display: inline-block; padding: 4px 9px; border-radius: 20px; background: #edf3ff; color: #2563eb; font-size: 15px; vertical-align: middle; }
.feedback-page-size { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.feedback-page-size select { width: 82px; padding: 8px; font-size: 14px; }
.feedback-empty { padding: 40px 10px; text-align: center; color: #63769a; }
.feedback-table-wrap { max-width: 100%; overflow: auto; border: 1px solid #dce6fa; border-radius: 8px; }
.feedback-table { width: 100%; min-width: 1000px; border-collapse: collapse; table-layout: fixed; font-size: 13px; }
.feedback-table th, .feedback-table td { padding: 14px 12px; border-bottom: 1px solid #e3ebf8; vertical-align: top; text-align: left; overflow-wrap: anywhere; line-height: 1.55; }
.feedback-table th { color: #52668c; background: #f5f8ff; font-weight: 750; }
.feedback-table th:nth-child(1) { width: 60px; }
.feedback-table th:nth-child(2) { width: 130px; }
.feedback-table th:nth-child(3) { width: 150px; }
.feedback-table th:nth-child(4) { width: 160px; }
.feedback-table th:nth-child(5) { width: 180px; }
.feedback-table tr:last-child td { border-bottom: 0; }
.feedback-table__message { white-space: pre-wrap; }
.feedback-table__user { font-size: 11px; color: #63769a; }
.feedback-pagination { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-top: 22px; font-size: 13px; color: #52668c; }
.feedback-pagination nav { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.feedback-pagination a { color: #245cd2; font-weight: 700; text-decoration: none; }
.feedback-pagination .is-disabled { opacity: .45; }
@media (max-width: 480px) {
    .feedback-public { width: calc(100% - 20px); padding-top: 14px; }
    .feedback-card { padding: 20px 16px; }
    .feedback-public__header { gap: 12px; }
    .feedback-public__header .sa-public-logo { max-width: 160px; }
    .feedback-public__header > a:last-child { font-size: 12px; }
    .feedback-captcha { padding: 12px; }
}
