.block--tabs .tabs-heading {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 400;
  margin-bottom: 2rem;
}
.block--tabs .nav {
  flex-direction: column;
  gap: 1rem;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .block--tabs .nav {
    display: none;
  }
}
.block--tabs .nav .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: start;
  padding: 0 40px 12px 0;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: var(--bs-gray-300);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: inherit;
  transition: font-weight 0.15s ease-out, color 0.15s ease-out;
}
.block--tabs .nav .nav-item .nav-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='rgba%280, 0, 0, 0.3%29' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(0deg) translateX(20%);
  transition: transform 0.15s ease-out;
}
.block--tabs .nav .nav-item .nav-link.active {
  font-weight: 700;
  color: inherit;
  border-color: var(--bs-dark);
}
.block--tabs .nav .nav-item .nav-link.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='%231a1a1a' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: rotate(-90deg) translateX(20%);
}
.block--tabs.is-style-blue-border .nav-item .nav-link {
  color: #1a1a1a;
  border-color: rgba(0, 69, 124, 0.5);
}
.block--tabs.is-style-blue-border .nav-item .nav-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='rgba%280, 69, 124, 0.5%29' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block--tabs.is-style-blue-border .nav-item .nav-link.active {
  color: #00457c;
  font-weight: 700;
  border-color: #00457c;
}
.block--tabs.is-style-blue-border .nav-item .nav-link.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='%2300457C' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block--tabs.is-style-green-border .nav-item .nav-link {
  color: inherit;
  border-color: rgba(79, 167, 71, 0.5);
  position: relative;
  z-index: 2;
}
.block--tabs.is-style-green-border .nav-item .nav-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='rgba%2879, 167, 71, 0.5%29' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block--tabs.is-style-green-border .nav-item .nav-link.active {
  color: inherit;
  font-weight: 700;
  border-color: #65b32e;
}
.block--tabs.is-style-green-border .nav-item .nav-link.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='%2365B32E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block--tabs.is-style-green-border .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/lvl-framework-child/src/img/green-line.svg");
  background-repeat: no-repeat;
  transition: all 0.15s ease-out;
  z-index: -1;
}
.block--tabs.is-style-green-border .nav-item .tab-content-col .tab-content {
  color: #fff;
}
.block--tabs.is-style-orange-border .nav-item .nav-link {
  color: inherit;
  border-color: rgba(217, 121, 52, 0.5);
  position: relative;
  z-index: 2;
}
.block--tabs.is-style-orange-border .nav-item .nav-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='dashes-orange' patternUnits='userSpaceOnUse' width='8' height='2'%3E%3Cline x1='0' y1='1' x2='4' y2='1' stroke='%23D97934' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23dashes-orange)'/%3E%3C/svg%3E");
}
.block--tabs.is-style-orange-border .nav-item .nav-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='rgba%28217, 121, 52, 0.5%29' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block--tabs.is-style-orange-border .nav-item .nav-link.active {
  color: inherit;
  font-weight: 700;
  border-color: #d97934;
}
.block--tabs.is-style-orange-border .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/lvl-framework-child/src/img/orange-line.svg");
  background-repeat: no-repeat;
  transition: all 0.15s ease-out;
  z-index: -1;
}
.block--tabs.is-style-orange-border .nav-item .nav-link.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='%23D97934' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block--tabs.is-style-orange-border .tab-content-col .tab-content {
  color: #fff;
}

.mega-menu--wrapper .block--tabs .tab-content-col {
  position: relative;
}
.mega-menu--wrapper .block--tabs .tab-content-col::before {
  content: "";
  border-left: 1px solid var(--bs-gray-300);
  position: absolute;
  left: calc(var(--bs-gutter-x) * -0.5);
  height: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu--wrapper .block--tabs .tab-content-col.offset-xl-1::before {
    display: block;
    left: -4.166666665%;
  }
}
.mega-menu--wrapper .block--tabs .nav {
  gap: 6px;
}
.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0 24px 0 0;
}

.editor-styles-wrapper .block--tabs .nav-tabs {
  border: none;
}
.editor-styles-wrapper .block--tabs .acf-innerblocks-container {
  position: unset;
}
.editor-styles-wrapper .block--tabs .acf-innerblocks-container .wp-block-lvl-tab-panel {
  position: unset;
  overflow: visible;
}
.editor-styles-wrapper .block--tabs .acf-innerblocks-container .block--tab-panel::before {
  content: attr(data-title);
  position: absolute;
  left: -20%;
  top: 0;
  font-weight: 700;
}
