
.rlnf-form fieldset {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.rlnf-form legend {
    font-weight: bold;
    color: #c8102e;
}
.form-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.form-item input[type="checkbox"] {
    margin-right: 10px;
}
.totals p {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}
