.n1867-faq-section {
    max-width: 100%;
    margin: 60px auto 40px;
    padding: 0 15px;
}

.n1867-faq-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.n1867-faq-item {
    border-bottom: 1px solid #ddd;
}

.n1867-faq-item:first-child {
    border-top: 1px solid #ddd;
}

.n1867-faq-section h3.n1867-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: inherit;
    gap: 15px;
    color:#000000;
    margin-bottom:0;
}

.n1867-faq-section h3.n1867-faq-question:hover {
    opacity: 0.7;
    color:#000000;
}

.n1867-faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.n1867-faq-item.is-open .n1867-faq-icon {
    transform: rotate(180deg);
}

.n1867-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.n1867-faq-answer-inner {
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.n1867-faq-answer-inner p:last-child {
    margin-bottom: 0;
}