/* JoomDonation – stack "How should your donation be used?" as a full-width list */
.default-donation-layout .form-section-title.donation-details-title
 {
    display: none;}
#os_form #field_How_should_your_donation_be_used {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#os_form #field_How_should_your_donation_be_used > label.form-control-label,
#os_form #field_How_should_your_donation_be_used > div[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#os_form #field_How_should_your_donation_be_used .radio-field-container {
    display: block;
}

#os_form #field_How_should_your_donation_be_used .radio-item {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: .4rem;
}