/**
 * Theme Name: B&S Elementor Child Theme
 * Version: 2.0
 * Template: hello-elementor
 * Author: BUTTER AND SALT tech marketing GmbH
 * Author URI: https://www.butter-and-salt.de/
 * Customer: https://sf-motorsporttechnik.de/
 * Text Domain: bns
 */

body {
  --e-loop-nothing-found-message-space-from-top: 0;
  --bns-icon-color: var(--e-global-color-primary);
  --bns-grow-container-background-color: var(--e-global-color-primary);
}

.bns-h1-span h1 span {
  font-size: 50%;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.bns-text-accordion {
  margin: 1.5rem 0 !important;
}

.bns-text-accordion > summary {
  display: list-item !important;
  cursor: pointer !important;
}

.bns-text-accordion__content {
  margin-top: 1rem !important;
}

.bns-text-accordion[open] > summary {
  margin-bottom: 0.5rem !important;
}
