.category-faq {
--font-family: "Montserrat", system-ui, -apple-system, sans-serif;
--ch: var(--color-text, #262626);
margin-top: 40px;
} .category-description .category-faq {
margin-top: 24px;
}
.category-description > .category-faq:first-child {
margin-top: 0;
}
.category-faq__heading {
font-family: var(--font-family);
font-weight: 600;
font-size: 30px;
line-height: 120%;
color: var(--ch);
margin: 0 0 32px!important;
}
.category-faq__list {
display: flex;
flex-direction: column;
gap: 12px;
}
.category-faq__item {
border-radius: 10px;
overflow: hidden;
background: #f8f8f8;
}
.category-faq__trigger {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
min-height: 86px;
padding: 32px;
margin: 0;
border: 0;
border-bottom: 0;
border-radius: 10px;
background: #f8f8f8;
box-shadow: none;
cursor: pointer;
text-align: left;
font-family: var(--font-family);
font-weight: 600;
font-size: 18px;
line-height: 120%;
color: var(--ch);
transition: background-color 0.2s ease;
}
.category-faq__question-text {
flex: 1;
min-width: 0;
}
.category-faq__icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.25s ease;
}
.category-faq__icon-bg {
fill: #262626;
transition: fill 0.2s ease;
}
.category-faq__icon-mark {
fill: #ffffff;
transition: fill 0.2s ease;
}
.category-faq__trigger[aria-expanded="true"] .category-faq__icon {
transform: rotate(180deg);
}
.category-faq__trigger[aria-expanded="true"] .category-faq__icon-bg {
fill: #FECD4D;
}
.category-faq__trigger[aria-expanded="true"] .category-faq__icon-mark {
fill: #262626;
}
.category-faq__panel[hidden] {
display: none;
}
.category-faq__panel:not([hidden]) {
display: block;
}
.category-faq__answer {
padding: 0 32px 28px;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #3c3c3c;
}
.category-faq__answer > *:first-child {
margin-top: 20px;
}
.category-faq__answer p:last-child {
margin-bottom: 0;
}
@media (max-width: 767px) {
.category-faq__trigger {
padding: 16px 24px;
min-height: 72px;
font-weight: 600;
font-size: 17px;
line-height: 120%;
}
.category-faq__answer {
padding: 0 24px 16px;
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #3c3c3c;
}
}
.category-description-wrapper h2 {
font-weight: 600;
font-size: 30px;
line-height: 120%;
margin-bottom: 32px;
}
@media (max-width: 767px) {
.category-description-wrapper h2 {
font-size:26px;
font-weight: 500;
}
}
.category-description-wrapper h3 {
font-weight: 500;
font-size: 24px;
line-height: 150%;
margin-bottom: 16px;
}
@media (max-width: 767px) {
.category-description-wrapper h3 {
font-size:22px;
}
}
.category-description-wrapper h4 {
font-weight: 600;
font-size: 18px;
line-height: 160%;
color: var(--ch);
}
@media (max-width: 767px) {
.category-description-wrapper h4 {
font-weight: 500;
}
}
.category-description-wrapper p {
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #3c3c3c;
margin-top: 0;
margin-bottom: 24px;
}
@media (max-width: 767px) {
.category-description-wrapper h4 {
font-weight: 500;
}
}
.category-description-wrapper li {
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #3c3c3c;
margin-bottom: 16px!important;
}
.category-description-wrapper ul {
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #3c3c3c;
margin-bottom: 24px;
}
.category-description-wrapper ul:not(.no-markers,.select2-results__options)>li:before {
content: "";
width: 2px;
height: 2px;
background: var(--color-text);
display: inline-block;
position: absolute;
top: 50%;
left: 5px;
} .category-description-wrapper,
.category-description {
--font-family: "Montserrat", system-ui, -apple-system, sans-serif;
--ch: var(--color-text, #262626);
} .category-description ol {
list-style: none;
margin: 0 0 1em;
padding-left: 16px;
counter-reset: pressmash-desc-ol;
}
.category-description ol strong {
display: contents;
}
.category-description ol > li {
position: relative;
counter-increment: pressmash-desc-ol;
padding-left: 42px;
margin: 0 0 16px;
min-height: 26px;
}
.category-description ol > li:last-child {
margin-bottom: 0;
}
.category-description ol > li::before {
content: counter(pressmash-desc-ol) ".";
position: absolute;
left: 0;
top: 25%;
min-width: 26px;
height: 26px;
padding: 0 5px;
border-radius: 6px;
background: #fecd4d;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-family);
font-weight: 600;
font-size: 12px;
line-height: 1;
color: var(--ch);
box-sizing: border-box;
}
.category-description ol ol {
margin-top: 8px;
margin-bottom: 0;
padding-left: 16px;
counter-reset: pressmash-desc-ol;
}
.category-description ol>li {
display: flex!important;
}  .category-description .wp-block-table {
margin: 1em 0;
}
.category-description table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
font-family: var(--font-family);
font-size: 15px;
line-height: 160%;
color: var(--ch);
} .category-description thead th {
background: #eee;
border-right: 1px solid #b9b9b9;
padding: 20px 24px;
width: 300px;
height: 64px;
box-sizing: border-box;
font-weight: 600;
font-size: 15px;
line-height: 160%;
color: var(--ch);
vertical-align: middle;
text-align: left;
}
.category-description thead th:last-child {
border-right: none;
} .category-description tbody td {
border-right: 1px solid #d4d4d4;
padding: 18px 16px 18px 24px;
width: 300px;
height: 60px;
box-sizing: border-box;
font-weight: 400;
font-size: 15px;
line-height: 160%;
color: var(--ch);
vertical-align: middle;
background: #fff;
}
.category-description tbody td:last-child {
border-right: none;
} .category-description tbody tr:nth-child(even) td {
background: #f8f8f8;
}
.category-description table th {
font-family: 'Montserrat', sans-serif;
font-weight: 600!important;
font-size: 15px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
} @media (max-width: 767px) {
.category-description figure.wp-block-table,
.category-description > table {
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.category-description figure.wp-block-table table,
.category-description > table {
width: max-content;
min-width: 100%;
table-layout: auto;
}
.category-description thead th,
.category-description tbody td {
width: 300px;
min-width: 260px;
}
}
.category-description table tr:first-of-type td, table tr:first-of-type th {
font-weight: 400;
}
.additional-links h3 {
margin-bottom: 32px!important;
}