body {
    background: #FFF;
}

section.mj-hero {
	padding-bottom: 12px;
}

.mj-card-display.h-coverage {
    display: flex;
    flex-direction: column;
}

.h-assets img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.h-assets-dl {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.h-assets-dl img {
    width: 90%;
    height: 120px;
    object-fit: contain;
}

.h-coverage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.h-coverage .mj-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.h-coverage-cta {
    margin: 12px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex: 1;
}

.h-coverage-cta > a {
    display: block;
    width: fit-content;
    margin-right: 12px;
}

.h-coverage-cta img {
    height: 32px;
    width: auto;
    margin-right: 12px;
    object-fit: contain;
}

#slider-image-assets img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.h-menyapa {
    padding: 0 24px;
}

/* READ */
.mj-pers-related-body ul {
    padding: 0;
    margin: 0;
}

.mj-pers-related-body ul li {
    list-style: none;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 0;
    align-items: flex-start;
}

.mj-pers-related-body ul li span.pers-idx {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #525252;
    flex-basis: 40px;
}

.mj-pers-related-body ul li .mj-pers-related-title {
    flex: 1;
}

.mj-pers-related-body ul li .mj-pers-related-title a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--teal-800);
}

.mj-pers-related-body ul li .mj-pers-related-title span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #525252;
    display: block;
    margin: 4px 0 0 0;
}

.mj-pers-related-footer {
    padding: 24px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.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-content {
    padding-top: 55px;
	color: #525252;
}

.mj-pers-content h4 {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 0 0 40px 0;
    color: #1D1D1D;
}

.mj-pers-content h5 {
    font-family: 'Metropolis', sans-serif;
    margin: 0 0 24px 0;
    padding: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.mj-pers-content p {
    margin: 0 0 24px 0;
    padding: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.mj-pers-content h2,
.mj-pers-content h3 {
    margin: 0 0 24px 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.mj-pers-content ul {
    padding: 0 0 0 10px;
    margin-bottom: 32px;
}

.mj-pers-content ul > li {
    padding-bottom: 8px;
    text-align: justify;
    font-size: 14px;
}

.mj-pers-content img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.mj-pers-footer {
	color: #525252;
}

.mj-pers-footer p {
    margin: 0 0 25px 0;
    text-align: justify;
}

.mj-pers-footer ul {
    padding: 0;
    margin: 0;
}

.mj-pers-footer li {
    list-style: none;
}

.mj-pers-footer li a {
    font-weight: 400;
}

.mj-pers-img-release {
    padding: 40px 0;
}

.mj-pers-img-wrapper {
    display: flex;
    margin-top: 24px;
}

.mj-pers-img-wrapper > .img-wrapper {
    display: flex;
    flex-basis: 25%;
    padding: 12px;
}

.mj-pers-img-wrapper > .img-wrapper > a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.news-img {
	width: 100%;
	border-radius: 24px;
}

.news-suggestion {
	border-left: 1px solid #D6D6D6;
	padding-left: 24px;
}

.year-filter{
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin: 12px 0;
}

.mj-capsule.active {
	background: #EAF8F7;
	color: #21928F;
}

.line {
	margin-left: -25px;
	border-bottom: 1px solid #D6D6D6;
}

.year-filter-items {
	cursor: pointer;
}

#news-holder {
	position: relative;
}

.highlight-img {
	height: 290px;
	overflow: hidden;
	border-radius: 24px;
}

.highlight-img img {
	height: 290px;
	width: 100%;
	object-fit: cover;
}

.news-title-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.news-center-img {
	height: 124px;
	overflow: hidden;
	border-radius: 16px;
}

.news-center-img img {
	height: 124px;
	width: 100%;
	object-fit: cover;
}

#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);
}

.card-blog-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s-impact {
    height: 357px !important;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .mj-hero-fit-top .container {
        padding: 0 !important;
    }

    .mj-section-hero .mj-section-hero-content.blue-rtl {
        background: linear-gradient(-130deg, #D4F0F0 0%, rgba(227, 241, 216, 0) 25%), linear-gradient(-130deg, #E3F1D8 0%, rgba(169, 226, 225, 0) 50%, rgba(212, 240, 240, 0) 100%), #FFF;
        border-radius: 0 !important;
    }

	.highlight-img {
		height: 240px;
	}
	
	.highlight-img img {
		height: 240px;
	}

	.news-title-section {
		flex-direction: column;
		align-items: start;
		gap: 16px;
	}

	.news-center-img {
		height: 240px;
	}
	
	.news-center-img img {
		height: 240px;
	}

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

    .s-impact {
        height: auto !important;
        object-fit: unset !important;
    }
}
