/* Add here all your CSS customizations */

/* Phần khung tổng thể FAQ */
.product-faq {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 24px;
    margin-top: 40px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Tiêu đề chính */
.product-faq h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Từng câu hỏi */
.faq-item {
    margin-bottom: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 12px;
}

/* Câu hỏi */
.faq-item h3 {
    font-size: 18px;
    color: #34495e;
    margin-bottom: 8px;
}

/* Câu trả lời */
.faq-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
