.is-legacy-post .entry-title {
	line-height: 1.4em;
}

.is-legacy-post .entry-content {
	border: 0px solid #ff0000;
	line-height: 1.7em;
}

.is-legacy-post .legacy-info-box {
	background: #ffd208;
	padding: 2em;
	margin: 1em 0 2em 0;
}

.is-legacy-post .legacy-info-box a {
	color: #000000;
	text-decoration: underline;
}
.is-legacy-post .legacy-info-box a:hover {
	text-decoration: none;
}

.is-legacy-post .legacy-post-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 64px;
	margin: 1em 0;
	padding: 22px 20px;
	background: #ffd208;
	color: #000000;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.is-legacy-post .legacy-post-btn::after {
	content: "\203A";
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	transform: translateY(-1px);
}

.is-legacy-post .legacy-post-btn:hover,
.is-legacy-post .legacy-post-btn:focus {
	background: #222f5b;
	color: #ffffff;
	text-decoration: none;
}

.is-legacy-post .legacy-post-btn:focus-visible {
	outline: 2px solid #222f5b;
	outline-offset: 3px;
}

.is-legacy-post .legacy-post-btn--small {
	min-height: 52px;
	padding: 16px 18px;
	font-size: 11px;
	letter-spacing: 5px;
}

.is-legacy-post .legacy-post-btn--large {
	min-height: 72px;
	padding: 26px 24px;
	font-size: 13px;
	letter-spacing: 7px;
}

.is-legacy-post .vsma-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0 2em 0 !important;
	border: 10px solid #ff0000;
}

.is-legacy-post .vsma-table th,
.is-legacy-post .vsma-table td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.is-legacy-post .vsma-table th {
  width: 40%;
  font-weight: 600;
}
.is-legacy-post .vsma-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
