.simple-faq-wrapper {
    max-width: 700px;
    margin: 40px auto;
}

.faq-item {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #f9f9f9;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 14px 18px;
    background: #eeeeee;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #e2e2e2;
}

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

.faq-answer {
    display: none;
    padding: 16px 18px;
    background: #ffffff;
    border-top: 1px solid #d0d0d0;
    color: #333;
    line-height: 1.6;
}
