/* Larger required field asterisks in WPForms */
.wpforms-required-label {
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

/* Hide theme header/masthead on pages 4129 and 377 only */
body.page-id-4129 #masthead,
body.page-id-4129 .site-header,
body.page-id-4129 .page-header,
body.page-id-4129 .entry-header,
body.page-id-377 #masthead,
body.page-id-377 .site-header,
body.page-id-377 .page-header,
body.page-id-377 .entry-header {
    display: none !important;
}

/* Remove leftover spacing and keep small top padding */
body.page-id-4129 .entry-content,
body.page-id-377 .entry-content {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove additional page container spacing */
body.page-id-4129 #content,
body.page-id-4129 .site-content,
body.page-id-4129 .content-area,
body.page-id-4129 main,
body.page-id-377 #content,
body.page-id-377 .site-content,
body.page-id-377 .content-area,
body.page-id-377 main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Hide Edit link and Powered by WordPress footer */
body.page-id-4129 .entry-footer,
body.page-id-4129 .post-edit-link,
body.page-id-4129 .site-info,
body.page-id-377 .entry-footer,
body.page-id-377 .post-edit-link,
body.page-id-377 .site-info,
body.page-id-4140 .entry-footer,
body.page-id-4140 .post-edit-link,
body.page-id-4140 .site-info {
    display: none !important;
}

/* Tighten field spacing on forms 4124 and 1054 */
#wpforms-form-4124 .wpforms-field,
#wpforms-form-1054 .wpforms-field {
    padding-bottom: 0 !important;
    margin-bottom: 2px !important;
}

#wpforms-form-4124 .wpforms-field-label,
#wpforms-form-1054 .wpforms-field-label {
    margin-bottom: 1px !important;
}

/* Tighten radio/checkbox spacing */
#wpforms-form-4124 .wpforms-field-radio ul,
#wpforms-form-4124 .wpforms-field-checkbox ul,
#wpforms-form-1054 .wpforms-field-radio ul,
#wpforms-form-1054 .wpforms-field-checkbox ul {
    gap: 0 !important;
}

/* Applies to any number of choices */
#wpforms-form-4124 .wpforms-field-radio li,
#wpforms-form-4124 .wpforms-field-checkbox li,
#wpforms-form-1054 .wpforms-field-radio li,
#wpforms-form-1054 .wpforms-field-checkbox li {
    min-height: 0 !important;
    height: auto !important;
    line-height: 1.1 !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
}
/* Remove theme footer completely on pages 4129, 377, and 4140 */
body.page-id-4129 .site-footer,
body.page-id-377 .site-footer,
body.page-id-4140 .site-footer {
    display: none !important;
}