/* الحاوية الرئيسية */
.EP{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* الفيديو Responsive */
.video-container{
    position: relative;
    width: 100%; 
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
}

.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* عنوان الفيديو */
.Title_video{
	margin-top: 18px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    word-break: break-word;
}

/* الوصف */
.description{
    margin-top: 20px;
    padding: 18px;
    background: #1c1c1c;
    border-radius: 12px;
    color: #ccc;
    line-height: 1.9;
    font-size: 22px;
    word-break: break-word;
}

/* عنوان الوصف */
.P-descr{
    display: inline-block;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
/* تابلت */
@media (max-width: 768px){

    .EP{
        padding: 12px;
    }

    .Title_video{
        font-size: 21px;
    }

    .description{
        font-size: 15px;
        padding: 15px;
    }

    .P-descr{
        font-size: 18px;
    }
	
	

}

/* موبايل */
@media (max-width: 480px){

    .Title_video{
        font-size: 18px;
        line-height: 1.5;
    }

    .description{
        font-size: 14px;
        line-height: 1.8;
        padding: 14px;
    }

    .P-descr{
        font-size: 17px;
    }

    

}
.Ads-Under-Iframe{
border-radius:40px;
}
.My-Ads-Under-Iframe{
border-radius:20px;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.p-categs0{
    display: inline-block;
    margin: 10px 8px 10px 0;
    font-size: 25px;
    font-weight: bold;
    color: #c1cdcd;
}

.a-p-categs0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    margin: 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f5f5f5;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    word-break: break-word;
}

.a-p-categs0:hover{
    background: #222;
    color: #fff;
    border-color: #222;
}


@media (max-width: 768px){
    .a-p-categs0{
        padding: 7px 12px;
        font-size: 14px;
    }

    .p-categs0{
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px){
    .a-p-categs0{
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin: 5px 0;
    }
}


