.elementor-817 .elementor-element.elementor-element-a9312f1{--display:flex;--padding-top:031px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-817 .elementor-element.elementor-element-50990b1.elementor-element{--align-self:flex-end;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), IBM;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), IBM;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), IBM;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), IBM;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), IBM;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), IBM;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), IBM;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), IBM;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-817 .elementor-element.elementor-element-3392012{--item-display:flex;--read-more-alignment:1;--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-817 .elementor-element.elementor-element-3392012 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-817 .elementor-element.elementor-element-3392012:after{content:"0.66";}.elementor-817 .elementor-element.elementor-element-3392012 .elementor-post__thumbnail__link{width:100%;}.elementor-817 .elementor-element.elementor-element-3392012.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-817 .elementor-element.elementor-element-3392012.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-817 .elementor-element.elementor-element-3392012.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-817 .elementor-element.elementor-element-3392012 .elementor-post__title, .elementor-817 .elementor-element.elementor-element-3392012 .elementor-post__title a{color:#000000;font-family:"Inter", IBM;font-weight:600;}.elementor-817 .elementor-element.elementor-element-3392012 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-817 .elementor-element.elementor-element-3392012 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-817 .elementor-element.elementor-element-3392012 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-817 .elementor-element.elementor-element-3392012 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-817 .elementor-element.elementor-element-3392012 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-817 .elementor-element.elementor-element-3392012 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-817 .elementor-element.elementor-element-3392012:after{content:"0.5";}.elementor-817 .elementor-element.elementor-element-3392012 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-50990b1 *//* 🔍 Search & Filter Form Styling – Grant Finder */

.searchandfilter {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.searchandfilter input[type="search"],
.searchandfilter select {
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    min-width: 180px;
}

/* Yellow Submit Button */
.searchandfilter input[type="submit"] {
    background-color: #FBC02D;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s ease-in-out;
}

.searchandfilter input[type="submit"]:hover {
    background-color: #e5aa00;
}

/* Mobile Optimization */
@media (max-width: 600px) {
    .searchandfilter {
        flex-direction: column;
        align-items: stretch;
    }
}/* End custom CSS */