/*
Theme Name: My Club Records (NewsUp Child)
Template: newsup
Author: Child Theme Configurator
Version: 3.0.0.106.1695648614
Updated: 2023-09-25 13:30:14

*/
/* Refine Select2 classic clear button */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  background: transparent !important;
  border: none !important;
  color: #555 !important;         /* make the × darker */
  font-size: 14px !important;     /* smaller, neater X */
  line-height: 1 !important;
  height: auto !important;
  width: auto !important;
  padding: 0 4px !important;
  margin-right: 22px !important;  /* space before the dropdown arrow */
  cursor: pointer;
}

/* Adjust hover/focus states for the × */
.select2-container--classic .select2-selection--single .select2-selection__clear:hover {
  color: #000 !important;
  text-decoration: none !important;
}
