@import 'custom/bimbingan-autor.css';

section.mj-section {
	padding-top: 0;
}

section.mj-hero {
	padding-top: 120px;
	padding-bottom: 0;
}

.blog-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: var(--text-light);
}


.blog-content > h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;

    color: var(--teal-700);
    
    margin: 40px 0 40px 0;
}

.blog-content img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    margin: 12px 0;
}

#blog-skeleton {
    display: flex;
    flex-wrap: wrap;
}

#blog-container {
    transition: all 0.3s linear;
    width: 100%;
    /* padding: 0 30px; */
}
/* 
#blog-toc {
    width: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    opacity: 0;
} */

#blog-toc {
    width: 100%;
    display: none;
    height: auto;
    overflow: unset;
    padding: 16px;
    opacity: 1;
	margin: 10px 0;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #F6FAF2;
	border-radius: 16px;
}

#blog-toc > .toc-holder {
    top: 80px;
    transition: all 0.4s linear;
}

#blog-toc > .toc-holder > ul {
    padding: 14px 0;
    margin: 8px 0 0 0;
}

#blog-toc > .toc-holder > ul > li {
    padding: 0;
    margin: 12px 0;
    list-style: none;
}

#blog-toc > .toc-holder > ul > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    
    color: var(--text-secondary);
}

#blog-toc > .toc-holder > ul > li > a:hover {
    color: var(--text-secondary);
}

.blog-thumbnail > .mj-radius-img {
	margin: 20px 0px;
	border-radius: 20px;
	width: 100%;
}

#web-view-subscribe {
	display: block;
}

#mobile-view-subscribe {
	display: none;
}

.border-gray {
	color: #d6d6d6;
}

.email-input {
	display: flex;
	flex-direction: row;
}

#submit-btn {
	justify-content: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

#whatsapp-tooltip-content {
    cursor: pointer;
}

.news-img {
    width: 100%;
}

@media all and (max-width: 990px) {
	#web-view-subscribe {
		display: none;
	}

	#mobile-view-subscribe {
		display: block;
	}

	#blog-container {
		width: 100%;
	}

	#blog-toc.ready {
		margin: 10px 0 -24px 0;
	}
}

@media all and (min-width: 1200px) {
    #submit-btn {
        width: fit-content;
        margin-left: calc(var(--bs-gutter-x)* -0.5);
        margin-right: calc(var(--bs-gutter-x)* -0.5);
    }
}

#toc-list > ol > li > a {
    color: var(--text-soft);
}

#toc-list > ol > li > a:hover {
    color: var(--text-secondary);
}

#article-body {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    letter-spacing:0.5px;
}

#article-body > :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
    color: var(--text-secondary);
    text-align: unset;
}

#article-body img {
    width: 100%;
}

.mj-card-collapsible-body .mj-title-text {
    color: var(--text-main);
}

.breadcrumb-item > .active {
    color: var(--teal-800);
}



.mj-pers-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mj-pers-heading label {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #525252;
}

.mj-pers-heading a {
    color: var(--teal-800);
    display: inline-block;
    margin: 0 4px;
}

.mj-pers-share {
    display: flex;
    gap: 1em;
    font-size: 20px;
}
