body {
    background-color: #f7f7f9;
}

.status-badge {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.status-active { background-color: #198754; }
.status-inactive { background-color: #6c757d; }
.status-failed { background-color: #dc3545; }

.status-pending_review { background-color: #fd7e14; }
.status-approved { background-color: #0d6efd; }
.status-rejected { background-color: #6c757d; }
.status-published { background-color: #198754; }

.thumbnail-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
}

textarea.post-editor {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    min-height: 320px;
}
