.sotl-question {
    margin-bottom: 1.5em;
    padding: 0.75em;
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
}

.sotl-question label {
    margin-right: 1em;
    font-weight: normal;
}

button[type="submit"] {
    background: #0073aa;
    color: white;
    padding: 0.5em 1.2em;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

button[type="submit"]:hover {
    background: #005177;
}
