.pro-faq-wrapper {
margin: 0;
padding: 0;
} .pro-faq-title {
margin-top: 0;
margin-bottom: 1rem;
} .pro-faq-section {
margin-bottom: 2rem;
}
.pro-faq-section:last-child {
margin-bottom: 0;
} .pro-faq-list {
display: flex;
flex-direction: column;
gap: 1.25rem;
} .pro-faq-item {
border: 1px solid #e0e0e0;
border-radius: 6px;
padding: 1.1rem 1.4rem;
background: #fff;
} .pro-faq-question {
margin-top: 0;
margin-bottom: .6rem;
font-size: 1rem;
font-weight: 600;
} .pro-faq-answer {
margin: 0;
color: #444;
line-height: 1.7;
}
.pro-faq-answer > *:first-child { margin-top: 0; }
.pro-faq-answer > *:last-child  { margin-bottom: 0; } .pro-faq-empty {
color: #666;
font-style: italic;
} @media (max-width: 600px) {
.pro-faq-item {
padding: .9rem 1rem;
}
}