/* Tabs container */
.hs-tabs,
.hs-tabs__scroll {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.hs-tabs__scroll {
  overflow-x: auto;
}

.hs-tabs__nudge {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  box-sizing: border-box;
  height: 80%;
  width: 56px;
  align-items: center;
}

.hs-tabs__nudge,
.hs-tabs__nudge:hover,
.hs-tabs__nudge:focus,
.hs-tabs__nudge:active {
  /* No button */
  /* stylelint-disable */
  padding: 0;
  border: 0px solid #000;
  border-radius: 0;
  margin-bottom: 0;
  background: #ff6f25;
  color: White;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;

  margin: unset;
  padding: 0;
  /* stylelint-enable */
}

.hs-tabs__nudge--show {
  display: flex;
}

.hs-tabs__nudge--right,
.hs-tabs__nudge--right:active,
.hs-tabs__nudge--right:hover,
.hs-tabs__nudge--right:focus {
  right: 0;
  border: 0px solid #000;
  /*border-right: none;*/
  justify-content: flex-end;
}

.hs-tabs__nudge--left,
.hs-tabs__nudge--left:active,
.hs-tabs__nudge--left:hover,
.hs-tabs__nudge--left:focus {
  z-index: 1;
  left: 0;
  border: 0px solid #000;
  border-left: none;
  justify-content: flex-start;
}

.hs-tabs-nudge-icon {
  display: flex;
  height: 100%;
  width: 8px;
  align-items: center;
  fill: currentColor;
}

.hs-tabs-nudge-icon svg {
  width: 8px;
}

.hs-tabs__tab-wrapper {
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: space-between;
  gap: 0.25rem;
}

/* Tabs */
.hs-tabs__tab {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border: none !important;
}

.hs-tabs__tab,
.hs-tabs__tab:hover,
.hs-tabs__tab:focus,
.hs-tabs__tab:active {
  /* No button */
  /* stylelint-disable */
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;

  /* Tab styles that we need to override from the above no-button styles */
  padding: 0.7rem 1.4rem;
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  background-color: transparant;
  /* stylelint-enable */
}

.hs-tabs__tab:hover,
.hs-tabs__tab:focus,
.hs-tabs__tab:active {
  background: #f26522 !important;
  color: white !important;
}

.hs-tabs__tab[aria-selected='true'] {
  border-bottom-color: #fff;
  background: #f26522 !important;
  color: white !important;
  font-weight: bold;
}

.hs-tabs__tab-wrapper--has-nudges > .hs-tabs__tab:first-child {
  padding-left: 18px;

  /* Add this as a helper for checking bounding box */
  margin-left: 1px;
}

.hs-tabs__tab-wrapper--has-nudges > .hs-tabs__tab:last-child {
  padding-right: 18px;

  /* Add this as a helper for checking bounding box */
  margin-right: 1px;
}

/* Applies border to pseudo element to prevent jitter when hovering over tabs */

.hs-tabs__tab:after {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.hs-tabs__tab[aria-selected='false']:hover:after,
.hs-tabs__tab[aria-selected='false']:focus:after,
.hs-tabs__tab[aria-selected='true']:after {
  border-top: 0px solid rgba(204, 204, 204, 1.0) !important;
  border-left: 0px solid rgba(204, 204, 204, 1.0) !important;
  border-right: 0px solid rgba(204, 204, 204, 1.0) !important;
  border-bottom: 0px solid rgba(204, 204, 204, 1.0) !important;
  border: none !important;
}

/* Tab content */

.hs-tabs__content {
  display: flex;
  border: 0px solid #000 !important;
  border: none !important;
}

.hs-tabs__content__panel {
  box-sizing: border-box;
  width: 100%;
  padding: 2.8rem;
}

@media screen and (max-width: 767px) {
  .hs-tabs__scroll {
    width: calc(100% - 112px);
    margin-left: 56px;
  }

  .hs-tabs__nudge {
    display: flex;
    width: 48px;
    justify-content: center;
  }

  .hs-tabs__nudge--mobile-disabled {
    opacity: 30%;
  }

  .hs-tabs__nudge--right,
  .hs-tabs__nudge--right:active,
  .hs-tabs__nudge--right:hover,
  .hs-tabs__nudge--right:focus {
    justify-content: center;
  }

  .hs-tabs__nudge--left,
  .hs-tabs__nudge--left:active,
  .hs-tabs__nudge--left:hover,
  .hs-tabs__nudge--left:focus {
    justify-content: center;
  }
}


.hs-tab__panel-content-wrapper {
  display: flex;
  flex-direction: row;
  /*align-items: flex-start; /* <-- Zorgt dat beide kolommen bovenaan beginnen */
  align-items: center; /* <-- Zorgt dat beide kolommen gecentreerd zijn tegenover elkaar */
  gap: 2rem; /* optioneel */
}

.hs-tab__panel-content-left {
  width: 50.00%;
}

.hs-tab__panel-content-right {
  width: 50.00%;
}

/* Responsive images in tab content */
.hs-tab__panel-content-left img,
.hs-tab__panel-content-right img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .hs-tab__panel-content-wrapper {
    flex-direction: column;
  }

  .hs-tab__panel-content-left,
  .hs-tab__panel-content-right {
    width: 100%;
  }
}

.hs-tabs-nudge-icon {
  padding-top: 0px !important;
  padding-left: 0px !important;
  /*border: 1px solid #ccc !important;*/
}

.hs-tabs__nudge--show {
  background-color: #f26522;
  color: White;
}