.recent-pages {
	padding: 0 15px;
	margin-bottom: var(--space-16);
}

/* Header */
.recent-pages .widget-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.recent-pages .widget-header .widget-title {
	font-family: var(--font-display);
	font-size: 26px;
	line-height: 54px;
	font-weight: 900;
	letter-spacing: 0;
	color: var(--navy-blue);
	text-transform: uppercase;
}

.recent-pages .slides {
	background-color: var(--off-white);
	padding: 17px 20px 12px 20px;
	display: flex;
	flex-direction: column;
	border-bottom: 5px solid var(--blue);
}

.recent-pages .slides .slide {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 6px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(209, 210, 212, 0.5);
}
.recent-pages .slides .slide::before:last-child {
	display: none;
}
.recent-pages .slides .slide:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 6px;
}

/* Text */
.recent-pages .slides .slide .title {
	font-family: var(--font-display-alt);
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0;
	color: var(--navy-blue);
}

.recent-pages .slides .slide .read-more {
	font-family: var(--font-display-alt2);
	font-size: 11px;
	line-height: 19px;
	letter-spacing: .02em;
	font-weight: bold;
	color: var(--blue);
	text-transform: uppercase;
}
.recent-pages .slides .slide .read-more > i {
	margin-left: 1px;
	margin-bottom: -5px;
	font-size: 1.3em;
	position: relative;
	bottom: -1px;
}

@media (min-width: 40em) {
	.recent-pages .widget-header {
		margin-bottom: var(--space-3);
	}
	.recent-pages .widget-header .widget-title {
		font-size: 40px;
	}

	.recent-pages .slides .slide .title {
		font-size: 22px;
		line-height: 25px;
		font-weight: 500;
		margin-bottom: var(--space-3);
	}

	.recent-pages .slides .slide .read-more {
		font-size: 16px;
		line-height: 27px;
	}
	.recent-pages .slides .slide .read-more > i { bottom: -2px; }
}

@media (min-width: 64em) {
	.recent-pages { margin-bottom: var(--space-24); }

	.recent-pages .slides {
		flex-direction: row;
		justify-content: space-around;
		padding: 35px 40px;
		margin: 0 auto;
		max-width: 1170px;
	}

	.recent-pages .slides .slide {
		border: none;
		max-width: 20%;	
	}
	.recent-pages .slides .slide:nth-child(1),
	.recent-pages .slides .slide:nth-child(2),
	.recent-pages .slides .slide:nth-child(3) {
		padding-right: 20px;
		border-right: 2px solid rgba(89, 89, 89, .1);
		min-width: 200px;
	}

	.recent-pages .slides .slide .title {
		min-height: 50px;
	}
}
