:root {
	--jst-key: #8b2f2f;
	--jst-key-dark: #682020;
	--jst-paper: #f7f5ef;
	--jst-border: #ddd6c7;
	--jst-text: #333;
}

.jst-info-card,
.jst-access,
.jst-sources,
.jst-lodging {
	box-sizing: border-box;
	margin: 1.75em 0;
	color: var(--jst-text);
}

.jst-info-card {
	overflow: hidden;
	border: 1px solid var(--jst-border);
	border-radius: 6px;
	background: #fff;
}

.jst-verification {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1.25em;
	justify-content: space-between;
	padding: 0.75em 1em;
	background: var(--jst-paper);
	border-bottom: 1px solid var(--jst-border);
	font-size: 0.9em;
}

.jst-verification--visited {
	background: #edf5ed;
	border-color: #bfd5bf;
}

.jst-verification--recheck,
.jst-verification--unset {
	background: #fff4df;
	border-color: #ebd09c;
}

.jst-section-title {
	margin: 0;
	padding: 0.65em 0.8em;
	border: 0;
	background: var(--jst-key);
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.4;
}

.jst-info-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.jst-info-table th,
.jst-info-table td {
	padding: 0.8em 1em;
	border-top: 1px solid var(--jst-border);
	text-align: left;
	vertical-align: top;
}

.jst-info-table th {
	width: 30%;
	background: var(--jst-paper);
	font-weight: 600;
}

.jst-info-table a,
.jst-sources a {
	color: var(--jst-key);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.jst-access {
	padding: 1.25em;
	border-left: 4px solid var(--jst-key);
	background: var(--jst-paper);
}

.jst-access dl {
	margin: 1em 0 0;
}

.jst-access dt {
	margin-top: 1em;
	font-weight: 700;
}

.jst-access dt:first-child {
	margin-top: 0;
}

.jst-access dd {
	margin: 0.25em 0 0;
}

.jst-sources {
	padding-top: 1.25em;
	border-top: 1px solid var(--jst-border);
}

.jst-sources ul {
	margin: 1em 0 0;
}

.jst-source-note,
.jst-source-external-note,
.jst-affiliate-disclosure {
	font-size: 0.86em;
}

.jst-source-external-note {
	margin-top: -0.35em;
	color: #666;
}

.jst-external-mark {
	display: inline-block;
	margin-left: 0.3em;
	font-size: 0.8em;
	text-decoration: none;
}

.jst-lodging {
	padding: 0;
	border: 0;
	background: transparent;
}

.jst-affiliate-disclosure {
	margin: 1em 0;
	color: #665a4d;
}

.jst-lodging-title {
	margin: 0 0 1.25em;
	padding: 0.65em 0.8em;
	border: 0;
	background: var(--jst-key);
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.4;
}

.jst-lodging-description {
	margin: 0 0 1.25em;
}

.jst-lodging-action {
	margin: 1.25em 0;
}

.jst-lodging-button {
	display: block;
	box-sizing: border-box;
	width: 75%;
	margin: 0 auto;
	padding: 0.9em 1.4em;
	border-radius: 4px;
	background: #5f714a;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
}

.jst-lodging-button:visited {
	color: #fff !important;
}

.jst-lodging-button:hover,
.jst-lodging-button:focus {
	background: #4d5d3c;
	color: #fff !important;
}

@media (max-width: 600px) {
	.jst-info-table th,
	.jst-info-table td {
		display: block;
		width: auto;
	}

	.jst-info-table th {
		padding-bottom: 0.35em;
	}

	.jst-info-table td {
		padding-top: 0.35em;
	}

	.jst-lodging-button {
		width: 100%;
	}
}
