.faq-generator-static-container {
    max-width: 100%;
    margin: 30px 0;
    font-family: inherit;
}

.faq-section-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1d2327;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0073aa;
    display: inline-block;
}

.faq-card {
    background-color: #f9f9f9; /* Cinza bem claro */
    border: 1px solid rgba(0, 0, 0, 0.05); /* Borda quase transparente */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease;
}

.faq-card:hover {
    border-color: rgba(0, 0, 0, 0.1);
}

.faq-card-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3338;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.faq-card-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #50575e;
}

.faq-card-content p:last-child {
    margin-bottom: 0;
}
