/* School Portal Core – Admin & Frontend Styles */

/* ── General Wrap ───────────────────────────────────────────────────────────── */
.spc-settings-wrap,
.spc-ledger-wrap {
    max-width: 1100px;
}

.spc-tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 24px;
}

/* ── Dashboard ──────────────────────────────────────────────────────────────── */
.spc-dashboard {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

/* ── Ledger Table ───────────────────────────────────────────────────────────── */
.spc-ledger-table .column-actions {
    width: 120px;
}

/* ── Notices ────────────────────────────────────────────────────────────────── */
.spc-notice {
    padding: 12px 16px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 16px;
}

.spc-notice-error {
    background: #f8d7da;
    border-left: 4px solid #d63638;
}

.spc-notice-success {
    background: #d1e7dd;
    border-left: 4px solid #00a32a;
}

/* ── Copy Buttons ───────────────────────────────────────────────────────────── */
.spc-copy-btn {
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.15s;
}

.spc-copy-btn:hover {
    background: #135e96;
}

/* ── Payment Form ───────────────────────────────────────────────────────────── */
.spc-payment-form input[type="radio"] {
    accent-color: #1a2980;
}

.spc-payment-form label:hover {
    border-color: #1a2980 !important;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */
@media screen and (max-width: 782px) {
    .spc-settings-wrap,
    .spc-ledger-wrap {
        max-width: 100%;
    }
}
