
/* Small screens (≥320px) */

.single-article-container{
    height:250px;
    
    border-radius:20px;
    
    background-size: cover; /* Ensures the image covers the entire div */
background-position: center top; /* Centers the image */
background-repeat: no-repeat; /* Prevents tiling */

}

.single-article-container-right{
    position: relative;
    height:400px;
    padding-left:30px;
}
.buttonWraper-bless{
    margin:0;
    bottom: 3px;
    position: absolute;
    right: 0px;
    width: 100%;
}

.single-articleTitle{
    color: var(--micho-color);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-top:10px;
}
.single-article-date{
    font-size: 14px;
    color: rgb(165, 165, 165, 100%);
    font-weight: bold;
    line-height: 1.2;
}

.articleIntroText {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    line-height: 1.2;
}

.single-article-image {
    border-radius: 30px;
   
}

.main-video iframe {
    width: 100%;
   
    border-radius: 30px;
    height: 250px;
    
}
@media (max-width: 768px) {
    .single-articleTitle{
        margin-top:10px;
        
    }

    .single-article-image {
    border-radius: 30px;
    
}

}

@media (min-width: 576px) {
 

    
}

/* Medium screens (≥768px, tablets) */
@media (min-width: 796px) {
    .single-article-container-right{
       
        height:400px;
    }
    .articleIntroText {
       
        -webkit-line-clamp: 3;
        
    }
}


@media (min-width: 1024px) {
    .single-article-image {
        
        height: 200px;
    }


    .main-video iframe {
       
        height: 250px;
       
        
    }
    .articleIntroText {
       
        -webkit-line-clamp: 2;
        
    }
    .single-article-container-right{
       
        height:250px;
    }
    
}





/* Extra large screens (≥1440px, desktops) */
@media (min-width: 1440px) {
    /* Add styles here */
    .articleIntroText {
       
        -webkit-line-clamp: 2;
        
    }
}

/* Ultra-wide screens (≥1920px, large desktops) */
@media (min-width: 1920px) {

    .single-articleTitle{}
    /* Add styles here */
}
