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