.vpfaq-category-faqs {
    padding-top: 20px;
    margin-top: 40px;
}

.vpfaq-title {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 25px;
    border-bottom: 3px solid #e9ecef;
}

.vpfaq-item {
    margin-bottom: 30px;
}

.vpfaq-question {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.vpfaq-answer {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.vpfaq-answer a {
    color: #0056b3;
    text-decoration: underline;
}

.vpfaq-answer a:hover {
    text-decoration: none;
}