.uu-item {
    width: 100%;
}

.uu_header {
    width: 100%;
    background-color: #611E29;
    color: #fff;
    text-align: center;
    align-content: center;
    padding: 10px;
    margin-bottom: 20px;
}

.item-pasal {
    margin-right: 30px;
}

.item-pasal-center {
    text-align: center;
    font-weight: bold;
}

.isi-ayat-no {
    margin-right: 10px;
}

.isi-margin-top-10 {
    margin-top: 10px;
}

.isi-margin-top-20 {
    margin-top: 20px;
}

.isi-margin-top-30 {
    margin-top: 30px;
}

.isi-margin-left-50-p {
    margin-left: 50%;
}

.isi-margin-left-60-p {
    margin-left: 60%;
}

.txt-bold {
    font-weight: bold;
}

.isi-center {
    text-align: center;
    width: 100%;
}

.isi-center-bold {
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.isi-justify {
    text-align: justify;
    width: 100%;
}

.item-penjelasan {
    background-color: rgb(244, 244, 244);
    border-left: 6px solid #EAAA0F;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
    font-style: italic;
}

.item-penjelasan p {
    font-size: small;
}

._left {
    width: 300px;
    /* height: 100%; */
    top: 80px;
    position: sticky;
    border-radius: 10px;
    overflow-y: scroll;
    height: 600px;
}

._right {
    width: 100%;
    padding-left: 20px;
}

._container {
    display: flex;
    margin: 3rem 5rem;
    gap: 1rem;
}

._container::before,
._container::after {
    content: '';
    display: table;
    clear: both;
}

._container h4 {
    font-size: large;
    font-weight: bold;
    color: #EAAA0F;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #EAAA0F;
}

/* PERBANDINGAN */
._perbandingan_main {
    display: flex;
    justify-content: center;
}

._perbandingan_left {
    width: 100%;
    margin-right: 10px;
}

._perbandingan_right {
    width: 100%;
    margin-left: 10px;
}

._perbandingan_note {
    background-color: #E5DFD2;
    border-left: 6px solid #611E29;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
    font-style: italic;
}

._perbandingan_note p {
    font-size: small;
}

._perbandingan_divider {
    height: 1px;
    width: 100%;
    border-bottom: 2px dotted #611E29;
    margin-top: 10px;
    margin-bottom: 10px;
}
#judul{
    top: 68px;
    position: sticky;
}