﻿.faq-section {
    padding: 40px 0;
}

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 500;
    color: #333;
    background-color: #f8f9fa;
}

    .accordion-button:not(.collapsed) {
        background-color: #1A76D1;
        color: #fff;
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(26, 118, 209, 0.25);
    }

/* SSS içindeki linkleri normal metin-link gibi göster */
.accordion-body a:not(.btn) {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #1A76D1;
    text-decoration: underline;
    pointer-events: auto;
}

    .accordion-body a:not(.btn):hover {
        text-decoration: underline;
        filter: none;
    }
/* Section Title Stili */
.section-title {
    width: 100%;
    margin-top: 10px;
}

    .section-title .section-title-text {
        flex: 1 1 0%;
        min-width: 0;
    }

    .section-title h2 {
        color: #1A76D1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
    }

    .section-title p {
        color: #666;
        font-size: 0.95rem;
        margin: 0;
    }

    .section-title img {
        max-width: 140px;
        height: auto;
        display: inline-block;
        flex: 0 0 auto;
    }
/* FAQ Item için Schema.org yapısı */
.faq-question {
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991.98px) {
    .section-title img {
        max-width: 120px;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        flex-direction: column;
        text-align: center;
    }

        .section-title h2 {
            font-size: 1.3rem;
        }

        .section-title p {
            font-size: 0.92rem;
        }

        .section-title img {
            display: block;
            margin: 12px auto 0;
            max-width: 120px;
        }
}

@media (max-width: 575.98px) {
    .section-title {
        padding: 6px 0;
    }

        .section-title h2 {
            font-size: 1.15rem;
        }

        .section-title p {
            font-size: 0.88rem;
        }

        .section-title img {
            max-width: 110px;
        }
}
