.ht-site-shell {
  color: #ffffff;
}
.ht-site-shell .wp-block-heading,
.ht-site-shell p,
.ht-site-shell li,
.ht-site-shell summary {
  color: inherit;
}
.ht-site-shell .ht-panel,
.ht-site-shell .ht-faq-item,
.ht-site-shell .ht-signup-box,
.ht-site-shell .ht-hero-can {
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.ht-site-shell .ht-eyebrow {
  display: inline-block;
}
.ht-site-shell .ht-flavor-card img,
.ht-site-shell .ht-hero-can img {
  width: 100%;
  height: auto;
}
.ht-site-shell .wp-block-columns {
  gap: 22px;
}
.ht-site-shell .wp-block-button__link {
  font-weight: 700;
}
.ht-site-shell .ht-faq-item summary {
  cursor: pointer;
  font-weight: 700;
}
.ht-site-shell .ht-faq-item p {
  color: #b8b8c3;
}
.ht-site-shell .ht-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
@media (max-width: 900px) {
  .ht-site-shell .wp-block-columns.is-layout-flex,
  .ht-site-shell .wp-block-columns:not(.is-not-stacked-on-mobile) {
    gap: 18px;
  }
  .ht-site-shell .ht-topbar p {
    text-align: left !important;
  }
}
