/* Sohbetci Related Posts Pro - Styles v1.3 */
.sohb-rpp-section{margin-top:32px}
.sohb-rpp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.sohb-rpp-title{font-size:1.25rem;margin:0;padding-bottom:.3rem;border-bottom:3px solid #d00000;display:inline-block}

.sohb-rpp-slider{position:relative;overflow:hidden}
.sohb-rpp-track{display:flex;gap:16px;transition:transform .4s ease}
.sohb-rpp-card{min-width:calc(33.333% - 11px);background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column}
.sohb-rpp-image{display:block;aspect-ratio:16/9;background:#f7f7f7;overflow:hidden}
.sohb-rpp-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.sohb-rpp-card:hover .sohb-rpp-image img{transform:scale(1.03)}
.sohb-rpp-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fafafa,#f0f0f0)}

.sohb-rpp-body{padding:12px}
.sohb-rpp-link{color:#d00000;text-decoration:none;font-weight:700;display:block;margin-bottom:6px}
.sohb-rpp-link:hover{text-decoration:underline}
.sohb-rpp-excerpt{margin:0;color:#444;font-size:.93rem;line-height:1.45;max-height:2.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

.sohb-rpp-float{position:absolute;top:40%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:0;border-radius:999px;padding:8px 10px;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,.15)}
.sohb-rpp-float:hover{background:#fff}
.sohb-rpp-prev.sohb-rpp-float{left:6px}
.sohb-rpp-next.sohb-rpp-float{right:6px}

@media (max-width:1024px){
 .sohb-rpp-card{min-width:calc(50% - 8px)}
}
@media (max-width:640px){
 .sohb-rpp-card{min-width:100%}
}
