.future_image{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);

}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}
.card.no-border {
    border: none !important;
}
.post-future-image{
    width: 100%;
    padding: 0px;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.post-img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: calc(0.24rem - 2px);
}
.post-img-lates{
    width: 175px;
    height: 160px;
    padding-top: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    border-radius: calc(0.65rem - 1px);
}
.card-height{
    height: 300px;
    position: relative;
}
.card-height2{
    height: 325px;
    position: relative;
}
.article_datas_title-home {
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.mostTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    color: black;
}
.categori_most{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #e65225;
}
.hlTitle {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.02em;
    -webkit-line-clamp: 2;
    padding-left: 10px;
    margin:0px 0px 0px 0;
}
.with-line {
    position: relative;
    padding-left: 10px; /* Spasi antara garis dan teks */
    margin: 0;
}

.with-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px; /* Lebar garis */
    background-color: red; /* Warna garis */
}
.mostNumber {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: var(--cl-txt);
    background-color: var(--bg-place);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article__list__asset {
    width: 197px;
    float: left;
    padding-right: 20px;
    background: var(--bg-main);
    z-index: 2;
    position: relative;
}
.ads_banner{
    display: none;
}

/* Default state: hide the logo */
.navbar .logo img {
    display: none;
}

/* Show the logo when the navbar is sticky */
.navbar.sticky .logo img {
    display: block;
}

@media screen and (max-width: 600px) {
    .sidebar-left {
        display: none;
    }
    .ads_header {
        display: none;
    }
    .ads_banner
    {
        display: block;
    }
   
}

.tren__subtitle {
    display: inline-block;
    background: #1fb9e1;
    padding: 4px 5px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    color: white;
    
}
.padding-card{
    padding: 0 0 0 0;
}

.title_decoration{
    text-decoration: none;
    color: black;
}
.playerDiv {
    border-radius: 20px;
}
.card-vd{
    width: 186px;
    font-weight: 500;
}
.icon-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}
.icon-item__wa, .icon-item__wa:hover {
    color: #FFFFFF;
    background: #25D366;
}
.icon-item__fb, .icon-item__fb:hover {
    color: #FFFFFF;
    background: #3C5A99;
}
.icon-item__yt, .icon-item__yt:hover {
    color: #FFFFFF;
    background: #FF0000;
}
.footer-nav--title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #000000;
    font-style: bold;
}
