/* Common styles */
article {
    margin-top: 2rem;
}

/* Result page styles */
.status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

.status-badge.success {
    background: #43a047;
}

.status-badge.warning {
    background: #fb8c00;
}

.status-badge.error {
    background: #e53935;
}

code {
    font-weight: normal !important;
}