/* الحاوية الرئيسية */
.dcve{
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
    padding:20px;
    box-sizing:border-box;
    background:transparent;
}

/* كل عنصر */
.dimgvid{
    background:rgba(255,255,255,0.05);
    border-radius:18px;
    overflow:hidden;
    transition:0.3s ease;
    backdrop-filter:blur(4px);
}

/* تأثير عند المرور */
.dimgvid:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,0.09);
}

/* رابط الصورة */
.alinkvid{
    display:block;
    width:100%;
}

/* الصورة */
.imgvid{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    border-radius:18px 18px 0 0;
}

/* العنوان */
.titlevid{
    margin:0;
    padding:16px;
    text-align:center;
    background:transparent;
}

/* رابط العنوان */
.titlevid a{
    text-decoration:none;
    color:#ffffff;
    font-size:clamp(18px,2vw,26px);
    font-weight:700;
    line-height:1.5;
    word-break:break-word;
    transition:0.3s ease;
}

/* تأثير على النص */
.titlevid a:hover{
    color:#00cfff;
}

/* شاشات صغيرة جداً */
@media (max-width:480px){

    .dcve{
        gap:15px;
        padding:12px;
    }

    .imgvid{
        height:190px;
    }

    .titlevid{
        padding:12px;
    }

}
.Ads-Under-Img{
	margin-left:50px;
	width:750px;
	border-radius:40px;
	margin-top:50px;

} 
.My-Ads-Under-Img{
	border-radius:20px;
}


