.fusion-tabbed-showcase {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.fusion-tabbed-showcase.fusion-tabbed-showcase--custom-width {
  max-width: var(--tabbed-showcase-width, 80%);
}
.fusion-tabbed-showcase .tabbed-showcase-top {
  margin-bottom: 2rem;
  text-align: center;
}
.fusion-tabbed-showcase .tabbed-showcase-top .tabbed-showcase-headline {
  margin: 0 0 1rem;
}
.fusion-tabbed-showcase .tabbed-showcase-top .tabbed-showcase-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}
.fusion-tabbed-showcase .tabbed-showcase-top .tabbed-showcase-tabs .tabbed-showcase-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font: inherit;
  padding: 0.75rem 0.25rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.fusion-tabbed-showcase .tabbed-showcase-top .tabbed-showcase-tabs .tabbed-showcase-tab:hover {
  color: #1c1c1c;
}
.fusion-tabbed-showcase .tabbed-showcase-top .tabbed-showcase-tabs .tabbed-showcase-tab.is-active {
  border-bottom-color: #1c1c1c;
  font-weight: 600;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel[hidden] {
  display: none;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left {
  flex: 2 1 0;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__content {
  flex: 1 1 260px;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__content .panel-left__headline {
  margin-top: 0;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__content .panel-left__text {
  margin-bottom: 1.25rem;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__content .panel-left__text p:last-child {
  margin-bottom: 0;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__content .panel-left__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__content .panel-left__button:hover {
  opacity: 0.85;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__image {
  flex: 1 1 260px;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left .panel-left__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right {
  flex: 1 1 0;
  min-width: 260px;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box {
  height: 100%;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.75rem;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box .panel-right__headline {
  margin-top: 0;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box .panel-right__text {
  margin-bottom: 1.25rem;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box .panel-right__text p:last-child {
  margin-bottom: 0;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box .panel-right__avatar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box .panel-right__avatar-row .panel-right__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right .panel-right__box .panel-right__avatar-row .panel-right__avatar-name {
  font-weight: 600;
}
@media (max-width: 800px) {
  .fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-left,
  .fusion-tabbed-showcase .tabbed-showcase-panels .tabbed-showcase-panel .panel-right {
    flex: 1 1 100%;
  }
}

/*# sourceMappingURL=tabbed-showcase.css.map */
