/*
 * TR Immigration - Visa Bulletin month pages
 *
 * Tables inherit the tracker's own styling. This file only handles the page
 * furniture around them.
 */

.tr-vbp {
	font-family: var(--font-body);
}

.tr-vbp-lede {
	margin: 0 0 var(--sp-6);
	max-width: 62ch;
	font-size: var(--fs-note);
	line-height: var(--lh-body);
	color: var(--ink-soft);
}

.tr-vbp-sec {
	margin-block-end: var(--sp-7);
}

.tr-vbp-h2 {
	margin: 0 0 var(--sp-2);
	font-family: var(--font-head);
	font-size: var(--fs-h3);
	font-weight: 500;
	line-height: var(--lh-head);
	color: var(--ink);
}

.tr-vbp-note {
	margin: 0 0 var(--sp-4);
	max-width: 62ch;
	font-size: var(--fs-note);
	line-height: var(--lh-body);
	color: var(--ink-soft);
}

/* Wide tables scroll rather than squash on a narrow screen. */
.tr-vbp-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tr-vbp-foot {
	margin-block-start: var(--sp-7);
	padding-block-start: var(--sp-5);
	border-block-start: var(--edge) solid var(--rule);
}

.tr-vbp-source {
	margin: 0 0 var(--sp-5);
	font-size: var(--fs-note);
	line-height: var(--lh-body);
	color: var(--ink-soft);
}

.tr-vbp-head {
	margin: 0 0 var(--sp-3);
	font-size: var(--fs-tag);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--ink);
}

.tr-vbp-months {
	margin: 0 0 var(--sp-5);
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-2) var(--sp-4);
}

.tr-vbp-months a,
.tr-vbp-tool a,
.tr-vbp-source a {
	color: var(--gold-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tr-vbp-tool {
	margin: 0;
	font-size: var(--fs-note);
}

@media (max-width: 700px) {
	.tr-vbp-h2 { font-size: var(--fs-h4); }
}
