/* =========================================================
   PATIBUL - IRK / KATEGORİ SEO İÇERİK TASARIMI
   ========================================================= */

.breed-content {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}


/* =========================================================
   ANA BAŞLIK
   ========================================================= */

.breed-content > h1 {
    margin: 0 0 24px;
    padding-bottom: 18px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
    border-bottom: 1px solid #e5e7eb;
}


/* =========================================================
   H2 BAŞLIKLAR
   ========================================================= */

.breed-content h2 {
    position: relative;
    margin: 44px 0 18px;
    padding-left: 16px;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
}

.breed-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 10px;
    background: #f97316;
}


/* =========================================================
   H3 BAŞLIKLAR
   ========================================================= */

.breed-content h3 {
    margin: 30px 0 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 650;
    color: #1f2937;
}


/* =========================================================
   PARAGRAFLAR
   ========================================================= */

.breed-content p {
    margin: 0 0 18px;
    color: #4b5563;
}

.breed-content > h1 + p {
    font-size: 17px;
    line-height: 1.85;
    color: #374151;
}


/* =========================================================
   LİSTELER
   ========================================================= */

.breed-content ul {
    margin: 18px 0 26px;
    padding: 20px 24px 20px 48px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.breed-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 2px;
    color: #374151;
}

.breed-content ul li:last-child {
    margin-bottom: 0;
}

.breed-content ul li::marker {
    color: #f97316;
}


/* =========================================================
   TABLOLAR
   ========================================================= */

.breed-content table {
    width: 100%;
    margin: 24px 0 30px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.breed-content table thead {
    background: #f9fafb;
}

.breed-content table th {
    padding: 15px 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    border-bottom: 1px solid #e5e7eb;
}

.breed-content table td {
    padding: 14px 18px;
    font-size: 15px;
    color: #4b5563;
    border-bottom: 1px solid #f0f1f3;
}

.breed-content table tbody tr:last-child td {
    border-bottom: none;
}

.breed-content table tbody tr {
    transition: background-color 0.2s ease;
}

.breed-content table tbody tr:hover {
    background: #fffaf5;
}


/* =========================================================
   FAQ
   ========================================================= */

.breed-content .faq-item {
    margin-bottom: 14px;
    padding: 20px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.breed-content .faq-item:hover {
    border-color: #fed7aa;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.breed-content .faq-item h3 {
    position: relative;
    margin: 0 0 8px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f2937;
}

.breed-content .faq-item h3::before {
    content: "?";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff7ed;
    color: #f97316;
    font-size: 13px;
    font-weight: 800;
}

.breed-content .faq-item p {
    margin: 0;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.75;
    color: #6b7280;
}


/* =========================================================
   LINKLER
   ========================================================= */

.breed-content a {
    color: #ea580c;
    text-decoration: none;
    font-weight: 500;
}

.breed-content a:hover {
    text-decoration: underline;
}


/* =========================================================
   VURGULU METİNLER
   ========================================================= */

.breed-content strong {
    color: #1f2937;
    font-weight: 700;
}


/* =========================================================
   İÇERİKTE BÖLÜM AYRIMI
   ========================================================= */

.breed-content h2:not(:first-of-type) {
    padding-top: 2px;
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 768px) {

    .breed-content {
        margin: 24px auto;
        padding: 0 16px;
        font-size: 15px;
        line-height: 1.75;
    }

    .breed-content > h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .breed-content h2 {
        margin-top: 36px;
        font-size: 21px;
    }

    .breed-content h3 {
        font-size: 18px;
    }

    .breed-content > h1 + p {
        font-size: 16px;
    }

    .breed-content ul {
        padding: 17px 18px 17px 38px;
    }

    /* Mobilde tablo yatay kaydırılabilir */
    .breed-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .breed-content table th,
    .breed-content table td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .breed-content .faq-item {
        padding: 17px;
    }

    .breed-content .faq-item h3 {
        font-size: 16px;
    }
}


/* =========================================================
   ÇOK KÜÇÜK EKRANLAR
   ========================================================= */

@media (max-width: 480px) {

    .breed-content {
        padding: 0 14px;
    }

    .breed-content > h1 {
        font-size: 25px;
    }

    .breed-content h2 {
        font-size: 20px;
        padding-left: 13px;
    }

    .breed-content h2::before {
        width: 3px;
    }
}
