p[name="reserved_gift_aid_origin"],
p[name="reserved_gift_aid"] {
    margin-bottom: 0;
}

p[name="reserved_gift_aid"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

/* Specific adjustment for checkbox type */
p[name="reserved_gift_aid"][data-type="checkbox"] {
    margin-bottom: 5px !important;
}

/* Hide empty labels */
p[name="reserved_gift_aid"] .empty_label {
   display: none !important;
}

.gift-aid-option, 
.gift-aid-explanation {
    font-size: calc(var(--fontsize) - 2px) !important;
}

.gift-aid-explanation {
    margin-bottom: 20px !important;
}

.donation-origin-separator {
    border-top: 1px solid #e0e0e0;
    margin: 15px 20px!important;
}

.tax-info {
    border: none !important;
    padding: 0 !important;
}

.gift-aid-logo {
    display: block;
    margin: 0 !important;
    margin-left: 10px !important;
}

.hidden-content {
    display: none !important;
}

.gift-aid-activation-conditions {
    font-size: calc(var(--fontsize) - 1px);
}