/* Advanced Filter Search – external CSS (backup) */
/* Primary styles are embedded inline via the shortcode <style> tag for theme override reliability. */
/* This file ensures styles load if WordPress caches aggressively. */

div.afs-wrapper .afs-layout {
    display: flex !important;
    flex-direction: row !important;
    gap: 24px !important;
    align-items: flex-start !important;
}

div.afs-wrapper .afs-main-content {
    flex: 1 1 0% !important;
    min-width: 0 !important;
}

div.afs-wrapper aside.afs-sidebar {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}
