.oriest-faq {
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
}
.oriest-faq__heading {
font-size: 1.6rem;
margin-bottom: 20px;
text-align: center;
}
.oriest-faq__item {
border-radius: 10px;
overflow: hidden;
margin-bottom: 10px;
border: 1px solid transparent;
}
.oriest-faq__q {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
width: 100%;
padding: 16px 18px;
font-size: 1rem;
font-weight: 600;
text-align: left;
background: transparent;
border: none;
cursor: pointer;
line-height: 1.5;
}
.oriest-faq__icon {
flex: none;
width: 12px;
height: 12px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
transition: transform 0.2s ease;
margin-top: -4px;
}
.oriest-faq__q[aria-expanded="true"] .oriest-faq__icon {
transform: rotate(225deg);
margin-top: 4px;
}
.oriest-faq__a {
padding: 0 18px 16px;
line-height: 1.8;
}
.oriest-faq__a p {
margin: 0;
} .oriest-faq--lp .oriest-faq__heading {
color: #2f5e4e;
}
.oriest-faq--lp .oriest-faq__item {
background: #f4f7f5;
border-color: #dde7e2;
}
.oriest-faq--lp .oriest-faq__q {
color: #2f5e4e;
}
.oriest-faq--lp .oriest-faq__a {
color: #2f2f2f;
} .oriest-faq--blog .oriest-faq__heading {
color: #6b4f2a;
}
.oriest-faq--blog .oriest-faq__item {
background: #faf6ef;
border-color: #eadfcd;
}
.oriest-faq--blog .oriest-faq__q {
color: #6b4f2a;
}
.oriest-faq--blog .oriest-faq__a {
color: #3a332a;
}