.logo {
    width: auto;
    height: 50px;
}

.tabel table {
    overflow-x: auto;
    overflow-y: hidden;
}

.garis{
    border-top: 6px solid #80d0c7;
    border-radius: 10px;
    width:75px
}
.link-nav{
    color: #80d0c7;
}

.format{
    font-size: 16pt;
}

.format:hover{
    color: #13547a;
}
.garis_verikal{
    border-left: 8px #80d0c7 solid;
    height: 100%;
    width:0%;
    border-radius: 50px;
}
.garis_verikal:hover{
    border-left: 10px #13547a solid;
}

.custom-publikasi-card {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-publikasi-card:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
}

.custom-publikasi-card img{
    width: 100%;
    height: 160px;
}

.judul-berita{
    padding: 15px;
}
.judul-edukasi{
    padding: 2px 10px 2px 10px;
}

.custom-publikasi-detail{
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.custom-publikasi-detail img{
    width: 100%;
    height: auto;
}

.custom-publikasi-detail .list-berita img{
    width: 100%;
    height: 100%;
}
.custom-publikasi-detail:hover{
    background-color: var(--secondary-color);
    transform: translateY(-3px);
}
.custom-publikasi-detail .list-berita .judul-berita{
    padding: 2px;
}


.custom-block1 {
    padding: 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease-in-out;
}

.custom-block1:nth-child(1) { background-color: #FFDDC1; } /* Peach */
.custom-block1:nth-child(2) { background-color: #FFABAB; } /* Soft Red */
.custom-block1:nth-child(3) { background-color: #FFC3A0; } /* Light Orange */
.custom-block1:nth-child(4) { background-color: #D5AAFF; } /* Purple */
.custom-block1:nth-child(5) { background-color: #85E3FF; } /* Light Blue */





@media (max-width: 576px) { 
    .order-last-mobile {
        order: 12;
    }
}