/* YARPP Dynamic Related Cards v1.8 */
.ydrc-related-wrapper{margin:1.5rem 0;width:100%;opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out;}
.ydrc-related-wrapper.ydrc-visible{opacity:1;transform:none;}
.ydrc-heading{font-size:1.1rem;font-weight:700;margin:0 0 .5rem 0;color:#222;background:#fcf397;border-radius:3px;padding:4px 6px;}
.ydrc-related-list{list-style:none;margin:0;padding-left:0!important;display:flex;flex-direction:column;gap:6px;}
.ydrc-related-item{background:#fff;border:1px solid #f3e7be;border-radius:10px;overflow:hidden;opacity:0;transform:translateY(10px);}
.ydrc-related-wrapper.ydrc-visible .ydrc-related-item{animation:ydrc-itemIn .45s forwards;animation-delay:calc(var(--i)*0.1s);}
@keyframes ydrc-itemIn{to{opacity:1;transform:none;}}
.ydrc-related-link{display:flex;align-items:center;gap:10px;padding:6px 10px;text-decoration:none;}
.ydrc-related-link:hover,.ydrc-related-link:focus{background:#f7f7f7;}
.ydrc-related-link img{flex:0 0 60px;width:60px;height:80px;object-fit:cover;border-radius:6px;}
.ydrc-related-title{flex:1;font-size:.95rem;font-weight:600;color:#000;line-height:1.35;}
.ydrc-arrow{flex:0 0 18px;display:flex;align-items:center;color:#e4572e;}
.ydrc-arrow svg{width:18px;height:18px;}
/* pulse animation */
.ydrc-arrow.ydrc-pulse svg{animation:ydrc-pulse .6s ease-out 0s 2;}
@keyframes ydrc-pulse{0%{transform:scale(1);}50%{transform:scale(1.3);}100%{transform:scale(1);}}
@media(min-width:768px){.ydrc-related-title{font-size:1.05rem;}}
