<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

.widget__ {
    background-color: rgb(248 248 248);
    width: 100%;
    max-height: 50%;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.widget__ img {
    width: 80%;
}

.content__berita {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 100px;
}

.content__berita .judul__ h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.content__berita p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.img__berita img {
    width: 100%;
    max-height: 600px;
}

.content__berita .btn__comment {
    background-color: transparent;
    border: none;
}

.btn__comment h4 {
    display: inline;
}

.img__berita .head__ {
    background-color: #033c59;
    padding: 5px;
    position: absolute;
    top: 40px;
    margin-left: 20px;
    color: #ffffff;
    border-radius: 5px;
}

.author__ {
    display: inline;
    justify-content: space-between;
}

.img__berita .date__ {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000000;
    display: inline;
}



.img__berita .views__ {
    color: #000000;
}

.judul__img {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.head__relate {
    position: relative;
    padding-left: 20px;
}

.head__relate::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: #033c59;
}

.head__comment {
    position: relative;
    padding-left: 20px;
}

.head__comment::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: #033c59;
}

.relate__post {
    display: flex;
    overflow: auto;
    padding: 10px 0;
    background-color: transparent;
}

.post__item {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
}

.post__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.post__item h4 {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.slick-dots {
    text-align: center;
    padding: 10px 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
}

.slick-dots li.slick-active button {
    background-color: #033c59;
}

@media (max-width: 768px) {
    .container__widget {
        display: none;
    }

    .content__berita p {
        font-size: 14px;
        margin: 10px 10px 10px 10px;
    }

    .content__berita span {
        font-style: italic;
        font-weight: bold;
    }

    .profil__head {
        margin-top: 50px;
    }
}



@media (max-width: 1238px) {
    .profil__head {
        margin-top: 100px;
    }

    .widget__ {
        background-color: rgb(248 248 248);
        width: 60%;
        max-height: 50%;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        margin-inline: auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .content__berita p {
        font-size: 14px;
        margin: 10px 10px 10px 10px;
    }

    .content__berita span {
        font-style: italic;
        font-weight: bold;
    }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em 0.1em;
}

.resp-sharing-button {
    border-radius: 20px;
    transition: 250ms ease;
    padding: 0.3em 0.5em;
}

.resp-sharing-button:hover {
    border-radius: 5%;
}

.resp-sharing-button__icon svg {
    width: .75em;
    height: .75em;
    margin-right: 0.4em;
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--twitter {
    background-color: #000000;
}

.resp-sharing-button--twitter:hover {
    background-color: #252525;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #000000;
    border-color: #000000;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #252525;
    border-color: #252525;
}</pre></body></html>