#sp-menu .sp-module .sppb-btn.gradient-button{ 
padding:9px 30px 17px 32px;background:transparent;border:1px solid #3fa5f3;font-size:14px
} 
body .sppb-btn.gradient-button:hover i.fas,body .btn.gradient-button:hover i.fas{ 
background:#fff;color:#003399
} 
.common-feature-box-section .addon-root-feature>div:hover{ 
background:linear-gradient(145deg, #3fa5f3, #003399);cursor:pointer
}
.common-block-number .sppb-blocknumber .pull-left .sppb-blocknumber-number{ 
background:linear-gradient(145deg, #3fa5f3, #003399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent
} 
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction .fa::before{ 
content:"+";color:#003399;font-size:20px;display:flex;align-items:center;justify-content:center;height:28px;width:28px;border:1px solid #003399;border-radius:100px
} 
.sppb-addon-accordion .sppb-panel-modern:has(> .sppb-panel-heading.active){ 
border:1px solid transparent;background:linear-gradient(#fff, #fff) padding-box, linear-gradient(133.69deg, #3fa5f3 -2.59%, #003399 113.65%) border-box;box-shadow:0 0 12px rgba(255, 0, 251, 0.3)
} 
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction .fa::before{ 
color:#3fa5f3;border:1px solid #3fa5f3;transition:color 0.5s ease, border-color 0.5s ease
} 
.sppb-addon-form-builder .sppb-addon-form-builder-form .sppb-form-builder-field-1::before,.sppb-addon-form-builder .sppb-addon-form-builder-form .sppb-form-builder-field-2::before,.sppb-addon-form-builder .sppb-addon-form-builder-form .sppb-form-builder-field-3::before{ 
font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#003399;font-size:16px;display:inline-block
} 
.contact-us-details-box .sppb-addon-text-block .sppb-addon-content ul>:nth-child(1)::before,.contact-us-details-box .sppb-addon-text-block .sppb-addon-content ul>:nth-child(2)::before{ 
content:"ï…";position:absolute;font-family:"Font Awesome 6 Free";font-weight:900;color:#003399;font-size:16 px;display:inline-block;left:-24px;top:-2px
} 



/* Main container styling */
.job-fields {
    margin-bottom: 20px;

}

/* Individual field item */
.job-field-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 12px;
}

.job-field-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Field label styling */
.job-field-label {
    color: #495057;
    font-size: 13px;
    margin-bottom: 4px;
}

/* Field value styling */
.job-field-value {
    color: #212529;
    font-weight: 600;
}

/* Alternative styling options */
.job-fields.compact .job-field-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-fields.compact .job-field-label {
    margin-bottom: 0;
    min-width: 120px;
}

/* Card style */
.job-fields.card-style {
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: none;
    border-left: 4px solid #28a745;
}

/* Minimal style */
.job-fields.minimal {
    background: transparent;
    padding: 0;
    border: none;
}

/* Dark theme */
.job-fields.dark {
    background: #343a40;
    color: white;
    border-left-color: #17a2b8;
}

.job-fields.dark .job-field-label {
    color: #adb5bd;
}

.job-fields.dark .job-field-value {
    color: white;
}

.fields-container {
  display: none !important;
  flex-wrap: wrap;
  gap: 0.8em;
  margin: 0.5em 0;
}

.fields-container .field-value {
  display: inline-block;
  font-weight: normal;
}

label {
  font-size: 14px !important;
}

/* CustoFi Filter Module CSS Classes */
/* Add these styles to your template's custom.css file */

/* Main container - uses your specified class name */
.fields_container {
    margin-bottom: 2rem;
}

/* Filter form container */
.custofi-filter-form {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

/* Filter row layout */
.custofi-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
}

/* Individual filter group */
.custofi-filter-group {
    flex: 1;
    min-width: 200px;
}

.custofi-filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
}

/* Group labels for radio groups */
.custofi-group-label {
    display: block;
    margin-bottom: 0.75rem;
    color: #333;
    font-weight: 500;
}

/* Select elements */
.custofi-select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    font-size: 14px;
    background: white;
    padding: 0 5px !important;
}

/* Checkbox Dropdown Styles - Updated to match regular selects */
.custofi-checkbox-dropdown {
    position: relative;
    width: 100%;
}

.custofi-dropdown-button {
    width: 100%;
    padding: 0.35rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    font-family: inherit;
    /* Remove button default styling */
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Match select padding */
    padding-left: 5px;
    padding-right: 30px; /* Space for arrow */
}

.custofi-dropdown-button:hover {
    border-color: #007cba;
}

.custofi-dropdown-button:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

/* Dropdown arrow - positioned like select arrow */
.custofi-dropdown-button::after {
    content: '▼';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #666;
    pointer-events: none;
}

.custofi-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none; /* Hidden by default */
    margin-top: -1px; /* Connect with button */
}

.custofi-dropdown-content.show {
    display: block; /* Show when active */
    border-top: 1px solid #007cba; /* Highlight when open */
}

/* Update button border when dropdown is open */
.custofi-checkbox-dropdown:has(.custofi-dropdown-content.show) .custofi-dropdown-button {
    border-color: #007cba;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Fallback for browsers that don't support :has() */
.custofi-dropdown-button.open {
    border-color: #007cba;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custofi-checkbox-option {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 !important;
    font-weight: normal !important;
    transition: background-color 0.2s;
}

.custofi-checkbox-option:hover {
    background: #f8f9fa;
}

.custofi-checkbox-option:last-child {
    border-bottom: none;
}

.custofi-checkbox-option input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-bottom: 0;
    accent-color: #007cba; /* Modern browsers checkbox color */
}

/* Radio groups */
.custofi-radio-group {
    width: 100%;
}

.custofi-radio-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem;
    max-height: 200px;
    overflow-y: auto;
}

.custofi-radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

.custofi-radio-item input[type="radio"] {
    margin-right: 0.5rem;
    margin-bottom: 0;
    accent-color: #007cba;
}

.custofi-radio-item:hover {
    background: #f8f9fa;
    padding: 0.25rem;
    border-radius: 3px;
}

/* Filter action buttons */
.custofi-filter-actions {
    display: flex;
    gap: 0.5rem;
    align-items: end;
}

.custofi-auto-mode {
    justify-content: flex-end;
    width: 100%;
    margin-top: 1rem;
}

/* Buttons */
.custofi-btn {
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.custofi-btn-filter {
    background: #007cba;
    color: white;
}

.custofi-btn-filter:hover {
    background: #005a87;
}

.custofi-btn-reset {
    background: #6c757d;
    color: white;
}

.custofi-btn-reset:hover {
    background: #5a6268;
}

/* Results container */
.custofi-results-container {
    min-height: 300px;
}

/* Results count */
.custofi-results-count {
    margin-bottom: 1rem;
    color: #666;
    font-weight: 500;
}

/* Results grid */
.custofi-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2rem;
}

/* Individual article card */
.custofi-article-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.custofi-article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Article image */
.custofi-article-image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.custofi-no-image {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

/* Article content area */
.custofi-article-content {
    padding: 1rem;
}

/* Article title */
.custofi-article-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.custofi-article-title a {
    color: #333;
    text-decoration: none;
}

.custofi-article-title a:hover {
    color: #007cba;
}

/* Article metadata (bullet points area) */
/* IN-LINE Custom Filter bullet points 
.custofi-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: #666;
}
*/

/* Bullet-point LIST Custo Filters */
.custofi-article-meta {
    display: grid;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: #666;
}

.custofi-meta-date,
.custofi-meta-category,
.custofi-meta-author,
.custofi-meta-field {
    position: relative;
}

/* Add bullet points before meta items (except first) */
.custofi-meta-category:not(:first-child)::before,  
.custofi-meta-date:not(:first-child)::before,
.custofi-meta-author:not(:first-child)::before,
/* .custofi-meta-field:not(:first-child)::before HIDES BULLET POINT FOR THE FIRST ITEM */
.custofi-meta-field::before /* SHOWS BULLET POINT FOR THE FIRST ITEM */
    {
    content: none; /*content: "•" */
    margin-right: 1rem;
    margin-left: -0.5rem;
    color: #999;
}

/* Article intro text */
.custofi-article-intro {
    color: #555;
    line-height: 1.5;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Read More button area */
.custofi-article-readmore {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.custofi-readmore-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.3s;
}

.custofi-readmore-btn:hover {
    background: #005a87;
    color: white;
    text-decoration: none;
}

/* Loading states */
.custofi-loading {
    text-align: center;
    padding: 2rem;
    font-style: italic;
    color: #666;
}

.custofi-error {
    text-align: center;
    padding: 2rem;
    color: #dc3545;
    background: #f8d7da;
    border-radius: 4px;
}

.custofi-no-results {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
    font-size: 1.1rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .custofi-filter-row {
        flex-direction: column;
    }
    
    .custofi-filter-group {
        min-width: auto;
    }
    
    .custofi-radio-list {
        max-height: 150px;
    }
    
    .custofi-dropdown-content {
        max-height: 150px;
    }
    
    .custofi-auto-mode {
        margin-top: 1rem;
        justify-content: center;
    }
    
    .custofi-results-grid {
        grid-template-columns: 1fr;
    }
    
    .custofi-article-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .custofi-meta-date:not(:first-child)::before,
    .custofi-meta-category:not(:first-child)::before,
    .custofi-meta-author:not(:first-child)::before,
    .custofi-meta-field:not(:first-child)::before {
        display: none;
    }
}

/* Tablet styles */
@media (max-width: 1024px) {
    .custofi-filter-row {
        gap: 0.75rem;
    }
    
    .custofi-filter-group {
        min-width: 180px;
    }
    
    .custofi-results-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1rem;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .custofi-filter-form {
        padding: 1rem;
    }
    
    .custofi-btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .custofi-filter-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .custofi-article-card {
        margin-bottom: 1rem;
    }
    
    .custofi-dropdown-content {
        max-height: 120px;
    }
}

/* Accessibility improvements */
.custofi-checkbox-option:focus-within,
.custofi-radio-item:focus-within {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

.custofi-dropdown-button:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Scrollbar styling for webkit browsers */
.custofi-dropdown-content::-webkit-scrollbar,
.custofi-radio-list::-webkit-scrollbar {
    width: 6px;
}

.custofi-dropdown-content::-webkit-scrollbar-track,
.custofi-radio-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.custofi-dropdown-content::-webkit-scrollbar-thumb,
.custofi-radio-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.custofi-dropdown-content::-webkit-scrollbar-thumb:hover,
.custofi-radio-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Print styles */
@media print {
    .custofi-filter-form {
        display: none;
    }
    
    .custofi-article-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .custofi-readmore-btn {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .custofi-select,
    .custofi-dropdown-button {
        border-width: 2px;
    }
    
    .custofi-article-card {
        border-width: 2px;
    }
    
    .custofi-btn,
    .custofi-readmore-btn {
        border: 2px solid currentColor;
    }
    
    .custofi-dropdown-content,
    .custofi-radio-list {
        border-width: 2px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .custofi-article-card {
        transition: none;
    }
    
    .custofi-btn,
    .custofi-readmore-btn {
        transition: none;
    }
}
