/*
 * FAQ Accordion Styles
 */

.p3d-faq-accordion {
    margin: 40px 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    max-width: 800px;
}

.p3d-faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
    color: #1f2937;
    font-size: 1.1rem;
}

.p3d-faq-trigger:hover {
    background-color: #f9fafb;
}

.p3d-faq-content {
    padding: 0 20px 20px;
    border-top: 1px solid #e5e7eb;
}

.p3d-price-table-wrapper {
    max-height: 300px;
    overflow-y: auto;
    margin: 15px 0;
    border: 1px solid #eee;
}

.p3d-price-list {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.p3d-price-list th,
.p3d-price-list td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.p3d-price-list th {
    background: #f3f4f6;
    font-weight: 600;
    position: sticky;
    top: 0;
}

.p3d-faq-note {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
}
