.form-textarea-wrapper .ck.ck-toolbar .ck.ck-toolbar__items {
  flex-wrap: wrap !important;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items,
#drupal-off-canvas [data-drupal-ck-style-fence] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap !important;
}

/* Testimonial override */
.block-lb-testimonials .carousel .carousel-inner .carousel-item .carousel-gallery-info p,
.block-lb-testimonials .carousel .carousel-inner .carousel-item .carousel-gallery-info h4 {
  -webkit-line-clamp: unset;
  overflow: auto;
}

/* @todo: maybe later do some stuff to keep the height even */

/* YEXT search fix */
.yxt-SearchBar-container {
  z-index: 20;
}

header.ws-header.mobile:not(.open) .ymca-yext-search-form,
.header--bottom:has(.header-nav__submenu.open) .ymca-yext-search-form {
  display: none;
}

.block-lb-branch-hours .field-branch-hours h4 {
  color: var(--ylb-color-white, #fff);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-lb-branch-hours .field-branch-hours:not(:first-child) {
  margin-top: 1rem;
}