/* NY / NJ / CO — radio & local options (shared) */
.options-box,
.payout-options {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

.options-box label,
.payout-options label {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
    cursor: pointer;
}

.options-box input[type="radio"],
.options-box input[type="checkbox"],
.payout-options input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
}

.us-calculator .results {
    margin-top: 25px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.us-calculator .results h4 {
    margin-top: 0;
    color: #0056b3;
    margin-bottom: 15px;
}

.us-calculator .results .net-payout {
    font-size: 1.25em;
}
