<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&amp;utm_campaign=theme-uri&amp;utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&amp;utm_campaign=author-uri&amp;utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749728891
Updated: 2025-06-12 13:48:11

*/

/* ACA Meeting Filter - Modern Professional Design */
.aca-motesfilter-form {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}

.aca-motesfilter-form .filter-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .aca-motesfilter-form .filter-row {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

.aca-motesfilter-search,
.aca-motesfilter-dropdown {
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #374151;
    width: 100%;
}

.aca-motesfilter-search:focus,
.aca-motesfilter-dropdown:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.aca-motesfilter-search::placeholder {
    color: #9ca3af;
}

.filter-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .filter-buttons {
        justify-content: flex-start;
    }
}

.aca-motesfilter-btn {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 120px;
    justify-content: center;
}

.aca-motesfilter-reset {
    background: none !important;
    border: none !important;
    color: #6b7280 !important;
    text-decoration: underline;
    font-weight: 400;
    padding: 0 !important;
    margin-left: 1rem;
    min-width: auto;
    font-size: 0.9rem;
}

.aca-motesfilter-reset:hover {
    color: #374151;
    background: none;
    border: none;
    transform: none;
    text-decoration: underline;
}

/* Results Section */
#aca-motesfilter-results {
    margin-top: 2rem;
}

.aca-motesfilter-results {
    display: grid;
    gap: 1.5rem;
}

.aca-mote-result {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    max-width: 1180px;
}

.aca-mote-result:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.aca-mote-result h3 {
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.aca-meeting-info-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.aca-meeting-item {
    border-radius: 8px;
    padding: 0.5rem 0;
}

.aca-meeting-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
}

.aca-meeting-time {
    background: #eff6ff;
    color: #1e40af;
    padding: 0.25rem 0.75rem;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #c7d2fe;
    display: inline-block;
}

.aca-meeting-type {
    background: #f0fdf4;
    color: #15803d;
    padding: 0.25rem 0.75rem;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #bbf7d0;
    display: inline-block;
}

.aca-meeting-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.aca-meeting-category {
    color: #000;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.aca-tooltip-icon {
    font-style: normal;
    font-size: 1rem;
    margin-left: 0.3rem;
    cursor: help;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.aca-tooltip-icon:hover {
    opacity: 1;
}



/* Custom tooltip element */
.aca-custom-tooltip {
    position: absolute;
    color: #000;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 400;
    max-width: 250px;
    white-space: normal;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    background: #fff;
    font-family: "Open Sans", sans-serif;
}

.aca-custom-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #000;
}

.aca-meeting-location {
    background: #f3e8ff;
    color: #7c3aed;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid #e9d5ff;
    display: inline-block;
}

.aca-meeting-specific-info {
    background: #ffffff;
    border-radius: 6px;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
    word-wrap: break-word;
}

.aca-meeting-specific-info:last-child {
    margin-bottom: 0;
}

.aca-excerpt {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.aca-mote-main-title {
    font-size: 20px !important;
    font-weight: 600;
}

.aca-mote-result a {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    position: relative;
    transition: transform 0.5s ease;
  }
  
  .aca-mote-result a::after {
    content: "â†’";
    font-size: 1.1rem;
    margin-left: 8px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.5s ease;
  }


.aca-mote-result a:hover:after {
    transform: translateX(5px);
    transition: transform 0.5s ease;
}

/* Pagination */
.aca-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.aca-pagination a {
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    background: #f8fafc;
    color: #64748b;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.aca-pagination a:hover {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.aca-pagination .current {
    color: #fff;
    background: #3b82f6;
    border-radius: 6px;
    border: solid 1px #3b82f6;
    padding: 0.5rem 0.75rem;
}

a.page-numbers {
    text-decoration: none !important;
}

/* Loading states */
#aca-motesfilter-results p {
    text-align: center;
    color: #6b7280;
    font-style: italic;
    padding: 2rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px dashed #d1d5db;
}

/* Icons (if you want to add them later) */
.aca-motesfilter-btn:before {
    content: "";
    width: 0;
    height: 0;
    transition: width 0.2s ease;
}

/* --- Select2 Custom Styling --- */

/* Use line-height for vertical alignment in single selects */
.select2-container--default .select2-selection--single {
    height: 50px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem !important;
    padding-top: 0 !important;
    line-height: 46px !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 12px !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

h3.aca-mote-title {
    font-size: 20px !important;
}

.aca-mote-info p a {
    line-break: anywhere;
}
.aca-mote-result h3.aca-mote-title {
    font-weight: 600;
    font-size: 18px !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* Correct positioning for dropdown popup */
.select2-dropdown {
    position: absolute !important;
    z-index: 9999 !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.select2-container--default .select2-results__options {
    padding: 0 !important;
    margin: 0 !important;
}

.select2-container--default .select2-results &gt; .select2-results__options {
    max-height: 200px !important;
    padding: 0 !important;
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

/* Webkit scrollbar styles for Chrome, Safari, Edge */
.select2-container--default .select2-results &gt; .select2-results__options::-webkit-scrollbar {
    width: 8px;
}

.select2-container--default .select2-results &gt; .select2-results__options::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.select2-container--default .select2-results &gt; .select2-results__options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.select2-container--default .select2-results &gt; .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.select2-dropdown {
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.select2-dropdown::-webkit-scrollbar {
    width: 8px;
}

.select2-dropdown::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.select2-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.select2-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.select2-container--default .select2-results {
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.select2-container--default .select2-results::-webkit-scrollbar {
    width: 8px;
}

.select2-container--default .select2-results::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.select2-container--default .select2-results::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.select2-container--default .select2-results::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Scroll indicators for Select2 dropdowns */
.aca-scroll-indicator {
    position: absolute;
    right: 4px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 10001;
    pointer-events: none;
    animation: fadeInOut 2s ease-in-out infinite;
}

.aca-scroll-up {
    top: 5px;
}

.aca-scroll-down {
    bottom: 5px;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.select2-container--default .select2-results__option {
    padding: 8px 12px !important;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.select2-container--default .select2-results__option:first-child {
    margin-top: 0 !important;
    padding-top: 8px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b82f6 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #e5e7eb !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 0.9rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #3b82f6 !important;
    outline: none !important;
}

.select2-results {
    padding: 0 !important;
    margin: 0 !important;
}

/* --- STYLES FOR MULTISELECT --- */

/* Checkbox in dropdown */
.select2-results__option .select2-checkbox {
  margin-right: 8px;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure checkbox is visible and clickable */
.select2-results__option input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  margin-right: 8px !important;
  height: 15px !important;
  width: 15px !important;
  vertical-align: middle !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3b82f6 !important;
  color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #f0f0f0;
}

/* Harmonized multiselect container styles */
.select2-container--default .select2-selection--multiple {
    box-sizing: border-box;
    height: auto !important;
    min-height: 50px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 2px 5px !important;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

/* Force reset of conflicting styles on selected item tags */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    appearance: none !important;
    position: static !important;
    display: inline-flex !important;
    box-sizing: border-box !important;
    height: auto !important;
    width: auto !important;
    margin: 3px 2px !important;
    padding: 2px 4px !important; /* CHANGED: Adjusted padding */
    background-color: #e5e7eb !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    color: #1f2937 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.65rem !important; /* CHANGED: Made font smaller */
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    align-items: center !important;
    cursor: default !important;
}

/* Force reset for the 'x' remove button */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    appearance: none !important;
    position: static !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 0 0 5px !important;
    border: none !important;
    background-color: transparent !important;
    color: #6b7280 !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #1f2937 !important;
}

/* Increase height of the search field within the multiselect */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 0.5rem !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 0.875rem !important;
    width: 100% !important;
    border: none !important;
    background-color: transparent !important;
}

/* Harmonized multiselect placeholder */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    line-height: 46px;
    padding-left: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
}


/* --- Rewritten Responsive improvements for Mobile --- */
@media (max-width: 767px) {
    /* Adjust form padding for smaller screens */
    .aca-motesfilter-form {
        padding: 1.5rem 1rem;
    }

    /* Make filter buttons stack nicely */
    .filter-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }

    .aca-motesfilter-btn {
        width: 100%;
    }

    .aca-motesfilter-reset {
        margin-left: 0;
        text-align: center;
        padding: 0.5rem 0 !important;
    }
    
    /* Mobile label for days multiselect */
    .mobile-days-label {
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 0.25rem;
        font-weight: 500;
        display: block;
    }
    

    
    /* --- Harmonize all filter field styles on mobile --- */

    /* Set consistent minimum height for touch targets */
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--multiple {
        min-height: 48px !important;
    }

    /* Vertically center text in single selects */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 44px !important; /* 48px height - 2*2px border */
        padding-top: 0 !important;
        font-size: 16px !important; /* Prevent iOS zoom */
    }
    
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 16px !important; /* Prevent iOS zoom */
    }

    /* Adjust arrow position for single selects */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px !important;
    }

    /* Vertically center placeholder in multiselect */
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        line-height: 44px !important;
        font-size: 16px !important; /* Prevent iOS zoom */
    }
    
    /* Adjust selected tags for mobile */
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 14px !important;
        padding: 4px 6px !important;
    }

    /* Adjust search field in multiselect for mobile */
    .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 16px !important; /* Prevent iOS zoom */
        margin-top: 0 !important;
    }

    /* Ensure all filter containers take full width */
    .aca-motesfilter-search,
    .aca-motesfilter-dropdown,
    .select2-container {
        width: 100% !important;
    }
    
    .select2-dropdown {
        width: 95vw !important; /* Make dropdown almost full width */
        left: 2.5vw !important;
    }
}

.single-mote .mote-container a {
    text-decoration: underline;
}
</pre></body></html>