/**
 * Frontend Styles for Custom Pages
 */

.itoc-alert {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.itoc-alert-error {
    background: #FEF2F2;
    color: #991B1B;
    border: 1px solid #FEE2E2;
}