.aocn-hat {
	box-sizing: border-box;
	display: block;
	width: max-content;
	max-width: 100%;
	background: var(--aocn-background, #00aa02);
	color: var(--aocn-text, #fff);
	font-family: inherit;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	word-break: normal;
}

.aocn-hat--single {
	margin: 0 0 24px;
	padding: 12px 20px;
	border-radius: 9px;
	font-size: clamp(17px, 1.8vw, 26px);
	letter-spacing: .01em;
}

.aocn-hat--card {
	margin: 0 0 8px;
	padding: 5px 9px;
	border-radius: 6px;
	font-size: 11px;
	letter-spacing: .035em;
}

.thumb-overlay .aocn-hat--card,
.slide-content .aocn-hat--card {
	position: relative;
	z-index: 2;
}

.thumb-overlay .aocn-hat--card {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.aocn-hat--single {
		margin-bottom: 18px;
		padding: 10px 15px;
		border-radius: 8px;
		font-size: 16px;
	}

	.aocn-hat--card {
		padding: 4px 7px;
		font-size: 10px;
	}
}

