/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1766696139
Updated: 2025-12-25 20:55:39

/* =========================================================
   Filter Everything Select2 — fix sizing + border gap
   Scope: Browse sidebar wrapper (.aa-browse-sidebar)
   ========================================================= */

.aa-browse-sidebar .select2-container{
  width: 100% !important;
}

/* Single select box */
.aa-browse-sidebar .select2-container--default .select2-selection--single{
  height: 42px !important;
  border: 1px solid rgba(0,0,0,.20) !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  background-clip: padding-box !important;
}

/* Text inside */
.aa-browse-sidebar .select2-container--default
.select2-selection--single .select2-selection__rendered{
  line-height: 40px !important;
  padding-left: 12px !important;
  padding-right: 34px !important;
}

/* Arrow */
.aa-browse-sidebar .select2-container--default
.select2-selection--single .select2-selection__arrow{
  height: 40px !important;
  right: 8px !important;
}

/* Dropdown layering */
.aa-browse-sidebar .select2-container--open{
  z-index: 999999 !important;
}

/* Multi-select just in case */
.aa-browse-sidebar .select2-container--default .select2-selection--multiple{
  min-height: 42px !important;
  border: 1px solid rgba(0,0,0,.20) !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  background-clip: padding-box !important;
}

*/

