body {
    background-color: #f5f6fa;
    font-size: 0.9rem;
}

.navbar {
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
    font-weight: 600;
}

.table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
}

.table td {
    vertical-align: middle;
}

#image-preview {
    border-radius: 8px;
}

.badge {
    font-size: 0.75rem;
}

.btn-publish-now {
    animation: none;
}

.btn-publish-now:hover {
    background-color: #198754;
    color: white;
}

textarea {
    resize: vertical;
    min-height: 80px;
}

code {
    background: #f0f0f0;
    padding: 1px 5px;
    border-radius: 4px;
    color: #c7254e;
}
