.asber-up {
        position: fixed !important; 
        top: 0 !important; 
        left: 0 !important; 
        width: 100% !important; 
        height: 100% !important; 
        z-index: -1 !important; 
        background-color: rgba(215, 219, 221, 0.4) !important;
    }
    
    .mp-top {
        padding-top: 2% !important;
    }
    
    .t-dec {
        text-decoration:none !important;
    }
    
    .dbp-top {
        padding-top: 2% !important;
    }
    
    .div-img{
        height: 180px !important; 
        overflow: hidden !important;
    }
    
    .db-img{
        width: 100% !important; 
        height: 100% !important; 
        object-fit: cover !important; 
        object-position: center !important;
    }
    
    .cT-db{
        z-index: 1080 !important;
    }
    
    .katber-top{
        position: fixed !important; 
        top: 0 !important; 
        left: 0 !important; 
        width: 100% !important; 
        height: 100% !important; 
        z-index: -1 !important; 
        background-color: rgba(215, 219, 221, 0.4) !important;
    }
    
    .katber-ptop{
        padding-top: 2% !important;
    }
    
    .div-katber{
        height: 200px !important; 
        overflow: hidden !important;
    }
    
    .katber-img{
        width: 100% !important; 
        height: 100% !important; 
        object-fit: cover !important; 
        object-position: center !important;
    }
    
    .sb-top{
        height: 200px !important; 
        overflow: hidden !important;
    }
    
    .sb-img{
        width: 100% !important; 
        height: 100% !important; 
        object-fit: cover !important;
    }

    .clipboard-textarea {
        position: fixed !important;
        left: -999999px !important;
        top: -999999px !important;
    }

.arsip-img-wrapper {
    height: 200px;          
    overflow: hidden;
}

.arsip-img {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    object-position: center;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.card-body .btn {
    margin-top: auto; 
}


.text-justify-indent {
    color: #2c3e50;
}

.text-justify-indent p {
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word; 
    hyphens: auto;
    word-break: break-word; 
    margin-bottom: 12px;
    text-indent: 32px;
    font-size: 16px;
    word-spacing: 0.5px; 
    letter-spacing: 0.2px;
    overflow-wrap: break-word; 
}

.text-justify-indent p:first-child {
    text-indent: 0;
    font-weight: 500;
}

.text-justify-indent p:last-child {
    margin-bottom: 0;
}

.text-justify-indent p strong,
.text-justify-indent p b {
    font-weight: 700;
    color: #1a252f;
}

.text-justify-indent p em,
.text-justify-indent p i {
    font-style: italic;
    color: #34495e;
}

@media (max-width: 992px) {
    .text-justify-indent p {
        font-size: 15px;
        line-height: 1.5;
        text-indent: 25px;
        word-spacing: 0.3px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .text-justify-indent p {
        font-size: 14px;
        line-height: 1.4;
        text-indent: 20px;
        margin-bottom: 10px;
        word-spacing: 0.2px;
        text-align: justify; 
    }
    
    .ntop {
        margin-top: 25% !important;
    }
}

@media (max-width: 576px) {
    .text-justify-indent p {
        font-size: 14px;
        line-height: 1.4;
        text-align: justify;
        text-indent: 15px;
        word-spacing: 0.1px;
        text-justify: inter-character;
        hyphens: manual; 
    }
}

.content-berita.detail-page p,
.content-berita p,
div.content-berita p {
    text-align: justify !important;
    text-align-last: left !important;
    text-indent: 0 !important; 
}

.container-fluid p,
.card-body p,
.col-lg-8 p {
    text-align: justify !important;
    text-indent: 0 !important;
}

p.first-paragraph,
p.text-justify-indent,
.first-paragraph,
.text-justify-indent {
    text-align: justify !important;
    text-indent: 0 !important;
}

.text-justify-indent p {
    border-left: 2px solid transparent;
}

.text-justify-indent p {
    -webkit-text-align-last: left;
    -moz-text-align-last: left;
    -ms-text-align-last: left;
    text-align-last: left;
}

.text-justify-indent p::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.text-justify-indent p {
    min-height: 2em; 
}

.text-justify-indent em.text-emphasis,
.text-justify-indent .emphasis-text {
    padding: 0;
    margin: 0;
    line-height: inherit;
    color: inherit;
    font-style: italic;
}

.text-justify-indent blockquote {
    margin: 15px 0;
    padding: 10px 20px;
    border-left: 4px solid #3498db;
    background-color: #f8f9fa;
    font-style: italic;
    text-align: justify;
}

.text-justify-indent ul,
.text-justify-indent ol {
    margin: 12px 0;
    padding-left: 30px;
}

.text-justify-indent li {
    text-align: justify;
    margin-bottom: 5px;
    line-height: 1.5;
}