
.vsi-wrap {
	padding: 34px 24px 60px;
}

.vsi-container {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
}

.vsi-page-header {
	margin-bottom: 28px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
}

.vsi-page-header h1 {
	margin: 0 0 8px;
}

.vsi-page-header p {
	max-width: 760px;
	margin: 0;
}

.vsi-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.vsi-main-column,
.vsi-sidebar,
.vsi-theme-sidebar {
	min-width: 0;
}

.vsi-section {
	margin-bottom: 42px;
}

.vsi-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: 3px solid #253f70;
}

.vsi-section-heading h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.2;
}

.vsi-section-heading > a {
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
}

.vsi-issues-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 24px;
}

.vsi-issue-card {
	margin: 0;
}

.vsi-issue-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border: 1px solid #e1e1e1;
}

.vsi-issue-card__image.has-cover {
	background-color: transparent;
}

.vsi-issue-card__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #777;
}

.vsi-issue-card__content {
	padding-top: 11px;
}

.vsi-issue-card__period,
.vsi-post-card__meta,
.vsi-sidebar-post__meta,
.vsi-issue-single__period,
.vsi-issue-single__date {
	margin-bottom: 5px;
	font-size: .82rem;
	color: #6b6b6b;
}

.vsi-issue-card__title {
	margin: 0 0 8px;
	font-size: 1rem;
	line-height: 1.25;
}

.vsi-issue-card__title a,
.vsi-post-card h3 a,
.vsi-sidebar-post h3 a {
	color: inherit;
	text-decoration: none;
}

.vsi-issue-card__summary {
	margin: 0 0 8px;
	font-size: .9rem;
	line-height: 1.45;
}

.vsi-pagination {
    margin-top: 34px;
}

.vsi-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vsi-pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.vsi-pagination a.page-numbers,
.vsi-pagination span.page-numbers {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid #d2d7df;
    background: #fff;
    text-decoration: none;
    line-height: 1;
}

.vsi-pagination a.page-numbers:hover,
.vsi-pagination a.page-numbers:focus,
.vsi-pagination span.page-numbers.current {
    border-color: #253f70;
}

.vsi-pagination span.page-numbers.current {
    background: #253f70;
    color: #fff;
    font-weight: 700;
}

.vsi-pagination .prev,
.vsi-pagination .next {
    width: auto;
}

.vsi-text-link,
.vsi-sidebar-section__more {
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
}

.vsi-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 24px;
}

.vsi-post-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 0;
}

.vsi-post-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #eee;
}

.vsi-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vsi-post-card__body h3 {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.25;
}

.vsi-post-card__body p {
	margin: 0;
	font-size: .88rem;
	line-height: 1.45;
}

.vsi-sidebar {
	position: relative;
}

.vsi-sidebar-section {
	margin-bottom: 30px;
}

.vsi-sidebar-section__heading {
	margin-bottom: 12px;
	padding-bottom: 7px;
	border-bottom: 3px solid #253f70;
}

.vsi-sidebar-section__heading h2 {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.2;
}

.vsi-sidebar-posts {
	display: grid;
	gap: 13px;
}

.vsi-sidebar-post {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4;
}

.vsi-sidebar-post__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eee;
}

.vsi-sidebar-post__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vsi-sidebar-post h3 {
	margin: 0 0 5px;
	font-size: .9rem;
	line-height: 1.25;
}

.vsi-sidebar-section__more {
	display: inline-block;
	margin-top: 10px;
}

.vsi-ad-zone {
	margin-bottom: 30px;
	text-align: center;
}

.vsi-ad-label {
	margin-bottom: 6px;
	font-size: .68rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #777;
}

.vsi-sidebar-widget {
	margin: 0;
}

.vsi-sidebar-widget > :first-child {
	margin-top: 0;
}

.vsi-sidebar-widget > :last-child {
	margin-bottom: 0;
}

.vsi-issue-single__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 32px;
	align-items: start;
	margin-bottom: 32px;
}

.vsi-issue-single__cover img {
	display: block;
	width: 100%;
	height: auto;
}

.vsi-issue-single__content {
	margin-bottom: 40px;
}

.vsi-embed-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: max(60%, 326px);
}

.vsi-embed-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 980px) {
	.vsi-layout {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 28px;
	}

	.vsi-issues-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vsi-post-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.vsi-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.vsi-layout {
		grid-template-columns: 1fr;
	}

	.vsi-sidebar {
		margin-top: 10px;
	}

	.vsi-issues-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}

	.vsi-issue-single__header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.vsi-issues-grid {
		grid-template-columns: 1fr;
	}

	.vsi-post-card {
		grid-template-columns: 110px minmax(0, 1fr);
	}
}


.vsi-issue-single__intro h1 {
	margin-bottom: 8px;
}

.vsi-issue-single__views {
	margin-bottom: 24px;
	font-size: .9rem;
	color: #6b6b6b;
	line-height: inherit;
}

.vsi-issue-single__views-inner {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: inherit;
	white-space: nowrap;
	line-height: inherit;
	vertical-align: middle;
}

.vsi-issue-single__views .vsi-views-icon {
	display: block;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: currentColor;
	margin: 0;
}

.vsi-issue-single__views-count {
	display: block;
	line-height: inherit;
	vertical-align: middle;
}

.vsi-issue-single__embed {
	margin-top: 0;
}

.vsi-issue-comments {
	margin-top: 42px;
}

.vsi-issue-comments > :first-child {
	margin-top: 0;
}


/* v1.7.10: render the standard widget area directly so it works consistently on the custom archive and Issue detail templates. */
.vsi-theme-sidebar {
	min-width: 0;
}

.vsi-theme-sidebar > .ct-sidebar,
.vsi-theme-sidebar > aside,
.vsi-theme-sidebar .ct-sidebar {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 760px) {
	.vsi-theme-sidebar {
		margin-top: 10px;
	}
}


/* Keep the standard sidebar aligned with the top of the Past Issues content. */
.vsi-theme-sidebar {
	align-self: start;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.vsi-theme-sidebar__inner {
	position: static !important;
	top: auto !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	width: 100%;
	max-width: 100%;
}

.vsi-theme-sidebar__inner > :first-child {
	margin-top: 0 !important;
}


/* v1.7.12: match the site-wide 1290px container and use Blocksy native sidebar rendering. */
.vsi-theme-sidebar > .ct-sidebar {
	margin-top: 0 !important;
}

@media (max-width: 1200px) {
	.vsi-container {
		max-width: 100%;
	}
}
