.svrw-latest-posts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 35px;
	color: #1d1d1d;
}

.svrw-latest-posts .svrw-latest-post {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.svrw-latest-posts .svrw-latest-post-title {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #f9c400;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.svrw-latest-posts .svrw-latest-post-title a {
	color: #1d1d1d;
	text-decoration: none;
}

.svrw-latest-posts .svrw-latest-post-title a:hover {
	text-decoration: underline;
	text-decoration-color: #f9c400;
}

.svrw-latest-post-date {
	margin-top: 9px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.svrw-latest-post-excerpt {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.5;
}

.svrw-latest-post-button-wrapper {
	margin-top: 12px;
}

.svrw-latest-posts .svrw-latest-post-button {
	display: inline-block;
	padding: 10px 11px;
	border: 4px solid #ffe27a;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px #fff;
	background: #ffc400;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.svrw-latest-posts .svrw-latest-post-button:hover {
	background: #eeb700;
	color: #111;
}

.svrw-latest-posts a:focus-visible {
	outline: 2px solid #1d1d1d;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.svrw-latest-posts {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.svrw-latest-posts .svrw-latest-post-title {
		font-size: 21px;
	}
}

.svrw-posts-pagination {
	margin-top: 32px;
}

.svrw-posts-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.svrw-posts-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.svrw-posts-pagination a.page-numbers,
.svrw-posts-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	border: 2px solid #ffe27a;
	border-radius: 999px;
	color: #111;
	background: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
}

.svrw-posts-pagination .page-numbers.current,
.svrw-posts-pagination a.page-numbers:hover {
	background: #ffc400;
	color: #111;
}

.svrw-posts-pagination .page-numbers.current {
	font-weight: 700;
}

.svrw-posts-pagination a:focus-visible {
	outline: 2px solid #1d1d1d;
	outline-offset: 3px;
}

.svrw-posts-pagination span.dots {
	border-color: transparent;
}
