.editor-styles-wrapper .wp-block-create-block-tab-block .collapse {
  display: block !important;
}
.editor-styles-wrapper .wp-block-freeform {
  background-color: #fff;
  border: 2px solid;
  padding: 10px;
}
.editor-styles-wrapper .tab-block .tab-block-wrapper .desktop-tab-link-col {
  min-width: unset !important;
}
.editor-styles-wrapper .tab-block .tab-block-wrapper .tab-content-col {
  width: 100%;
}
.tab-block .tab-block-wrapper {
  align-content: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
}
.tab-block .tab-block-wrapper .desktop-tab-link-col {
  border-right: 2px solid #fa4616;
  display: none;
  max-width: 20%;
  min-width: 400px;
}
@media (min-width: 992px) {
  .tab-block .tab-block-wrapper .desktop-tab-link-col {
    display: block;
  }
}
.tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: none;
  color: #000;
  display: flex;
  font-family: gentonabook;
  font-size: 28px;
  justify-content: flex-end;
  line-height: 40px;
  min-height: 70px;
  padding-right: 70px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link:focus,
.tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link:hover {
  color: #0021a5;
}
.tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link.active,
.tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link:not(.collapsed) {
  background: #fff;
  border-right: 12px solid #fa4616;
  color: #0021a5;
  pointer-events: none;
}
.tab-block .tab-block-wrapper .tab-content-col {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
@media (min-width: 992px) {
  .tab-block .tab-block-wrapper .tab-content-col {
    padding-left: 70px;
    padding-right: 0;
  }
}
.tab-block .tab-block-wrapper .tab-content-col .accordion-collapse h3,
.tab-block .tab-block-wrapper .tab-content-col .tab-pane h3 {
  color: #343741;
  font-size: 38px;
}
.tab-block .tab-block-wrapper .tab-content-col .accordion-collapse p,
.tab-block .tab-block-wrapper .tab-content-col .tab-pane p {
  color: #000;
  font-family: gentonalight;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
.tab-block .tab-block-wrapper .tab-content-col .accordion-body {
  margin-bottom: 50px;
}
.tab-block .tab-block-wrapper .tab-content-col .tab-link {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 50%, 0.5);
  color: #000;
  display: none;
  font-family: gentonabook;
  font-size: 28px;
  margin-bottom: 20px;
  min-height: 70px;
  padding: 15px 0;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.tab-block .tab-block-wrapper .tab-content-col .tab-link:not(.collapsed) {
  border-bottom: 3px solid #e8552f;
  color: #0021a5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .tab-block .tab-block-wrapper .tab-content-col .tab-link {
    display: block;
  }
}
.tab-block .tab-btn-wrap .animated-underline-button {
  color: #313535;
  cursor: pointer;
  display: inline-block;
  font-family: gentonamediumitalic;
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 24px;
  padding-bottom: 7px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.tab-block .tab-btn-wrap .animated-underline-button:focus,
.tab-block .tab-btn-wrap .animated-underline-button:hover {
  color: #313535;
}
.tab-block .tab-btn-wrap .animated-underline-button:after {
  border-bottom: 2px solid #e8552f;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  width: 100%;
}
.tab-block .tab-btn-wrap .animated-underline-button:focus:after,
.tab-block .tab-btn-wrap .animated-underline-button:hover:after {
  width: 26px;
}
.tab-link.active:before {
  opacity: 1;
}
.wp-block-create-block-tab-block section {
    padding-top: 0 !important;
}
.wp-block-create-block-tab-block {
    margin-top: 20px;
    margin-bottom: 20px;
}
