.news-footer-list li {
    display: inline-block;
    margin-bottom: 2px;
    color: #fff;
    line-height: 10px !important;
    margin-right: 2.5vw;
}

.news-footer-list li a {
    cursor: pointer;
    color: #fff;
}

.news-footer-list li a:hover {
    color: #FAF9F6;
}

.dfjc {
    display: flex;
    justify-content: center;
}

/* Change stroke color */
.triangle {
    stroke: #ffff00;
    /* Change to your desired color */
}

.circle {
    stroke: #ffff00;
    /* Change to your desired color */
}

.playbutton {
    font-size: 60px;
    padding: 10px;
    color: #ffff00;
    border-radius: 100%;
    border: 5px solid #ffff00;
    height: 90px;
    width: 90px;
}

.video-box-style {
    background: #fff;
    border: 1px solid #fff;
}

.vbeinfo-contain {
    padding: 10px;
}

.video-title-box h6 {
    color: #28560d;
    font-size: 14px;
}

.recent-post-link li a {
    color: #d8d8d8;
}

.padding-left-right70 {
    padding: 0 70px;
}

.img-widht-100per {
    width: 100%;
}

.vbebutton {
    cursor: pointer;
}

.model-top10per {
    padding-top: 10%;
}

.modal-content {
    background-color: transparent;
}

.button-box {
    margin-top: 25px;
    float: right;
}

.singlevideo-youtube-frame {
    width: 100%;
  
    background-color: #000;
}

.article-youtube-frame {
    width: 100%;
   
    border: none;
}

.shorts-video {
    width: 100%;
    aspect-ratio: 9/16;
    background: #000;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #FFF;
}

.shorts-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.shorts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 100%;
    margin: auto;
}

.social-share-button a{
    margin-left: 20px;
    padding: 5px 20px;
    background-color: #28560d;
    border-radius: 20px;
    cursor: pointer;
}
.margintop10{
    margin-top: 10px;
}

/* show more description css here */
#youtube-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 1.5em;
    transition: max-height 0.3s ease;
    position: relative;
}

#youtube-description.expanded {
    white-space: normal;
    max-height: 1000px;

}

#dec-toggle-button {
    color: rgb(14, 14, 14);
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
}

#youtube-description.expanded::after {
    display: none;
}