.decision-group {
    margin-bottom: 16px;
}

.decision-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.decision-choices {}

label.decision-choice {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.decision-choice input {
    accent-color: #d35e13;
}

.decision-choice-disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.decision-footer {
    text-align: center;
}

.decision-button {
    border-radius: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.decision-button:disabled, .decision-button:disabled:hover {
    background: #c48662;
    border-color: #c48662;
    opacity: 0.8;
}