/* Berichtshilfe — custom styles */

textarea.form-control {
    font-size: 0.875rem;
    line-height: 1.5;
}

#promptOutput {
    resize: vertical;
    min-height: 300px;
    max-height: 70vh;
    overflow-y: auto;
    background-color: #fdfdfe;
}

.card-header a {
    color: inherit;
}

fieldset legend {
    font-size: 0.9rem;
}

/* Give radio buttons a bit more breathing room */
.form-check {
    margin-bottom: 0.15rem;
}

/* Narrower container on very wide screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}
