.origins-market__type {
	font-weight: 900;
}

.origins-market__body h4 {
	font-weight: 600;
}

.origins-market__actions a {
	font-weight: 400;
}

.origins-markets__summary {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 0 28px;
}

.origins-markets__summary .origins-markets__count {
	margin: 0;
}

.origins-markets__subscribe {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid var(--om-accent);
	border-radius: 4px;
	background: var(--om-accent);
	color: #fff;
	font-family: var(--om-sans);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.origins-markets__subscribe:hover,
.origins-markets__subscribe:focus-visible {
	background: transparent;
	color: var(--om-accent);
	text-decoration: none;
}

.origins-markets__subscribe:active {
	transform: translateY(1px);
}

.origins-market {
	position: relative;
}

.origins-market.is-cancelled {
	opacity: 1;
}

.origins-market.is-cancelled::after {
	content: "CANCELLED";
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #a12d24;
	font-family: var(--om-sans);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	opacity: .5;
	pointer-events: none;
	text-align: center;
	transform: rotate(-12deg);
}

.origins-market__cancelled {
	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;
}

@media (max-width: 640px) {
	.origins-markets__summary {
		align-items: center;
		gap: 10px;
	}
}
