.hmf-app {
	--hmf-paper: #f7f8f7;
	--hmf-paper-light: #fff;
	--hmf-ink: #18201b;
	--hmf-muted: #4f5952;
	--hmf-rule: #8a948d;
	--hmf-control-border: #8a948d;
	--hmf-red: #e84d36;
	--hmf-red-dark: #cf3e2a;
	--hmf-navy: #0a3161;
	--hmf-world-blue: #3979a8;
	--hmf-olive: #287257;
	--hmf-shadow: 0 14px 40px rgb(24 32 27 / 8%);
	--hmf-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--hmf-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--hmf-utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	container: hmf-app / inline-size;
	container-type: inline-size;
	position: relative;
	width: 100%;
	min-width: 0;
	margin: 24px auto;
	color: var(--hmf-ink);
	font-family: var(--hmf-body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	text-align: left;
}

.hmf-app,
.hmf-app * {
	box-sizing: border-box;
}

.hmf-app [hidden] {
	display: none !important;
}

.hmf-app button,
.hmf-app input,
.hmf-app select,
.hmf-app textarea {
	font: inherit;
}

.hmf-app button,
.hmf-app a,
.hmf-app input,
.hmf-app select,
.hmf-app textarea {
	min-height: 44px;
}

.hmf-app button:focus-visible,
.hmf-app input:focus-visible,
.hmf-app select:focus-visible,
.hmf-app textarea:focus-visible,
.hmf-app a:focus-visible {
	outline: 3px solid var(--hmf-red);
	outline-offset: 3px;
}

.hmf-skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 30;
	padding: 10px 14px;
	color: #fff;
	background: var(--hmf-ink);
	font-weight: 750;
	transform: translateY(-180%);
}

.hmf-skip-link:focus {
	transform: translateY(0);
}

.hmf-nav {
	display: flex;
	gap: 4px;
	margin: 0 0 14px;
	padding: 4px;
	overflow-x: auto;
	border: 1px solid var(--hmf-rule);
	border-radius: 9px;
	background: var(--hmf-paper-light);
	scrollbar-width: thin;
}

.hmf-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: max-content;
	padding: 9px 14px;
	border-radius: 6px;
	color: var(--hmf-ink);
	font-size: 13px;
	font-weight: 720;
	text-decoration: none;
}

.hmf-nav__link:hover,
.hmf-nav__link.is-current {
	color: #fff;
	background: var(--hmf-ink);
}

.hmf-app__content {
	min-width: 0;
}

.hmf-converter {
	padding: clamp(12px, 2.8cqi, 28px);
	border: 1px solid var(--hmf-rule);
	border-radius: 14px;
	background: var(--hmf-paper-light);
	box-shadow: var(--hmf-shadow);
}

.hmf-converter__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.hmf-segmented,
.hmf-catalogue-switch {
	display: inline-flex;
	gap: 3px;
	padding: 3px;
	border: 1px solid var(--hmf-rule);
	border-radius: 8px;
	background: var(--hmf-paper);
}

.hmf-segmented__button,
.hmf-catalogue-switch__button {
	min-height: 40px;
	padding: 8px 13px;
	border: 0;
	border-radius: 5px;
	color: var(--hmf-muted);
	background: transparent;
	cursor: pointer;
	font-size: 12px;
	font-weight: 760;
}

.hmf-segmented__button[aria-pressed="true"] {
	color: #fff;
	background: var(--hmf-ink);
}

.hmf-catalogue-switch__button[aria-pressed="true"] {
	color: #fff;
	background: var(--hmf-red-dark);
}

.hmf-converter__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--hmf-rule);
	border-radius: 11px;
	background: var(--hmf-paper-light);
}

.hmf-entry {
	position: relative;
	z-index: 2;
	min-width: 0;
	padding: clamp(22px, 3.5cqi, 42px);
	border-right: 1px solid var(--hmf-rule);
	background: var(--hmf-paper-light);
}

.hmf-entry__filing {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 25px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--hmf-rule);
	color: var(--hmf-muted);
	font: 700 10px/1.35 var(--hmf-utility);
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hmf-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.hmf-field {
	display: grid;
	min-width: 0;
	gap: 7px;
}

.hmf-field--wide {
	grid-column: 1 / -1;
}

.hmf-app .hmf-field > label,
.hmf-app label.hmf-field > span:first-child,
.hmf-app .hmf-ridiculousness label {
	color: var(--hmf-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.hmf-field small {
	color: var(--hmf-muted);
	font-size: 13px;
	font-weight: 500;
}

.hmf-app input.hmf-control,
.hmf-app select.hmf-control,
.hmf-app textarea.hmf-control {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--hmf-control-border);
	border-radius: 5px;
	color: var(--hmf-ink);
	background: #fff;
	font-family: var(--hmf-body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	opacity: 1;
}

.hmf-app .hmf-control::placeholder {
	color: var(--hmf-muted);
	opacity: 1;
}

.hmf-app .hmf-control:disabled,
.hmf-app .hmf-control:read-only {
	color: var(--hmf-muted);
	background: var(--hmf-paper);
	-webkit-text-fill-color: var(--hmf-muted);
	opacity: 1;
}

.hmf-ridiculousness {
	margin-top: 25px;
	padding-top: 19px;
	border-top: 1px solid var(--hmf-rule);
}

.hmf-ridiculousness__heading,
.hmf-ridiculousness__scale {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
}

.hmf-ridiculousness__heading output {
	color: var(--hmf-red-dark);
	font: 720 11px/1.3 var(--hmf-utility);
}

.hmf-ridiculousness input {
	width: 100%;
	margin: 9px 0 4px;
	accent-color: var(--hmf-red);
}

.hmf-ridiculousness__scale {
	color: var(--hmf-muted);
	font-size: 10px;
}

.hmf-form-error {
	margin: 18px 0 0;
	padding: 10px 12px;
	border-left: 4px solid var(--hmf-red);
	color: var(--hmf-red-dark);
	background: #fff1ef;
	font-weight: 700;
}

.hmf-result-card {
	position: relative;
	isolation: isolate;
	display: grid;
	min-width: 0;
	min-height: 520px;
	overflow: hidden;
	color: var(--hmf-ink);
	background: var(--hmf-paper);
}

.hmf-direction-flag {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: -1;
	display: none;
	overflow: hidden;
	opacity: 0.09;
}

.hmf-direction-flag svg {
	width: 100%;
	height: 100%;
}

.hmf-app[data-hmf-mode="world-to-american"] .hmf-direction-flag--us {
	display: block;
}

.hmf-app[data-hmf-mode="american-to-world"] .hmf-direction-flag--world {
	display: block;
}

.hmf-result-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(28px, 4.8cqi, 58px);
	background: linear-gradient(90deg, rgb(255 255 255 / 94%), rgb(255 255 255 / 82%));
}

.hmf-result-card__label,
.hmf-eyebrow {
	margin: 0 0 13px;
	color: var(--hmf-red-dark);
	font: 760 10px/1.35 var(--hmf-utility);
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hmf-result-card__value {
	display: block;
	max-width: 100%;
	margin: 0;
	overflow-wrap: anywhere;
	font: 800 clamp(42px, 7.2cqi, 78px) / 0.94 var(--hmf-display);
	letter-spacing: -0.052em;
}

.hmf-result-card__alternative {
	max-width: 38rem;
	margin: 14px 0 0;
	font: 650 clamp(15px, 1.8cqi, 18px) / 1.45 var(--hmf-body);
}

.hmf-practical {
	margin-top: 25px;
	padding-top: 17px;
	border-top: 1px solid rgb(25 26 29 / 25%);
}

.hmf-practical > strong {
	display: block;
	margin-bottom: 9px;
	font: 720 10px/1.3 var(--hmf-utility);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hmf-practical__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hmf-practical__chips li {
	padding: 6px 9px;
	border: 1px solid rgb(25 26 29 / 42%);
	border-radius: 999px;
	background: rgb(255 255 255 / 54%);
	font: 700 11px/1.25 var(--hmf-utility);
}

.hmf-assumption {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	margin: 22px 0 0;
	color: var(--hmf-muted);
	font-size: 12px;
}

.hmf-assumption__mark {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font: 800 11px/1 var(--hmf-utility);
}

.hmf-confidence {
	margin: 9px 0 0 33px;
	color: var(--hmf-olive);
	font-size: 12px;
	font-weight: 700;
}

.hmf-result-actions,
.hmf-auth-card__actions,
.hmf-profile-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 25px;
}

.hmf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 44px;
	padding: 9px 14px;
	border: 1px solid var(--hmf-ink);
	border-radius: 5px;
	color: var(--hmf-ink);
	background: var(--hmf-paper-light);
	cursor: pointer;
	font-size: 12px;
	font-weight: 760;
	text-decoration: none;
}

.hmf-button:hover {
	color: #fff;
	background: var(--hmf-ink);
}

.hmf-button--primary {
	color: #fff;
	background: var(--hmf-red-dark);
	border-color: var(--hmf-red-dark);
}

.hmf-button--quiet {
	border-color: transparent;
	background: transparent;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hmf-button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.hmf-page {
	padding: clamp(24px, 4cqi, 46px);
	border: 1px solid var(--hmf-rule);
	border-radius: 12px;
	background: var(--hmf-paper-light);
	box-shadow: var(--hmf-shadow);
}

.hmf-page__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.75fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 3px double var(--hmf-ink);
}

.hmf-page__heading h2 {
	margin: 0;
	font: 800 clamp(34px, 5cqi, 56px) / 0.96 var(--hmf-display);
	letter-spacing: -0.04em;
}

.hmf-page__heading > p {
	margin: 0;
	color: var(--hmf-muted);
}

.hmf-empty-state,
.hmf-auth-card {
	margin: 0;
	padding: 24px;
	border: 1px dashed #aeb7b0;
	border-radius: 8px;
	background: var(--hmf-paper);
}

.hmf-auth-card h3 {
	margin: 0 0 8px;
	font: 750 27px/1.08 var(--hmf-display);
}

.hmf-auth-card p {
	margin: 0;
	color: var(--hmf-muted);
}

.hmf-auth-card__note {
	display: inline-flex;
	align-items: center;
	padding: 8px 4px;
	color: var(--hmf-muted);
	font-size: 12px;
}

.hmf-profile-card {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
	padding: 18px;
	border: 1px solid var(--hmf-rule);
	border-radius: 8px;
	background: var(--hmf-paper);
}

.hmf-profile-card__monogram {
	display: grid;
	width: 62px;
	height: 62px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--hmf-red-dark);
	font: 800 20px/1 var(--hmf-utility);
}

.hmf-profile-card__name {
	display: block;
	font: 760 28px/1.05 var(--hmf-display);
}

.hmf-profile-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 22px;
	border: 1px solid var(--hmf-rule);
	border-radius: 8px;
}

.hmf-checkbox {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
}

.hmf-checkbox input {
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 2px 0 0;
	accent-color: var(--hmf-red);
}

.hmf-profile-form__actions,
.hmf-profile-form .hmf-form-error {
	grid-column: 1 / -1;
}

.hmf-collection {
	display: grid;
	gap: 12px;
}

.hmf-collection__item {
	padding: 20px;
	border: 1px solid var(--hmf-rule);
	border-radius: 8px;
	background: var(--hmf-paper);
}

.hmf-collection__item h3,
.hmf-collection__item p {
	margin-top: 0;
}

.hmf-collection__facts {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 5px 14px;
	margin: 14px 0 0;
	font-size: 12px;
}

.hmf-collection__facts dt {
	color: var(--hmf-muted);
	font-weight: 750;
}

.hmf-collection__facts dd {
	margin: 0;
}

.hmf-collection__reason {
	margin: 14px 0 0 !important;
	padding: 10px 12px;
	border-left: 3px solid var(--hmf-red-dark);
	background: var(--hmf-paper-light);
	font-size: 12px;
}

.hmf-community-page {
	padding: clamp(12px, 2.8cqi, 28px);
	background: var(--hmf-paper-light);
}

.hmf-community-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: 14px;
	align-items: start;
}

.hmf-community-panel {
	min-width: 0;
	padding: clamp(20px, 3cqi, 34px);
	border: 1px solid var(--hmf-ink);
	border-radius: 10px;
	background: var(--hmf-paper-light);
}

.hmf-community-panel--vote {
	background: var(--hmf-paper);
}

.hmf-community-panel__heading,
.hmf-flag-dialog__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 3px double var(--hmf-ink);
}

.hmf-community-panel__heading h3,
.hmf-flag-dialog__heading h2 {
	margin: 0;
	font: 780 clamp(27px, 3.5cqi, 40px) / 1 var(--hmf-display);
	letter-spacing: -0.035em;
}

.hmf-docket-mark {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	place-items: center;
	border: 2px solid var(--hmf-red-dark);
	border-radius: 50%;
	color: var(--hmf-red-dark);
	font: 800 13px/1 var(--hmf-utility);
	transform: rotate(-7deg);
}

.hmf-choice-fieldset,
.hmf-form-section,
.hmf-claim-card {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.hmf-choice-fieldset > legend,
.hmf-form-section > legend,
.hmf-claim-card > legend {
	padding: 0;
	font: 760 11px/1.35 var(--hmf-utility);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hmf-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 9px;
}

.hmf-choice-card {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	min-height: 72px;
	padding: 12px;
	border: 1px solid var(--hmf-rule);
	border-radius: 7px;
	background: var(--hmf-paper);
	cursor: pointer;
}

.hmf-choice-card:has(input:checked) {
	border-color: var(--hmf-red-dark);
	box-shadow: inset 0 0 0 1px var(--hmf-red-dark);
}

.hmf-choice-card input {
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 1px 0 0;
	accent-color: var(--hmf-red-dark);
}

.hmf-choice-card span,
.hmf-choice-card small {
	display: block;
}

.hmf-choice-card small {
	margin-top: 3px;
	color: var(--hmf-muted);
	font-size: 11px;
}

.hmf-form-section,
.hmf-claim-card {
	position: relative;
	margin-top: 18px;
	padding: 18px;
	border: 1px solid var(--hmf-rule);
	border-radius: 8px;
	background: var(--hmf-paper);
}

.hmf-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
	margin-top: 10px;
}

.hmf-control[type="number"] {
	font-variant-numeric: tabular-nums;
}

textarea.hmf-control {
	resize: vertical;
}

.hmf-claim-stack {
	display: grid;
	gap: 12px;
}

.hmf-claim-card__remove {
	position: absolute;
	top: 7px;
	right: 9px;
	min-height: 36px !important;
	padding: 5px 8px;
}

.hmf-suggestion-form__actions,
.hmf-flag-form__actions,
.hmf-vote-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.hmf-form-success {
	display: grid;
	gap: 3px;
	margin: 16px 0 0;
	padding: 12px;
	border-left: 4px solid var(--hmf-olive);
	color: #244c38;
	background: #eef7f1;
}

.hmf-form-success a {
	justify-self: start;
	min-height: 0;
	font-weight: 750;
}

.hmf-compact-filter {
	display: grid;
	width: min(150px, 42%);
	gap: 4px;
	font-size: 11px;
	font-weight: 750;
}

.hmf-compact-filter .hmf-control {
	min-height: 40px;
	padding: 7px 9px;
}

.hmf-member-note {
	margin: -6px 0 16px;
	padding: 10px 12px;
	border-left: 3px solid var(--hmf-navy);
	background: var(--hmf-paper);
	font-size: 12px;
}

.hmf-voting-list {
	display: grid;
	gap: 10px;
}

.hmf-vote-card {
	padding: 17px;
	border: 1px solid #cbd2cc;
	border-radius: 8px;
	background: var(--hmf-paper-light);
}

.hmf-vote-card__meta,
.hmf-vote-card__counts {
	margin: 0;
	color: var(--hmf-muted);
	font: 700 10px/1.4 var(--hmf-utility);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hmf-vote-card h4 {
	margin: 7px 0 4px;
	font: 760 23px/1.08 var(--hmf-display);
}

.hmf-vote-card__phrase {
	margin: 8px 0 0;
}

.hmf-vote-card__conditions {
	margin: 7px 0 0;
	color: var(--hmf-muted);
	font-size: 12px;
}

.hmf-vote-button[aria-pressed="true"]::before {
	content: "✓";
	font-weight: 900;
}

.hmf-vote-card.is-closed {
	border-style: dashed;
}

.hmf-flag-dialog {
	width: min(520px, calc(100% - 28px));
	max-height: min(760px, calc(100vh - 28px));
	padding: 0;
	overflow: auto;
	border: 1px solid var(--hmf-ink);
	border-radius: 10px;
	color: var(--hmf-ink);
	background: var(--hmf-paper-light);
	box-shadow: 0 30px 90px rgb(0 0 0 / 32%);
}

.hmf-flag-dialog::backdrop {
	background: rgb(10 49 97 / 48%);
	backdrop-filter: blur(2px);
}

.hmf-flag-form {
	display: grid;
	gap: 15px;
	padding: 24px;
}

.hmf-flag-dialog__heading {
	margin: 0;
}

.hmf-flag-dialog__heading .hmf-button {
	min-height: 36px;
}

.hmf-flag-target {
	margin: 0;
	color: var(--hmf-muted);
	font-weight: 700;
}

.hmf-toast {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	max-width: min(390px, calc(100vw - 36px));
	padding: 12px 15px;
	border-radius: 6px;
	color: #fff;
	background: var(--hmf-ink);
	box-shadow: 0 12px 34px rgb(0 0 0 / 20%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.hmf-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.hmf-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@container hmf-app (max-width: 760px) {
	.hmf-converter__toolbar,
	.hmf-page__heading {
		align-items: stretch;
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.hmf-segmented,
	.hmf-catalogue-switch {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hmf-converter__layout {
		grid-template-columns: 1fr;
	}

	.hmf-entry {
		border-right: 0;
		border-bottom: 1px solid var(--hmf-ink);
	}

	.hmf-result-card {
		min-height: 420px;
	}

	.hmf-community-grid {
		grid-template-columns: 1fr;
	}
}

@container hmf-app (max-width: 520px) {
	.hmf-app {
		font-size: 15px;
	}

	.hmf-converter {
		padding: 8px;
		border-radius: 10px;
	}

	.hmf-entry,
	.hmf-result-card__content,
	.hmf-page {
		padding: 20px;
	}

	.hmf-fields,
	.hmf-profile-form,
	.hmf-form-grid,
	.hmf-choice-grid {
		grid-template-columns: 1fr;
	}

	.hmf-field--wide,
	.hmf-checkbox,
	.hmf-profile-form__actions,
	.hmf-profile-form .hmf-form-error {
		grid-column: auto;
	}

	.hmf-result-card {
		min-height: 0;
	}

	.hmf-result-card__value {
		font-size: clamp(39px, 13cqi, 58px);
	}

	.hmf-result-actions,
	.hmf-auth-card__actions,
	.hmf-profile-form__actions,
	.hmf-suggestion-form__actions,
	.hmf-vote-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hmf-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hmf-app *,
	.hmf-app *::before,
	.hmf-app *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.hmf-app,
	.hmf-converter,
	.hmf-entry,
	.hmf-result-card__content,
	.hmf-page {
		background: Canvas;
		color: CanvasText;
	}

	.hmf-direction-flag {
		display: none !important;
	}

	.hmf-button,
	.hmf-segmented__button,
	.hmf-catalogue-switch__button {
		border: 1px solid ButtonText;
	}
}
