/* buňky služeb rozbalování po kliknutí > javascript */
body.sb-live .service-box {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}

body.sb-live .service-box [class*="sb-body"] {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

body.sb-live .service-box.sb-open [class*="sb-body"] {
  max-height: 2000px;
  opacity: 1;
  height: auto !important;
}

body.sb-live .service-box:not(.sb-open) [class*="sb-body"],
body.sb-live .service-box:not(.sb-open) [class*="sb-body"] * {
  margin: 0 !important;
  padding: 0 !important;
}

body.sb-live .service-box:not(.sb-open) .ba-row-wrapper:has([class*="sb-body"]) {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

body.sb-live .service-box:not(.sb-open) [class*="sb-body"]::before,
body.sb-live .service-box:not(.sb-open) [class*="sb-body"]::after {
  display: none !important;
}

body.sb-live .service-box [class*="sb-arrow"] {
  min-height: 0 !important;
  height: auto !important;
  position: static !important;
  inset: auto !important;
  transition: opacity 0.2s ease;
}

body.sb-live .service-box [class*="sb-arrow"] .ba-grid-column {
  min-height: 0 !important;
  height: auto !important;
}

body.sb-live .service-box [class*="sb-arrow"] * {
  min-height: 0 !important;
  position: static !important;
  inset: auto !important;
}

body.sb-live .service-box .ba-row-wrapper:has([class*="sb-arrow"]) {
  position: static !important;
}

body.sb-live .service-box.sb-open .ba-row-wrapper:has([class*="sb-body"]) {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.sb-live .service-box.sb-open [class*="sb-arrow"] {
  opacity: 0;
  pointer-events: none;
}
/* END buňky služeb rozbalování po kliknutí > javascript */





#item-1779875711191 ul li, #item-17798764971260 ul li, #item-17803510031930 ul li {
 color: white; 
}