/* =========================================== Content Post  ===========================================*/
.content-post {
    text-align: justify;
}

/* Heading utama */
.content-post h2 {
    font-size: 1.3rem;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    font-weight: 600;
    line-height: 1.4;
}

.content-post h3 {
    font-size: 1.15rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.content-post h4 {
    font-size: 1rem;
    margin-top: 0.9rem;
    color: #777 !important;
    margin-bottom: 0.4rem;
    font-weight: 600;
    line-height: 1.4;
}

.content-post img {
    width: 100%;
    border-radius: 10px;
}

.content-post table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.content-post th,
.content-post td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.content-post th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.content-post blockquote {
    border-left: 4px solid #48bdc5;
    padding-left: 1rem;
    color: #555;
    margin: 1.5rem 0;
    font-style: italic;
    background-color: #f1f1f1;
}

.content-post figure.table {
    width: 100%;
    overflow-x: auto;
}

.content-post ul li {
    list-style-type: disc;
}

.content-post ol li {
    list-style-type: decimal;
}

.content-post ul li,
.content-post ol li {
    /* margin-bottom: 0.5rem; */
    color: #777 !important;
}

.content-post iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.content-post a {
    color: #48bdc5;
}
/* =========================================== End Content Post  ===========================================*/
