/* Style for the main container */
#my-custom-events-installment {
    background: var(--tec-color-background);
    border-radius: var(--tec-border-radius-default);
    font-size: var(--tec-font-size-1);
    margin: var(--tec-spacer-5) 0;
    padding: var(--tec-spacer-7) var(--tec-spacer-4); /* Added horizontal padding */
    border: 1px solid var(--tec-color-border-secondary);
}

/* Style for the checkbox label */
#my-custom-events-installment label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

/* Style for the installment options container */
#installment_options {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

/* Style for the installment question */
.installment_question {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Style for the radio button labels */
#installment_options label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

/* Add some spacing between the radio buttons and labels */
#installment_options input[type="radio"] {
    margin-right: 5px;
}
