.faq-06751b25-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq-06751b25-item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

.faq-06751b25-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.faq-06751b25-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    border: none;
    padding: 18px 24px;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.faq-06751b25-header:focus-visible {
    outline: 2px solid #2C3E50;
    outline-offset: -2px;
}

.faq-06751b25-title {
    font-size: 1.1rem;
    color: #2C3E50;
}

.faq-06751b25-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7F8C8D;
    transition: transform 0.3s ease;
}

.faq-06751b25-icon svg {
    width: 16px;
    height: 16px;
    fill: #7F8C8D;
}

.faq-06751b25-content {
    background-color: #ffffff;
}

.faq-06751b25-content-inner {
    padding: 20px 24px;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}
