.form-check-input {
    transform: scale(2);
    margin-right: 1rem;
}


.prompt-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Abstand zwischen den Reihen */
}

.prompt-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Abstand zwischen Box 1 und 2 */
    flex-wrap: wrap;
}

.prompt-row.center {
    justify-content: center;
}

.prompt-box {
    border: 3px solid #FF6B64;
    border-radius: 15px;
    padding: 15px;
    width: 300px; /* sorgt für stabile Layouts */
    text-align: center;
}
