#test-wrapper {
    max-width: 900px;
    margin: auto;
}

.custom-inputs input[type="checkbox"] + span:before,
.custom-inputs input[type="radio"] + span:before {
    border-color: #5e5e5e !important;
}

code {
    color: black;
}

.label {
    font-size: 1.3rem;
    font-weight: 600;
}

.task {
    background: white;
    border: 2px solid #363636;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

textarea {
    height: 100px;
    margin-top: 0.5rem;
    font-family: monospace;
}

.feedback {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.feedback-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback i {
    margin-right: 0.5rem;
}
