.faq-section {
    margin-top: 25px;
}

.faq-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.faq-icon {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.faq-answer {
    display: none;
    font-size: 15px;
    color: #444;
    margin-top: 10px;
    line-height: 1.5;
}
