.phorte-learning-220 {
	--phorte-learning-220-section-bg: #070707;
	--phorte-learning-220-card-bg: rgba(255, 255, 255, .05);
	--phorte-learning-220-text-color: #fff;
	--phorte-learning-220-copy-color: rgba(255, 255, 255, .62);
	--phorte-learning-220-accent: #ef2f35;
	--phorte-learning-220-border: rgba(255, 255, 255, .12);
	--phorte-learning-220-title-size: 34px;
	--phorte-learning-220-body-size: 13px;
	--phorte-learning-220-module-size: 18px;
	--phorte-learning-220-section-padding: 64px;
	--phorte-learning-220-card-padding: 20px;
	--phorte-learning-220-card-radius: 12px;
	--phorte-learning-220-card-gap: 13px;
	--phorte-learning-220-layout-gap: 52px;
	padding: var(--phorte-learning-220-section-padding) 0;
	background: var(--phorte-learning-220-section-bg);
	color: var(--phorte-learning-220-text-color);
}

.phorte-learning-220 { background: transparent !important; padding: 0 !important; width: 100% !important; max-width: none !important; }
.phorte-learning-220__inner { width: 100% !important; max-width: none !important; margin: 0 !important; }

.phorte-learning-220__inner {
	width: min(1220px, calc(100% - 40px));
	margin: 0 auto;
}

.phorte-learning-220__layout {
	display: grid;
	grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
	gap: var(--phorte-learning-220-layout-gap);
	align-items: start;
}

.phorte-learning-220__intro {
	min-width: 0;
}

.phorte-learning-220__title {
	margin: 0;
	color: var(--phorte-learning-220-text-color) !important;
	font-size: var(--phorte-learning-220-title-size);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.06;
}

.phorte-learning-220__intro-copy {
	max-width: 310px;
	margin: 19px 0 0;
	color: var(--phorte-learning-220-copy-color) !important;
	font-size: var(--phorte-learning-220-body-size);
	font-weight: 600;
	line-height: 1.75;
}

.phorte-learning-220__list {
	display: grid;
	gap: var(--phorte-learning-220-card-gap);
	min-width: 0;
}

.phorte-learning-220__module {
	min-width: 0;
	border: 1px solid var(--phorte-learning-220-border);
	border-radius: var(--phorte-learning-220-card-radius);
	background: var(--phorte-learning-220-card-bg);
	overflow: hidden;
}

.phorte-learning-220__summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: var(--phorte-learning-220-card-padding);
	color: var(--phorte-learning-220-text-color) !important;
	cursor: pointer;
	font-size: var(--phorte-learning-220-module-size);
	font-weight: 900;
	line-height: 1.2;
	list-style: none;
}

.phorte-learning-220__summary::-webkit-details-marker {
	display: none;
}

.phorte-learning-220__summary-main {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	min-width: 0;
}

.phorte-learning-220__module-title {
	min-width: 0;
}

.phorte-learning-220__number {
	display: inline-grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	margin: -2px 0 0 -2px;
	border-radius: 50%;
	background: var(--phorte-learning-220-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.phorte-learning-220__hours {
	color: var(--phorte-learning-220-copy-color) !important;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.phorte-learning-220__toggle {
	position: relative;
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	color: var(--phorte-learning-220-accent);
}

.phorte-learning-220__toggle::before,
.phorte-learning-220__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 1px;
	background: currentColor;
	content: '';
	transform: translate(-50%, -50%);
}

.phorte-learning-220__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.phorte-learning-220__module[open] .phorte-learning-220__toggle::after {
	display: none;
}

.phorte-learning-220__description {
	margin: calc(var(--phorte-learning-220-card-padding) * -1 + 8px) 0 0;
	padding: 0 var(--phorte-learning-220-card-padding) var(--phorte-learning-220-card-padding);
	color: var(--phorte-learning-220-copy-color) !important;
	font-size: var(--phorte-learning-220-body-size);
	font-weight: 500;
	line-height: 1.75;
}

.phorte-learning-220__description p {
	margin: 0;
	color: inherit !important;
}

.phorte-learning-220--standard,
.phorte-learning-220--commerce,
.phorte-learning-220--figma {
	--phorte-learning-220-section-bg: #fff;
	--phorte-learning-220-card-bg: #fff;
	--phorte-learning-220-text-color: #151515;
	--phorte-learning-220-copy-color: #657084;
	--phorte-learning-220-accent: #e62f37;
	--phorte-learning-220-border: #e1e4e9;
}

.phorte-learning-220--standard .phorte-learning-220__module,
.phorte-learning-220--commerce .phorte-learning-220__module,
.phorte-learning-220--figma .phorte-learning-220__module {
	box-shadow: 0 20px 45px rgba(0, 0, 0, .07);
}

@media (max-width: 900px) {
	.phorte-learning-220__layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.phorte-learning-220__intro-copy {
		max-width: 620px;
	}
}

@media (max-width: 767px) {
	.phorte-learning-220 {
		padding: 52px 0;
	}

	.phorte-learning-220__inner {
		width: calc(100% - 32px);
	}

	.phorte-learning-220__title {
		font-size: clamp(28px, 9vw, var(--phorte-learning-220-title-size));
	}

	.phorte-learning-220__summary {
		padding: 17px;
	}

	.phorte-learning-220__description {
		padding-right: 17px;
		padding-bottom: 17px;
		padding-left: 17px;
	}
}
