.mcr-course-resources {
	margin: 0 0 1.5em;
}

.mcr-course-resources__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mcr-course-resources__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	background: #2b2b2b;
	color: #fff !important;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 0.15s ease, opacity 0.15s ease;
}

.mcr-course-resources__link:hover,
.mcr-course-resources__link:focus {
	background: #1a1a1a;
	color: #fff !important;
	opacity: 0.95;
}

.mcr-course-resources__icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 1.1em;
	height: 1.1em;
}

.mcr-course-resources__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.mcr-course-resources__label {
	min-width: 0;
}
