.pm-diagram {
	width: 504px;
	height: 504px;
	position: relative;
	display: flex;
}
.pm-diagram [class^="pm-lay"] {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.pm-diagram .pm-lay1 { background-image: url('/images/pembelajaran-mendalam/pm-lay1.svg'); }
.pm-diagram .pm-lay2 { background-image: url('/images/pembelajaran-mendalam/pm-lay2.svg'); }
.pm-diagram .pm-lay3 { background-image: url('/images/pembelajaran-mendalam/pm-lay3.svg'); }
.pm-diagram .pm-lay4 { background-image: url('/images/pembelajaran-mendalam/pm-lay4.svg'); }
.pm-diagram .pm-lay5 { background-image: url('/images/pembelajaran-mendalam/pm-lay5.svg'); }

.pm-info {
	border-left: 4px solid black;
	padding: 16px 24px;
}

.pm-info1 { border-left-color: #F0F4F8; }
.pm-info2 { border-left-color: #209CD8; }
.pm-info3 { border-left-color: #F3733F; }
.pm-info4 { border-left-color: #0F5A91; }

.pm-tab {
	width: 50%;
	align-self: center;
}
.pm-tab [class^="olah"] {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-color: #E1E7EF;
	color: #0F172A;
	font-size: 20px;
	font-weight: 600;
}
.pm-tab [class^="olah"].active {
	margin: 0;
}
.pm-tab [class^="olah"].active:hover {
	background-color: transparent;
}

.pm-tab .olah-1.active, .pm-tab .olah-1:hover { border-bottom-color: #0EA5E9; color: #0EA5E9; }
.pm-tab .olah-2.active, .pm-tab .olah-2:hover { border-bottom-color: #14B8A6; color: #14B8A6; }
.pm-tab .olah-3.active, .pm-tab .olah-3:hover { border-bottom-color: #16A34A; color: #16A34A; }
.pm-tab .olah-4.active, .pm-tab .olah-4:hover { border-bottom-color: #84CC16; color: #84CC16; }

.pm-tabc {
	border: none;
}

.imageboxfit.pmka {
	width: 580px;
	height: 420px;
}

.imageboxfit.kodingka-st {
	width: 340px;
	height: 232px;
}

.kompetensi-check {
	display: flex;
	flex-direction: column;
	gap: 8px;
    padding: 0 !important;
    margin: 0 !important;
}
.kompetensi-check > li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	background-color: var(--clr-white);
	border-radius: 8px;
	font-weight: 400;
    font-size: 16px;
	line-height: 155%;
    padding: 0;
}
.kompetensi-check > li:before {
    content: "";
    width: 20px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/ico-check-green.svg);
    flex-shrink: 0;
}

.kompetensi-check ul,
.kompetensi-check ol {
    margin-bottom: 0 !important;
}

.footnote-list {
	border-radius: 8px;
	padding: 24px;
	background-color: #F0F4F8;
}

.footnote-list ul {
	list-style: none;
	padding-left: 1em;
    margin: 0;
}

.footnote-list ul li {
	position: relative;
    padding-bottom: 8px;
}

.footnote-list ul li:last-child {
    padding-bottom: 0;
}

.footnote-list ul li::before {
    left: -14px;
	position: absolute;
	content: '*';
	margin-right: 0.5em;
}

.imm-cta {
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/images/imm-cta-bg.svg');
	overflow: hidden;
}
.imm-cta .button {
	font-size: 16px;
	padding: 12px 24px;
}
.imm-cta.wide {
	background-image: url('/images/imm-cta-bg-wide.svg');
}
.imm-cta p {
	font-size: 20px;
	color: white;
}
.imm-cta .info {
	padding: 32px 0 32px 40px;
}
.imm-cta .img-fill {
	height: 100%;
    max-height: 251px;
}
.imm-cta.wide .img-fill {
    height: 100%;
    max-height: 324px;
}
.imm-cta.wide h1 {
	font-size: 36px;
	color: white;
	font-weight: 500;
	text-wrap: balance;
}
.imm-cta.wide p {
	font-size: 16px;
	color: white;
	text-wrap: balance;
}