input[readonly] {
    color: black;
}

.content figure {
    margin-left: 0;
    text-indent: 0;
}

.scenario-card {
    height: 100%;
}

.message.is-dark .message-body {
    font-size: 18px;
    color: #363636;
}

.success-card {
    border: 2px solid #4caf50;
    background: #e8f5e9;
}

.error-card {
    border: 2px solid #f44336;
    background: #ffebee;
}

.card-header-title::before {
    content: attr(data-icon);
    margin-right: 0.5rem;
}

#expected-behavior {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    border: 1px dashed #4caf50;
    border-radius: 6px;
    background: #f0fff4;
    font-weight: 500;
}

#expected-behavior-error {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    border: 1px dashed #f44336;
    border-radius: 6px;
    background: #fff5f5;
    font-weight: 500;
}

#icon-success {
    color: #28a745;
    margin-right: 0.5rem;
    font-size: 1.1em;
}

#icon-error {
    color: #dc3545;
    margin-right: 0.5rem;
    font-size: 1.1em;
}

.three-components {
    max-width: 1100px;
    height: auto;
}
