.guvenilir-uye-ilan {
    position: absolute;
    right: 0.7rem;
    z-index: 10;
    width: 72px;
    max-width: 32%;
    height: auto;
}
.guvenilir-uye-ilan img {
    width: 100%;
    height: auto;
    display: block;
}
.petciler-dopingsiz-list-h2 {
    display: flex;
    justify-content: flex-start;
    padding: 4px 0px;
    width: calc(100% - 0px);
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 20px;
}
.petciler-dopingsiz-list-h2 h2{
    margin: 0;
    color: #090c3f;
    font-size: 22px;
    line-height: 1.3 !important;
}
.petciler-dopingsiz-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.petciler-dopingsiz-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    gap: 14px;
    border: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
}
.dopingsiz-img-wrap {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.dopingsiz-img-wrap img {
    width: 110px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-width: none;
}
.petciler-dopingsiz-img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}


.dopingsiz-info-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
}
.dopingsiz-col {
    flex: 1 1 0;
    min-width: 0; /* Taşmayı engeller */
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #444;
    font-size: 1rem;
}
.dopingsiz-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #26314f;
    margin-bottom: 0;
    text-decoration: none;
    display: inline-block;
    transition: color .15s;
    line-height: 1.2;
}
.dopingsiz-title:hover {
    color: #00c6ad;
}

.dopingsiz-tarih, .dopingsiz-sehir {
    display: block;
    font-size: .95em;
    color: #56566C;
    margin-top: 2px;
}


@media (max-width: 600px) {
    .dopingsiz-info-row {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .dopingsiz-col {
        width: 100%;
        flex: none;
        flex-direction: row;
        display: flex;
        justify-content: flex-start;
    }
    .dopingsiz-col.dopingsiz-meta {
        display: none;
    }

    .dopingsiz-img-wrap img {
        width: 80px;
    }
    .petciler-dopingsiz-item {
        gap: 6px;
    }
.petciler-dopingsiz-img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
}
    
    .petciler-dopingsiz-item .guvenilir-uye-ilan {
        max-width: 60px;
        bottom: 8px;
        top: inherit;
    }
    .dopingsiz-tarih, .dopingsiz-sehir {
        font-size: 0.7em;
    }
    
    .dopingsiz-sehir {
        margin-right: 10px;
    }
    
        
    
    .dopingsiz-col.dopingsiz-title {
        font-size: 0.9rem;
        line-height: 1.2;
    }
}

.dopingsiz-list {
    margin-top: 30px;
}
.dopingsiz-list-item {
    display: flex;
    align-items: center;
    background: #fff3e0;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 10px 16px;
    gap: 12px;
}
.dopingsiz-list-item img {
    width: 90px;
    height: 75px;
    object-fit: cover;
    border-radius: 6px;
}
.dopingsiz-list-content h3 {
    margin: 0 0 4px 0;
    font-size: 1.1rem;
    color: #333;
}
.dopingsiz-list-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

.kat_seo_title h1 {
    font-size: 22px !important;
    transition: all .3s ease;
    color: #070C3E;
    text-align: left;
    line-height: 1.3 !important;
    border-bottom: 1px solid #e7e7e7;
    padding: 4px 0px;
}
.rtcl .rtcl-listings .listing-item .listing-thumb img {
    transition: all .3s ease-in-out;
    height: 180px;
    object-fit: cover;
}
.rtcl-ajax-filter-item .rtcl-ajax-filter-data {
    grid-gap: 10px;
}
.rtcl-ajax-filter-item .rtcl-filter-content {
    padding: 12px;
}
.rtcl .listing-sidebar .widget {
    padding: 12px;
}
/*.kategori-alt-aciklama-full {*/
/*    !* masaüstü *!*/
/*    margin: 32px auto 30px auto;*/
/*    */
/*    background: #f9f9f9;*/
/*    border-radius: 10px;*/
/*    border: 1px solid #ececec;*/
/*    padding: 24px 32px;*/
/*    color: #34495e;*/
/*    font-size: 1.12rem;*/
/*    box-shadow: 0 2px 8px #f4f4f4;*/
/*    box-sizing: border-box;*/
/*}*/
.faq-container {
    
    margin-top: 30px;

}
.faq-container h2 {
    text-align: center;
    margin-bottom: 10px;
}
.faq-container p.desc {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}
details {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
details[open] summary {
    font-weight: bold;
}
summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
}
summary::before {
    content: counter(q) ".";
    counter-increment: q;
    position: absolute;
    left: 0;
    line-height: 30px;
    background: #e53935;
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.faq-container {
    counter-reset: q;
}
details summary::-webkit-details-marker {
    display: none;
}
details p {
    margin: 10px 0 0 0;
    padding-left: 40px;
    color: #444;
}

@media (max-width: 360px) {
    .dopingsiz-img-wrap {
        width: auto;
        height: 80px;
        margin-right: 0;
        min-width: 80px;
    }
}


@media (max-width: 600px) {
    .kategori-alt-aciklama-full {
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 10px 8px;
        width: auto !important;
        font-size: 1rem;
    }
    .kategori-alt-aciklama-full h1 {
        font-size: 24px;
        text-align: center;
    }
    .kategori-alt-aciklama-full h2 {
        font-size: 18px;
    }
    .kategori-alt-aciklama-full p {
        color: #4d4d4d;
    }
    .dopingsiz-ajax-pagination .page-numbers,
    .pagination .page-numbers {
        min-width: 28px;
        padding: 6px 9px;
        font-size: 1em;
    }
    
}


/* Modern ve Bootstrap benzeri Pagination */
.dopingsiz-ajax-pagination,
.pagination {
    display: flex;
    justify-content: center;
    margin: 32px 0 20px 0;
}
.dopingsiz-ajax-pagination ul,
.pagination ul {
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.dopingsiz-ajax-pagination .page-numbers,
.pagination .page-numbers {
    display: inline-block;
    min-width: 36px;
    padding: 7px 13px;
    border-radius: 8px;
    border: 1px solid #e0e5ea;
    color: #404a67;
    background: #fff;
    font-size: 1.09em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all .18s;
    cursor: pointer;
    box-shadow: 0 2px 6px #f4f4f4;
}
.dopingsiz-ajax-pagination .page-numbers.current,
.pagination .page-numbers.current {
    background: #00c6ad;
    color: #fff !important;
    border-color: #00c6ad;
    font-weight: 700;
    box-shadow: 0 3px 12px #e1fff7;
}
.dopingsiz-ajax-pagination .page-numbers:hover:not(.current),
.pagination .page-numbers:hover:not(.current) {
    background: #e7f7f5;
    color: #00c6ad;
    border-color: #00c6ad;
}
.dopingsiz-ajax-pagination .dots,
.pagination .dots {
    border: none;
    background: none;
    color: #aaa;
    min-width: 18px;
    font-size: 1.1em;
    pointer-events: none;
}
