/* Main wrapper */
.sml-media-listing {
	display: block;
}

/* Featured grid */
.sml-featured-section {
	margin: 0 0 3rem;
}

.sml-featured-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 30px;
	row-gap: 30px;
}

.sml-featured-card {
	display: flex;
	flex-direction: column;
}

.sml-featured-thumb {
	margin: 0 0 1rem;
}

.sml-featured-thumb img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.sml-featured-content {
	display: block;
}

.sml-media-date {
	margin: 0 0 0.25rem;
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom:0.25rem!important;
}

.sml-featured-content .sml-media-title {
	max-width: 90%;
}

.sml-media-title {
	margin: 0 0 0.15rem;
	max-width: 80%;
	color: #14172b;
	font-family: "Source Serif Pro", serif;
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 500;
}

.sml-featured-summary {
	margin: 0 0 0.75rem;
}

.sml-featured-summary p {
	margin: 0 0 0.75rem;
}

.sml-featured-summary p:last-child {
	margin-bottom: 0;
}

.sml-featured-action {
	margin: 1rem 0 0;
}

.sml-media-listing a.sml-media-button,
.sml-featured-section a.sml-media-button,
.sml-archive-section a.sml-media-button {
	display: inline-block !important;
	width: auto !important;
	max-width: fit-content!important;
	background: #ffffff!important;
	background-color: #ffffff!important;
	border: none;
	color: #14172b !important;
	padding: 5px 0px !important;
	text-decoration: none !important;
	line-height: 1.2;
	box-shadow: none !important;
}

.sml-media-listing a.sml-media-button:hover,
.sml-media-listing a.sml-media-button:focus,
.sml-featured-section a.sml-media-button:hover,
.sml-featured-section a.sml-media-button:focus,
.sml-archive-section a.sml-media-button:hover,
.sml-archive-section a.sml-media-button:focus {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #14172b !important;
	border-color: #14172b !important;
	opacity: 1 !important;
}


/* Archive list */
.sml-archive-section {
	display: block;
}

.sml-year-group {
	margin: 0 0 2.5rem;
}

.sml-year-heading {
	margin: 0 0 1rem;
	color: #14172b;
	font-family: "Source Serif Pro", serif;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
}

.sml-archive-item {
	padding: 0 0 1rem;
	margin: 0 0 1rem;
	border-bottom: 1px solid #d9d9d9;
}

.sml-archive-item:last-child {
	margin-bottom: 0;
}

.sml-media-title--archive {
	font-size: 1.5rem;
	margin-bottom: 0.25rem;
}

.sml-media-date--archive {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
}

.sml-archive-link-wrap {
	margin: 0;
}

.sml-archive-link {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.sml-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 15px;
		row-gap: 24px;
	}
}

@media (max-width: 767px) {
	.sml-featured-grid {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.sml-media-title {
		font-size: 1.65rem;
	}

	.sml-year-heading {
		font-size: 1.65rem;
	}

	.sml-media-title--archive {
		font-size: 1.25rem;
	}
}

.sml-archive-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.sml-archive-text {
	flex: 1 1 auto;
	min-width: 0;
}

.sml-archive-link-wrap {
	margin: 0;
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
}

/* Only stack on smaller phones */
@media (max-width: 767px) {
	.sml-archive-main {
		display: block;
	}

	.sml-archive-link-wrap {
		margin-top: 0.5rem;
		text-align: left;
		white-space: normal;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.sml-archive-main {
		display: flex !important;
		justify-content: space-between;
		align-items: flex-start;
	}

	.sml-archive-link-wrap {
		text-align: right;
		white-space: nowrap;
		margin-top: 0;
	}
}

.sml-archive-section a.sml-archive-link.inbodylink {
    color: #14172b !important;
}

.sml-archive-section a.sml-archive-link.inbodylink:hover,
.sml-archive-section a.sml-archive-link.inbodylink:focus,
.sml-archive-section a.sml-archive-link.inbodylink:visited {
    color: #14172b !important;
}

.sml-archive-link.inbodylink {
    color: #14172b !important;
}

.sml-archive-link.inbodylink:hover,
.sml-archive-link.inbodylink:focus {
    color: #14172b !important;
}