<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-fundraiser-form h2 {
    color: #f05d46;
    font-weight: bold;
    font-size: 30px !important;
}
    
.new-fundraiser-form h3 {
    color: #f05d46;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 1;
    margin-top: 8px !important;
}

.new-fundraiser-form .modern-title {
    color: #9b9b9b;
font-weight: bold;
line-height: 1.1;
    }
    
.new-fundraiser-form hr {
    margin-bottom: 24px !important;
    }

input, .wpforms-uploader, .wpforms-confirmation-container-full, .wpforms-field-textarea textarea {
    background-color: #fff!important;
    border: none!important;
    color: #000!important;
    font-size: 18px!important;
}

.wpforms-uploader span, .wpforms-uploader svg {
    color: #000!important;
}

.wpforms-field-label {
    font-size: 24px!important;
    font-weight: 600!important;
}

.wpforms-field-sublabel, .wpforms-field-label-inline {
    font-size: 20px!important;
    font-weight: 300!important;
}

.wpforms-field-description {
    font-size: 18px!important;
}

.wpforms-submit-container {
    text-align: center!important;
    margin-top: 50px!important;
}

.wpforms-submit-container button {
    background-color: #F05D46!important;
    width: 300px!important;
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 600!important;
    border: none!important;
    padding: 5px 15px!important;
}

.page-container {
    background-color: #202020;
}

#wpforms-confirmation-2394 {
    background-color: #f05d46!important;
    border: none!important;
}

#wpforms-confirmation-2394 p{
    color: #fff!important;
    font-size: 20px!important;
}

 Chrome, Safari, Edge, Opera 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

 Firefox 
input[type=number] {
  -moz-appearance: textfield;
}</pre></body></html>