/* Blog / içerik SSS akordiyon — Rejoin teması ile uyumlu */
.post-detail-blocks .blog-faq-section,
.post-detail-blocks .blog-faq-section.sptb {
    padding-top: 1.5rem;
    padding-bottom: 0;
}

.blog-faq-section .section-title h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.35rem;
}

.blog-faq-section .section-title p {
    color: #6c757d;
    font-size: 0.95rem;
}

.blog-faq-section .panel-group1 {
    margin-top: 0.5rem;
}

.blog-faq-section .panel-faq-item {
    border: 1px solid #e8ebf3 !important;
    border-radius: 8px !important;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-faq-section .panel-faq-item:hover {
    border-color: #93c5fd !important;
    box-shadow: 0 4px 14px rgba(30, 64, 175, 0.08);
}

.blog-faq-section .panel-heading1 {
    background: linear-gradient(90deg, #f8fafc 0%, #fff 100%);
}

.blog-faq-section .panel-title1 a.accordion-toggle {
    font-weight: 600 !important;
    font-size: 0.98rem !important;
    color: #2c3e50 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 1rem 2.75rem 1rem 1.15rem !important;
    line-height: 1.45 !important;
}

.blog-faq-section .panel-title1 a.accordion-toggle:not(.collapsed) {
    color: #1e40af !important;
    background: rgba(30, 64, 175, 0.08);
}

.blog-faq-section .panel-heading1 a:before {
    color: #1e40af !important;
    right: 1rem !important;
    top: 50% !important;
    margin-top: -10px;
}

.blog-faq-section .panel-body {
    border: none !important;
    border-top: 1px solid #eef2f6 !important;
    padding: 1rem 1.15rem 1.15rem !important;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #495057;
}

.blog-faq-section .panel-body p:last-child {
    margin-bottom: 0;
}
