/* CSTA Glossary Plugin Styles */

.csta-glossary-container {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 60px;
}

.csta-glossary-header {
  margin-bottom: 30px;
}

.csta-glossary-title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.csta-glossary-description {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.csta-glossary-description a {
  color: #0e5df8;
  text-decoration: underline;
}

.csta-glossary-description a:hover {
  text-decoration: underline;
}

.csta-description-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0e5df8;
  text-decoration: underline;
  cursor: pointer;
}
.csta-description-toggle:hover, .csta-description-toggle:focus{
  color: #0e5df8;
  background: none;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-dark);
    font-size: 20px;
    pointer-events: none;
  }
  
  .csta-search-input-glossary{
      padding-right: 40px;
  }

.csta-glossary-wrapper {
  display: flex;
  gap: 55px;
  margin-top: 30px;
}

/* Sidebar Styles */
.csta-glossary-sidebar {
  width: 265px;
  flex-shrink: 0;
  /*max-height: calc(100vh - 200px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #f0f0f0;*/
}

.csta-glossary-sidebar::-webkit-scrollbar {
  width: 8px;
}

.csta-glossary-sidebar::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.csta-glossary-sidebar::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 4px;
}

.csta-glossary-sidebar::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Sticky block: Filters + Search stay at top; scroll starts from alphabet/filter categories */
.csta-sidebar-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}

.csta-sidebar-sticky .csta-search-section {
  margin-bottom: 15px;
}
.glossary-search-components{
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #f0f0f0;
  position: sticky;
  top: 110px;
  padding-right: 8px;
}
.csta-filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-top: 25px;
  background: #fff;
}

.csta-filters-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin: 0 !important;
}

.csta-icon-filter {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/*.csta-btn-reset {
  background-color: #01d3ff;
  color: #000000;
  padding: 6px 16px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  transition: background-color 0.2s;
  font-weight: 600 !important;
    letter-spacing: 0;
}

.csta-btn-reset:hover {
  background-color: #0052a3;
}*/

.csta-search-section {
  margin-bottom: 25px;
}

.csta-search-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--global-body-font-family);
  color: #000;
  margin-bottom: 8px;
}

.csta-help-icon {
  width: 16px;
  height: 16px;
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #e6e6e6;
  color: #000000;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  font-weight: normal;
  line-height: 16;
  font-family: var(--global-heading-font-family);
  vertical-align: middle;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
}
.csta-help-icon:hover, .csta-help-icon:focus {
    background: #d0d0d0;
    outline: none;
}

/* Tooltip for help icon (jQuery-powered, matches standards style) */
.csta-tooltip {
  position: absolute;
  z-index: 9999;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  max-width: 260px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.csta-tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.csta-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.csta-search-input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.csta-search-input:focus {
  outline: none;
  border-color: #01d3ff;
}

.csta-search-submit {
  position: absolute;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csta-icon-search {
  font-size: 18px;
  color: #666;
}

/* Alphabet Navigation */
.csta-alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.csta-letter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.csta-letter-btn:hover:not(.disabled) {
  background-color: #f3f4f6;
  color: #000;
}

.csta-letter-btn.active {
  background-color: #01d3ff;
  color: #000;
  border-color: #01d3ff;
}

.csta-letter-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Filter Categories */
.csta-filter-categories {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.csta-filter-category {
  /*border-top: 1px solid #ddd;*/
  border-bottom: 1px solid #000;
  margin-top: -1px;
}

.csta-filter-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}

.csta-filter-category-header:hover,
.csta-filter-category-header:focus,
.csta-filter-category-header:active {
  outline: none;
}

.csta-filter-category-header:hover h3,
.csta-filter-category-header:focus h3,
.csta-filter-category-header:active h3 {
  color: inherit;
}

.csta-filter-category-header h3 {
  font-size: 18px;
  margin: 0 !important;
  font-weight: 600;
  font-family: var(--global-body-font-family);
  color: #000;
}

.csta-toggle-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #01d3ff !important;
  color: #000 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  transition: none;
  flex-shrink: 0;
  letter-spacing: 0;
}

.csta-toggle-icon i {
  font-size: inherit;
  line-height: inherit;
}

/* Keep toggle icon same color as RESET button (#01d3ff) and same size on hover, focus, active */
.csta-toggle-icon:hover,
.csta-toggle-icon:focus,
.csta-toggle-icon:active,
.csta-filter-category-header:hover .csta-toggle-icon,
.csta-filter-category-header:focus .csta-toggle-icon,
.csta-filter-category-header:focus-within .csta-toggle-icon {
  background: #01d3ff !important;
  color: #000 !important;
  transform: none;
  font-size: 14px;
}

.csta-filter-category-header:hover .csta-toggle-icon i,
.csta-filter-category-header:focus .csta-toggle-icon i,
.csta-filter-category-header:focus-within .csta-toggle-icon i {
  font-size: 14px;
}

.csta-filter-category-content {
  padding-bottom: 15px;
  display: none;
}

.csta-filter-category-content.active {
  display: block;
}

/* When a filter section is collapsed, show selected options here so users can clear them without re-expanding */
.csta-filter-category-summary {
  padding: 0 0 10px;
}

.csta-filter-category-summary[hidden] {
  display: none !important;
}

.csta-filter-category-summary .csta-filter-summary-row {
  padding: 4px 0;
}

.csta-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  cursor: pointer;
}
.csta-checkbox-label.csta-filter-child{
  padding-left: var(--csta-indent, 0);
}
.left-intems-count{
  font-size: 12px;
  color: #737373;
  font-style: italic;
}

/* Glossary filter checkboxes - black when checked, white tick; override theme/global checkbox styles */
.csta-glossary-container .csta-checkbox-label .csta-filter-checkbox,
.csta-glossary-container input.csta-filter-checkbox,
.csta-glossary-container .csta-checkbox-label .csta-filter-summary-checkbox,
.csta-glossary-container input.csta-filter-summary-checkbox {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  margin-right: 0 !important;
  min-width: 18px;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 2px solid #333 !important;
  border-radius: 2px;
  background: #fff !important;
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
}

.csta-glossary-container .csta-filter-checkbox::before,
.csta-glossary-container .csta-filter-summary-checkbox::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

.csta-glossary-container .csta-filter-checkbox:checked,
.csta-glossary-container .csta-checkbox-label .csta-filter-checkbox:checked,
.csta-glossary-container .csta-filter-summary-checkbox:checked,
.csta-glossary-container .csta-checkbox-label .csta-filter-summary-checkbox:checked {
  background: #000 !important;
  border-color: #000 !important;
}

.csta-glossary-container .csta-filter-checkbox:checked::after,
.csta-glossary-container .csta-filter-summary-checkbox:checked::after {
  content: '✓';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.csta-filter-empty {
  font-size: 13px;
  color: #888;
  margin: 0;
  padding: 8px 0;
}

/* Main Content Area */
.csta-glossary-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  /*max-height: calc(100vh - 200px);*/
}

.csta-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    padding-top: 25px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.csta-results-count {
  margin: 0 !important;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  font-family: var(--global-heading-font-family);
}

.csta-action-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.csta-btn-action, .csta-btn-reset {
  background-color: #01d3ff;
  color: #000000;
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 1.4;
}

.csta-btn-action:hover, .csta-btn-action:focus,
.csta-btn-reset:hover, .csta-btn-reset:focus {
    background: #01d3ff !important;
    box-shadow: 0 4px 12px rgba(0, 179, 201, 0.3);
    transform: translateY(-2px);
    color: var(--text-dark) !important;
    outline: none;
}

.csta-icon-expand {
  font-size: 14px;
}

.csta-icon-download {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.csta-icon-pin {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

/* VIEW PINNED button: greyed and disabled when no pinned terms */
#csta-view-pinned.disabled,
#csta-view-pinned:disabled,
#csta-clear-pins.disabled,
#csta-clear-pins:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #e5e7eb !important;
  pointer-events: none;
  color: #9ca3af;
}
#csta-view-pinned.disabled:hover,
#csta-view-pinned:disabled:hover,
#csta-clear-pins.disabled:hover,
#csta-clear-pins:disabled:hover {
  transform: none;
  box-shadow: none;
}

.csta-dropdown {
  position: relative;
}

.csta-btn-dropdown {
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

.csta-btn-dropdown .csta-icon-download,
.csta-btn-dropdown i {
  pointer-events: none;
  flex-shrink: 0;
}

.csta-btn-dropdown .fa-chevron-down {
  font-size: 10px;
  margin-left: 4px;
}

.csta-glossary-container .csta-btn-dropdown[aria-expanded="true"] {
  transform: none;
  box-shadow: none;
}

.csta-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  min-width: 150px;
  width: max-content;
  max-width: 100%;
  z-index: 100;
  padding: 0;
}

/* Menu items are buttons for ARIA; reset theme/global button styles to match original link design */
.csta-glossary-container .csta-dropdown-menu button.csta-dropdown-item,
.csta-glossary-container .csta-dropdown-menu .csta-dropdown-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600 !important;
  font-style: normal !important;
  text-align: left;
  text-transform: none !important;
  letter-spacing: normal;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.csta-glossary-container .csta-dropdown-menu button.csta-dropdown-item:hover,
.csta-glossary-container .csta-dropdown-menu button.csta-dropdown-item:focus,
.csta-glossary-container .csta-dropdown-menu button.csta-dropdown-item:focus-visible,
.csta-glossary-container .csta-dropdown-menu .csta-dropdown-item:hover,
.csta-glossary-container .csta-dropdown-menu .csta-dropdown-item:focus,
.csta-glossary-container .csta-dropdown-menu .csta-dropdown-item:focus-visible {
  background-color: #f5f5f5 !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-style: normal !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none;
}

/* Glossary Results - Table-like design */
.csta-glossary-results {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
  background-color: #fff;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #f0f0f0;
}

/* Custom scrollbar - light grey, thin (CSTA Standards style) */
.csta-glossary-results::-webkit-scrollbar {
  width: 8px;
}

.csta-glossary-results::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.csta-glossary-results::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 4px;
}

.csta-glossary-results::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.csta-load-more-sentinel {
  min-height: 20px;
  height: 20px;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}

.csta-loading-more {
  padding: 16px;
  text-align: center;
  color: #6b7280;
  font-size: 16px;
}

.csta-glossary-item {
  border: none;
  border-bottom: 1px solid #d1d5db;
  padding: 12px 0px;
  transition: background-color 0.2s;
  background-color: #fff;
}

.csta-glossary-item:last-child {
  border-bottom: none;
}

.csta-glossary-item.hidden {
  display: none !important;
}

.csta-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.csta-glossary-container .csta-item-title {
  flex: 1;
  margin: 0 !important;
  min-width: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.4;
  color: #000000;
}

.csta-glossary-container .csta-item-toggle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  font-variant: normal;
  box-shadow: none;
  transform: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.csta-glossary-container .csta-item-toggle:hover,
.csta-glossary-container .csta-item-toggle:focus {
  background: none;
  box-shadow: none;
  transform: none;
}

.csta-glossary-container .csta-item-toggle:focus-visible {
  outline: 2px solid #01d3ff;
  outline-offset: 2px;
}

.csta-pin-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csta-pin-btn .csta-pin-icon-fill {
  display: none;
}
.csta-pin-btn:hover, .csta-pin-btn:focus {
  opacity: 1;
  background: none;
}

.csta-pin-btn.pinned {
  opacity: 1;
}

.csta-pin-btn.pinned .csta-pin-icon-line {
  display: none;
}

.csta-pin-btn.pinned .csta-pin-icon-fill {
  display: block;
}

.csta-icon-pin-outline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.csta-icon-pin-outline .csta-pin-icon {
  width: 22px;
  height: 22px;
}
.csta-icon-pin-outline .csta-pin-icon.lazyloaded,
.csta-icon-pin-outline .csta-pin-icon.lazyload{
  opacity: 1;
}

.csta-icon-pin-outline .csta-pin-icon-fill {
  display: none;
}
.csta-pin-btn.pinned .csta-icon-pin-outline .csta-pin-icon-fill {
  display: block;
}
.csta-pin-btn.pinned .csta-icon-pin-outline .csta-pin-icon-line {
  display: none;
}

.csta-item-content {
  padding: 14px 0 0;
  font-weight: 400;
}

.csta-item-definition {
  margin-bottom: 8px;
}

.csta-item-definition p {
  margin: 0 0 8px 0;
}

.csta-item-definition p:last-child {
  margin-bottom: 0;
}

.csta-item-sources {
  font-size: 14px;
  padding-top: 8px;
  font-style: italic;
}

.csta-item-sources strong {
  font-weight: 600;
  color: #000000;
}

.csta-item-sources .csta-item-source-link {
  color: #0066cc;
  text-decoration: underline;
}

.csta-item-sources .csta-item-source-link:hover {
  color: #004499;
}

.csta-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Pin/Unpin Toast Notification - slides in from right, disappears after 2s */
.csta-pin-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--bg-white);
  border: 2px solid var(--vivid-cyan);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: var(--shadow-hover);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10000;
  min-width: 300px;
  max-width: 400px;
  animation: toastSlideIn 0.3s ease-out;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.csta-pin-toast.csta-pin-toast-visible {
  opacity: 1;
  transform: translateX(0);
}

.csta-pin-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #01d3ff;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

/* Mobile-only: hide filters toggle on desktop; shown only in @media (max-width: 768px) */
.csta-mobile-filters-toggle {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .csta-glossary-wrapper {
    flex-direction: column;
  }

  .csta-glossary-sidebar {
    width: 100%;
  }
  
  .csta-results-header {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  
  .csta-action-buttons {
    width: 100%;
  }
  
  .csta-btn-action {
    flex-grow: 1;
    justify-content: center;
  }
  .csta-action-buttons {
    flex-flow: wrap;
  }

  .csta-pin-toast {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-content: center;
  }

  /* Mobile: truncate glossary intro text to one line with View more toggle */
  .csta-glossary-description {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px !important;
  }

  .csta-glossary-header.csta-description-expanded .csta-glossary-description {
    -webkit-line-clamp: unset;
    display: block;
  }

  .csta-description-toggle {
    display: inline-block;
  }

  /* Mobile filters toggle button */
  .csta-mobile-filters-toggle {
    display: block;
    margin-bottom: 12px;
  }

  .csta-mobile-filters-toggle-main {
    margin-top: 8px;
  }

  .csta-mobile-filters-toggle-sidebar {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .csta-mobile-filters-btn {
    display: inline-flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Back-to-results button in sidebar: black with white text */
  .csta-mobile-filters-btn-back,
  .csta-mobile-filters-btn-back:hover,
  .csta-mobile-filters-btn-back:focus {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: none;
    transform: none;
  }

  /* White filter icon inside black mobile FILTERS button */
  .csta-mobile-filters-btn-back .csta-icon-filter--white {
    filter: brightness(0) invert(1);
  }

  /* Hide sidebar by default on mobile; show when toggled open */
  .csta-glossary-sidebar {
    display: none;
  }

  .csta-glossary-sidebar.is-open {
    display: block;
    margin-bottom: 16px;
  }

  /* When sidebar is open, hide the blue FILTERS button so only the black one (inside sidebar) shows */
  .csta-glossary-container:has(.csta-glossary-sidebar.is-open) .csta-mobile-filters-toggle-main {
    display: none !important;
  }
  .csta-sidebar-sticky, .glossary-search-components, .csta-results-header{
    position: initial;
  }
  .glossary-search-components{
    max-height: initial;
  }
  .csta-results-count, .csta-filters-title{
    font-size: 26px;
  }
  .csta-dropdown, .csta-dropdown .csta-btn-action{
    width: 100%;
  }
  .csta-glossary-wrapper{
    margin-top: 20px;
  }
  .csta-glossary-header{
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .csta-results-count, .csta-filters-title{
    font-size: 18px;
  }
}