.tcr-faq-box {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 18px 12px;
    margin-top: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.tcr-faq-box h2 {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 1.3;
    color: #111827;
}

.tcr-faq-sub {
    margin: 0 0 16px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #6b7280;
}

.tcr-faq-item {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.tcr-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.tcr-faq-q {
    margin: 0 0 6px 0;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.tcr-faq-a {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
}

.tcr-faq-a strong {
    color: #111827;
}

/* CTA line */
.tcr-faq-box .tcr-faq-a:last-child {
    margin-top: 16px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
    .tcr-faq-box {
        padding: 14px;
    }

    .tcr-faq-box h2 {
        font-size: 16px;
    }

    .tcr-faq-q,
    .tcr-faq-a {
        font-size: 13px;
    }
}