/* ===== POST META ===== */
.entry .post-meta {
    font-size: 15px;
    color: #474747;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
    font-style: normal;
    line-height: 55px;
}
.entry .post-meta span {
    margin-right: 5px;
}
.entry .post-meta a {
    color: #000;
}
.updated-news {
    font-size: 15px;
    color: #474747;
    font-style: normal;
}

/* ===== AUTHOR INFO ===== */
.author-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin: 20px 0;
}
.author-column-left {
    text-align: center;
    flex: 0 0 150px;
}
.author-avatar img {
    border-radius: 50%;
    border: 5px solid #ddd;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.author-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.author-column-right {
    flex: 1;
}
.author-column-right h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #333;
}
.author-column-right p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
@media (max-width: 768px) {
    .author-info {
        flex-direction: column;
        align-items: center;
    }
    .author-column-left {
        flex: none;
        margin-bottom: 20px;
    }
    .author-column-right {
        text-align: center;
    }
}

/* ===== ADS ===== */
.floating-ad-container {
    position: fixed;
    bottom: 40vh;
    right: 0;
    z-index: 1000000000;
    transform-origin: right center;
    width: 336px;
    transform: scale(0.70);
    height: auto !important;
    text-align: center;
}
.close-button {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 25px;
    height: 25px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}
.svg {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* ===== DOKUMEN/UNDUHAN ===== */
.dokumen-unduhan {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 20px auto;
}
.dokumen-unduhan li {
    margin: 30px 0;
}
.dokumen-unduhan a {
    text-decoration: none;
    color: #002aff;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.dokumen-unduhan a:hover {
    background-color: #002aff;
    color: #fff;
    border-color: #0056b3;
}

/* ===== RESPONSIVE IFRAME ===== */
.responsive-iframe {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===== IKLAN ===== */
.iklan {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ===== SOCIAL SHARING ===== */
.social-container {
    margin: 15px 0;
    width: 100%;
}
.SocialCustomMenu {
    margin: 0;
}
.SocialCustomMenu a,
.SocialCustomMenu a:visited,
.SocialCustomMenu span {
    padding: 5px;
    font-size: .95em;
    display: inline;
    text-decoration: none;
}
.SocialCustomMenu a,
.SocialCustomMenu a:visited {
    color: #fff !important;
}
.social-container .twitter {
    background-color: #000000;
}
.social-container .facebook {
    background-color: #3b5998;
}
.social-container .sharetext {
    background: #efefef;
    color: #333 !important;
}

/* ===== RELATED POSTS YANG HILANG ===== */
.related_posts ul, p {
    margin: 5px 0;
}

.related_posts ul li {
    padding: 1%;
    width: 98%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #efefef;
}

.related_posts .thumb {
    float: right;
    width: 100px;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
}

.related_posts h4 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 5px;
}

.related_posts .relatedcontent {
    float: left;
    overflow: hidden;
}

/* ===== BORDER BOTTOM YANG HILANG ===== */
#sidebar .widget ul li,
#sidebar table td,
.post {
    border-bottom: 1px solid #efefef;
}

/* ===== WORDPRESS CAPTION TEXT ===== */
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px 5px;
    margin: 0;
}

/* ===== REPLY TITLE ===== */
h3.reply-title {
    background: #efefef;
    font-size: 14px;
    padding: 5px 10px;
}

/* ===== SIDEBAR WIDGET LIST IMAGE ===== */
#sidebar .widget ul li {
    background: url(img/list.png) 5px 10px no-repeat;
    padding: 4px 4px 4px 15px;
}