/* =========================================================
   Fundraising Results Page
========================================================= */

body.page-template-page-fundraising-results-php .site-main {
    padding-top: var(--headerH) !important;
    background: transparent !important;
}

/* HERO */
body.page-template-page-fundraising-results-php .hero {
    width: 100%;
    min-height: calc(var(--heroMinH) + var(--headerH));
    margin-top: calc(var(--headerH) * -1);
    background-size: cover;
    background-position: center;
    background-color: var(--theme-maroon-strong);
    border-radius: 0;
    position: relative;
}

body.page-template-page-fundraising-results-php .hero .hero-inner {
    width: 100%;
    padding-top: calc(var(--heroPadY, 60px) + var(--headerH));
}

body.page-template-page-fundraising-results-php .hero .hero-content {
    max-width: 720px;
}

/* =========================================================
   PAGE
========================================================= */

body.page-template-page-fundraising-results-php .fundraising-results-page {
    position: relative;
    margin-top: 0;
    padding: 0 0 96px;
    background: transparent;
}

body.page-template-page-fundraising-results-php .fundraising-results-page>.container {
    position: relative;
    z-index: 2;
}

body.page-template-page-fundraising-results-php .fr-intro,
body.page-template-page-fundraising-results-php .fr-form-shell {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: var(--theme-card);
    border: 1px solid var(--theme-border);
    box-shadow: var(--theme-shadow-lg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.page-template-page-fundraising-results-php .fr-intro {
    padding: 40px;
    margin-bottom: 32px;
}

body.page-template-page-fundraising-results-php .fr-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: start;
}

body.page-template-page-fundraising-results-php .fr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--maroon);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    margin-bottom: 14px;
}

body.page-template-page-fundraising-results-php .fr-eyebrow::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--yellow), var(--yellow2));
}

body.page-template-page-fundraising-results-php .fr-intro-copy h2 {
    margin: 0 0 10px;
    color: var(--maroon);
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.02;
    letter-spacing: -.03em;
}

body.page-template-page-fundraising-results-php .fr-intro-copy p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
    max-width: 62ch;
}

body.page-template-page-fundraising-results-php .fr-intro-note {
    padding: 24px;
    border-radius: 24px;
    background: var(--theme-card-strong);
    border: 1px solid var(--theme-border);
    box-shadow: var(--theme-shadow-md);
}

body.page-template-page-fundraising-results-php .fr-note-label {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--maroon);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.page-template-page-fundraising-results-php .fr-note-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(15, 23, 42, .76);
    line-height: 1.75;
}

body.page-template-page-fundraising-results-php .fr-form-shell {
    padding: 30px;
}

/* =========================================================
   Forminator
========================================================= */

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-ui {
    --forminator-color-primary: var(--yellow);
    --forminator-color-primary-hover: var(--yellow2);
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-ui.forminator-custom-form {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-title,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-description {
    display: none !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-label {
    color: #1b2430 !important;
    font-weight: 800 !important;
    letter-spacing: -.01em;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-required {
    color: #b42318 !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell input,
body.page-template-page-fundraising-results-php .fr-form-shell textarea,
body.page-template-page-fundraising-results-php .fr-form-shell select {
    border-radius: 14px !important;
    border: 1px solid var(--theme-border) !important;
    background: var(--theme-card-strong) !important;
    color: var(--text) !important;
    box-shadow: var(--theme-shadow-sm) !important;
    min-height: 52px;
}

body.page-template-page-fundraising-results-php .fr-form-shell textarea {
    min-height: 140px;
}

body.page-template-page-fundraising-results-php .fr-form-shell input:focus,
body.page-template-page-fundraising-results-php .fr-form-shell textarea:focus,
body.page-template-page-fundraising-results-php .fr-form-shell select:focus {
    border-color: var(--yellow) !important;
    box-shadow: 0 0 0 4px var(--theme-yellow-soft), var(--theme-shadow-md) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-button,
body.page-template-page-fundraising-results-php .fr-form-shell button[type="submit"] {
    border-radius: 999px !important;
    padding: 14px 24px !important;
    min-height: 48px !important;
    font-weight: 900 !important;
    letter-spacing: .02em;
    border: 1px solid rgba(120, 70, 0, .20) !important;
    background: linear-gradient(180deg, var(--yellow), var(--yellow2)) !important;
    color: #3b0010 !important;
    box-shadow: 0 14px 30px rgba(246, 199, 76, .24) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-button:hover,
body.page-template-page-fundraising-results-php .fr-form-shell button[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(246, 199, 76, .30) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-response-message {
    border-radius: 16px !important;
    padding: 14px 16px !important;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 980px) {
    body.page-template-page-fundraising-results-php .fundraising-results-page {
        margin-top: -40px;
    }

    body.page-template-page-fundraising-results-php .fr-intro-grid {
        grid-template-columns: 1fr;
    }

    body.page-template-page-fundraising-results-php .fr-intro,
    body.page-template-page-fundraising-results-php .fr-form-shell {
        padding: 22px;
    }
}

@media (max-width: 640px) {
    body.page-template-page-fundraising-results-php .hero-fundraising-results {
        background-position: center 30% !important;
    }

    body.page-template-page-fundraising-results-php .fundraising-results-page {
        margin-top: -28px;
        padding-bottom: 80px;
    }
}

body.page-template-page-membership-forms-php .membership-forms-page {
    background: transparent;
    padding-bottom: 80px;
}

.fr-form-section {
    margin-top: 48px;
}

.fr-form-shell {
    max-width: 960px;
    margin: auto;
}

.fr-form-shell .forminator-button {
    margin-top: 18px;
}

.forminator-response-message {
    border-radius: 18px !important;
    padding: 18px !important;
    background: #f8f6f2 !important;
    border: 1px solid rgba(0, 0, 0, .08);
}

.fr-intro-note {
    margin-top: 12px;
}

.fr-form-section {
    margin-top: 56px;
}

.fr-form-shell .forminator-row-last {
    display: flex;
    justify-content: center;
}

.fr-form-shell .forminator-button {
    margin-top: 20px;
}

.fr-intro-note {
    box-shadow:
        0 12px 24px rgba(15, 23, 42, .06),
        inset 0 1px 0 rgba(255, 255, 255, .78);
}

body.page-template-page-fundraising-results-php .fundraising-results-page {
    margin-top: 0;
    padding-top: 0;
}

/* =========================================================
   Fundraising Results — Submit button = Donate button feel
========================================================= */

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-button,
body.page-template-page-fundraising-results-php .fr-form-shell button[type="submit"],
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-ui#forminator-module-719 .forminator-button-submit {
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 42px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;

    border: 1px solid rgba(120, 70, 0, .18) !important;
    color: #3b0010 !important;

    font-weight: 900 !important;
    font-size: 11px !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;

    background: linear-gradient(180deg,
            rgba(255, 247, 214, 1) 0%,
            rgba(246, 199, 76, 1) 42%,
            rgba(232, 168, 0, 1) 100%) !important;

    box-shadow:
        0 10px 20px rgba(246, 199, 76, .24),
        0 10px 24px rgba(0, 0, 0, .10),
        inset 0 1px 0 rgba(255, 255, 255, .55) !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-button:hover,
body.page-template-page-fundraising-results-php .fr-form-shell button[type="submit"]:hover,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-ui#forminator-module-719 .forminator-button-submit:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.01) !important;

    box-shadow:
        0 14px 26px rgba(246, 199, 76, .28),
        0 14px 30px rgba(0, 0, 0, .12),
        inset 0 1px 0 rgba(255, 255, 255, .58) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-button:active,
body.page-template-page-fundraising-results-php .fr-form-shell button[type="submit"]:active,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-ui#forminator-module-719 .forminator-button-submit:active {
    transform: translateY(0) !important;

    box-shadow:
        0 8px 16px rgba(246, 199, 76, .20),
        0 8px 16px rgba(0, 0, 0, .10),
        inset 0 2px 5px rgba(0, 0, 0, .10) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-button-submit {
    margin-top: 12px;
}

/* =========================================================
   Fundraising Results — Force label size + spacing
========================================================= */

/* each field block */
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field {
    margin-bottom: 26px !important;
}

/* the label row wrapper */
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field label,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-label {
    display: inline-block !important;
    margin-bottom: 12px !important;
    padding-left: 6px !important;

    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    color: #172033 !important;
}

/* required asterisk */
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field label .forminator-required,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-label .forminator-required {
    font-size: 1em !important;
    margin-left: 2px !important;
}

/* make sure the actual input row starts below the label */
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field .forminator-input,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field .forminator-textarea,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field .forminator-select,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field .forminator-datepicker {
    margin-top: 0 !important;
}

/* optional: tiny indent to align field edge with label */
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field input,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field select,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field textarea {
    margin-left: 4px !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell input:focus,
body.page-template-page-fundraising-results-php .fr-form-shell select:focus,
body.page-template-page-fundraising-results-php .fr-form-shell textarea:focus {

    border-color: #e3b341 !important;
    box-shadow: 0 0 0 3px rgba(227, 179, 65, .18) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell label {
    color: #1b2230 !important;
}

/* =========================================================
   Fundraising Form — Premium Input Styling
========================================================= */

body.page-template-page-fundraising-results-php .fr-form-shell input,
body.page-template-page-fundraising-results-php .fr-form-shell select,
body.page-template-page-fundraising-results-php .fr-form-shell textarea {

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, .9),
            rgba(245, 245, 245, .9));

    border: 1px solid rgba(0, 0, 0, .08) !important;

    border-radius: 12px;

    padding: 14px 16px;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;

    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, .04);

}

body.page-template-page-fundraising-results-php .fr-form-shell input:focus,
body.page-template-page-fundraising-results-php .fr-form-shell select:focus,
body.page-template-page-fundraising-results-php .fr-form-shell textarea:focus {

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 1),
            rgba(248, 248, 248, 1));

    border-color: #e3b341 !important;

    box-shadow:
        0 0 0 3px rgba(227, 179, 65, .18),
        0 6px 16px rgba(0, 0, 0, .06);

}

/* =========================================================
   Fundraising Results — carry hero warmth into form section
========================================================= */

/* =========================================================
   Fundraising Results - remove white gap above footer
========================================================= */

body.page-template-page-fundraising-results-php .fundraising-results-page {
    margin-bottom: 0 !important;
    padding-bottom: 96px;
}

body.page-template-page-fundraising-results-php .site-footer {
    margin-top: 0 !important;
}

/* =========================================================
   Shared intro + shared fields
========================================================= */

body.page-template-page-fundraising-results-php .fr-intro.page-intro {
    max-width: var(--max);
    padding: 40px 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.page-template-page-fundraising-results-php .fr-intro.page-intro.glass {
    padding-bottom: 0;
}

body.page-template-page-fundraising-results-php .fr-intro.page-intro .page-intro-head,
body.page-template-page-fundraising-results-php .fr-intro.page-intro .intro-panel {
    max-width: 100%;
}

body.page-template-page-fundraising-results-php .fr-form-section {
    max-width: var(--max);
    margin: 42px auto 0;
}

body.page-template-page-fundraising-results-php .fr-form-shell {
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
}

body.page-template-page-fundraising-results-php .fr-intro-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 24px;
    align-items: start;
}

body.page-template-page-fundraising-results-php .fr-form-shell .control-label {
    display: inline-block !important;
    margin-bottom: 12px !important;
    padding-left: 6px !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-label,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field > label,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field label {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    color: #674e56 !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .control-input,
body.page-template-page-fundraising-results-php .fr-form-shell .control-select {
    width: 100%;
    min-height: 48px;
    padding: 0 16px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(90, 0, 17, .14) !important;
    background: var(--theme-card-strong, rgba(255, 255, 255, .94)) !important;
    color: var(--text, #1a0a0f) !important;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .05) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field textarea,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field select,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-textarea,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-select,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-datepicker {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(90, 0, 17, .14) !important;
    background: var(--theme-card-strong, rgba(255, 255, 255, .94)) !important;
    color: var(--text, #1a0a0f) !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .05) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell textarea.control-input {
    min-height: 140px;
    padding: 14px 16px !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field textarea,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-textarea {
    min-height: 140px !important;
    padding: 14px 16px !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .control-input::placeholder {
    color: #927b82;
    opacity: 1;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field input::placeholder,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field textarea::placeholder {
    color: #927b82 !important;
    opacity: 1 !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .control-input:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .control-select:focus {
    outline: none;
    border-color: var(--yellow2, #f6c74c) !important;
    box-shadow: 0 0 0 4px rgba(246, 199, 76, .24), 0 10px 20px rgba(15, 23, 42, .05) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field input:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field textarea:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field select:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-textarea:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-select:focus,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-datepicker:focus {
    outline: none !important;
    border-color: var(--yellow2, #f6c74c) !important;
    box-shadow: 0 0 0 4px rgba(246, 199, 76, .24), 0 10px 20px rgba(15, 23, 42, .05) !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .control-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23674e56' d='M6 7.4.8 2.2 2.2.8 6 4.6 9.8.8 11.2 2.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field select,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23674e56' d='M6 7.4.8 2.2 2.2.8 6 4.6 9.8.8 11.2 2.2z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 12px 8px !important;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon {
    position: relative;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon::after {
    content: "";
    position: absolute;
    left: 44px;
    top: 50%;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: rgba(90, 0, 17, .05);
    pointer-events: none;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon .forminator-icon-calendar {
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    background: transparent;
    box-shadow: none;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    z-index: 2;
    pointer-events: none;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon .forminator-icon-calendar::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='3' stroke='%235a0011' stroke-width='1.8'/%3E%3Cpath d='M7 3.5v4M17 3.5v4M3.5 9.5h17' stroke='%235a0011' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon input,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon .forminator-input,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-input-with-icon .forminator-datepicker,
body.page-template-page-fundraising-results-php .fr-form-shell .forminator-field .forminator-input-with-icon input.forminator-datepicker.control-input {
    margin-left: 0 !important;
    padding: 0 16px 0 54px !important;
    text-indent: 0 !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div,
body.page-template-page-fundraising-results-php #ui-datepicker-div.forminator-custom-form-719,
body.page-template-page-fundraising-results-php #ui-datepicker-div.ui-datepicker,
body.page-template-page-fundraising-results-php #ui-datepicker-div.ui-widget,
body.page-template-page-fundraising-results-php #ui-datepicker-div.ui-widget.ui-widget-content {
    width: min(320px, calc(100vw - 32px)) !important;
    padding: 10px !important;
    border: 1px solid rgba(90, 0, 17, .10) !important;
    border-radius: 18px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12) !important;
    z-index: 9999 !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-widget-header,
body.page-template-page-fundraising-results-php #ui-datepicker-div.forminator-custom-form-719 .ui-datepicker-header {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    margin-bottom: 8px;
    border: 0 !important;
    background: transparent !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev {
    grid-column: 1;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next {
    grid-column: 3;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev:hover,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next:hover {
    background: #fff !important;
    border-color: rgba(90, 0, 17, .16) !important;
    box-shadow: 0 10px 20px rgba(90, 0, 17, .10) !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev .ui-icon,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next .ui-icon {
    position: absolute;
    inset: 0;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: none !important;
    color: transparent !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev .ui-icon::before,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev .ui-icon::after,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next .ui-icon::before,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next .ui-icon::after,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev::before,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev::after,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next::before,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next::after {
    content: none !important;
    display: none !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-title {
    grid-column: 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 6px;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-title select {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 34px;
    padding: 0 10px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(90, 0, 17, .10) !important;
    background: #fff !important;
    color: #4e3d44 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div table,
body.page-template-page-fundraising-results-php #ui-datepicker-div tbody,
body.page-template-page-fundraising-results-php #ui-datepicker-div thead,
body.page-template-page-fundraising-results-php #ui-datepicker-div tr,
body.page-template-page-fundraising-results-php #ui-datepicker-div table.ui-datepicker-calendar {
    width: 100%;
    background: transparent !important;
    background-image: none !important;
    border-collapse: separate;
    border-spacing: 0 4px;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div th {
    padding: 4px 0;
    color: #7a6a71;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div td {
    padding: 0;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div td span,
body.page-template-page-fundraising-results-php #ui-datepicker-div td a {
    display: grid !important;
    place-items: center;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 10px;
    text-decoration: none !important;
    color: #5b4a52 !important;
    font-size: 14px;
    font-weight: 700;
    background: transparent !important;
    border: 1px solid transparent !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div td a:hover {
    background: rgba(90, 0, 17, .05) !important;
    border-color: rgba(90, 0, 17, .08) !important;
    color: #5a0011 !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-state-disabled span {
    opacity: .28;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div td .ui-state-active,
body.page-template-page-fundraising-results-php #ui-datepicker-div td .ui-state-highlight {
    background: rgba(90, 0, 17, .10) !important;
    border-color: rgba(90, 0, 17, .14) !important;
    box-shadow: none !important;
    color: #5a0011 !important;
}

body.page-template-page-fundraising-results-php #ui-datepicker-div td a:focus,
body.page-template-page-fundraising-results-php #ui-datepicker-div td a:active,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-prev:focus,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-next:focus,
body.page-template-page-fundraising-results-php #ui-datepicker-div .ui-datepicker-title select:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(90, 0, 17, .12) !important;
}

body.page-template-page-fundraising-results-php .fr-raffles-divider {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 8px 0 24px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 2px solid rgba(246, 199, 76, .72);
    background: linear-gradient(180deg, rgba(90, 0, 17, .96), rgba(63, 0, 12, .96));
    box-shadow: 0 14px 28px rgba(90, 0, 17, .18);
}

body.page-template-page-fundraising-results-php .fr-raffles-divider span {
    color: #f8d77b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 980px) {
    body.page-template-page-fundraising-results-php .fr-intro-body {
        grid-template-columns: 1fr;
    }
}


