@media (max-width: 767.98px) {
  .block--tab-panel {
    display: block !important;
    opacity: 1 !important;
    padding: 1rem 0;
    border: none;
    border-radius: 0 !important;
    border-bottom: 2px solid var(--bs-gray-300);
    color: inherit;
  }
}
.block--tab-panel > .accordion-header {
  position: relative;
  padding: 0 40px 12px 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  color: inherit !important;
}
@media (min-width: 768px) {
  .block--tab-panel > .accordion-header {
    display: none;
  }
}
.block--tab-panel > .accordion-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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' patternUnits='userSpaceOnUse' width='8' height='2'%3E%3Cline x1='0' y1='1' x2='4' y2='1' stroke='%231a1a1a' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23dashes)'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity 0.15s ease-out;
  z-index: -1;
}
.block--tab-panel > .accordion-header::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;
  top: 6px;
  right: 0;
  transform: rotate(-90deg) translateX(20%);
  transition: transform 0.15s ease-out;
}
.block--tab-panel > .accordion-header[aria-expanded=true] {
  font-weight: 700;
}
.block--tab-panel > .accordion-header[aria-expanded=true]::before {
  opacity: 1;
}
.block--tab-panel > .accordion-header[aria-expanded=true]::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(0deg) translateX(20%);
}
@media (max-width: 767.98px) {
  .block--tab-panel:has(> .accordion-header[aria-expanded=true]) {
    border-bottom-color: var(--bs-dark);
  }
}
@media (min-width: 768px) {
  .block--tab-panel > .accordion-collapse {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .block--tab-panel > .accordion-collapse .accordion-body {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .is-style-blue-border .block--tab-panel {
    border-bottom: 2px solid rgba(0, 69, 124, 0.5);
  }
}
@media (max-width: 767.98px) {
  .is-style-blue-border .block--tab-panel:has(> .accordion-header[aria-expanded=true]) {
    border-bottom-color: #00457c;
  }
}
.is-style-blue-border .block--tab-panel > .accordion-header {
  color: #1a1a1a !important;
}
.is-style-blue-border .block--tab-panel > .accordion-header::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-blue' patternUnits='userSpaceOnUse' width='8' height='2'%3E%3Cline x1='0' y1='1' x2='4' y2='1' stroke='%2300457C' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23dashes-blue)'/%3E%3C/svg%3E");
}
.is-style-blue-border .block--tab-panel > .accordion-header::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");
}
.is-style-blue-border .block--tab-panel > .accordion-header[aria-expanded=true] {
  color: #00457c !important;
}
.is-style-blue-border .block--tab-panel > .accordion-header[aria-expanded=true]::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");
}
@media (max-width: 767.98px) {
  .is-style-green-border .block--tab-panel {
    border-bottom: 2px solid rgba(79, 167, 71, 0.5);
  }
}
@media (max-width: 767.98px) {
  .is-style-green-border .block--tab-panel:has(> .accordion-header[aria-expanded=true]) {
    border-bottom-color: #65b32e;
  }
}
.is-style-green-border .block--tab-panel > .accordion-header {
  color: #fff !important;
}
.is-style-green-border .block--tab-panel > .accordion-header::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-green' patternUnits='userSpaceOnUse' width='8' height='2'%3E%3Cline x1='0' y1='1' x2='4' y2='1' stroke='%2365B32E' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23dashes-green)'/%3E%3C/svg%3E");
}
.is-style-green-border .block--tab-panel > .accordion-header::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");
}
.is-style-green-border .block--tab-panel > .accordion-header[aria-expanded=true] {
  color: #fff !important;
}
.is-style-green-border .block--tab-panel > .accordion-header[aria-expanded=true]::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");
}
.is-style-green-border .block--tab-panel > .accordion-collapse .accordion-body {
  color: #fff;
}
@media (max-width: 767.98px) {
  .is-style-orange-border .block--tab-panel {
    border-bottom: 2px solid rgba(217, 121, 52, 0.5);
  }
}
@media (max-width: 767.98px) {
  .is-style-orange-border .block--tab-panel:has(> .accordion-header[aria-expanded=true]) {
    border-bottom-color: #d97934;
  }
}
.is-style-orange-border .block--tab-panel > .accordion-header {
  color: #fff !important;
}
.is-style-orange-border .block--tab-panel > .accordion-header::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");
}
.is-style-orange-border .block--tab-panel > .accordion-header::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");
}
.is-style-orange-border .block--tab-panel > .accordion-header[aria-expanded=true] {
  color: #fff !important;
}
.is-style-orange-border .block--tab-panel > .accordion-header[aria-expanded=true]::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");
}
.is-style-orange-border .block--tab-panel > .accordion-collapse .accordion-body {
  color: #fff;
}

.editor-styles-wrapper .wp-block-lvl-tab-panel {
  overflow: visible !important;
}
.editor-styles-wrapper .block--tab-panel {
  display: block !important;
  margin-bottom: 2rem;
  opacity: 1 !important;
}
.editor-styles-wrapper .block--tab-panel::before {
  content: attr(data-title);
  position: absolute;
  left: -20%;
  top: 0;
  font-weight: 700;
}
