.tzlr-section,
.tzlr-section * {
	box-sizing: border-box;
}

.tzlr-section {
	width: 100%;
}

.tzlr-section__inner {
	width: 100%;
	margin-inline: auto;
}

.tzlr-header {
	text-align: center;
}

.tzlr-heading {
	margin: 0 0 14px;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.1;
}

.tzlr-description {
	max-width: 760px;
	margin-inline: auto;
	font-size: 16px;
	line-height: 1.55;
}

.tzlr-description p {
	margin: 0;
}

.tzlr-grid {
	display: grid;
	align-items: stretch;
}

.tzlr-card {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	transition-property: transform, box-shadow, background-color, border-color;
	transition-timing-function: ease;
}

.tzlr-card__media {
	position: relative;
	min-width: 0;
	overflow: hidden;
	flex-shrink: 0;
}

.tzlr-card__image {
	display: block;
	width: 100%;
	max-width: none;
}

.tzlr-card__content {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 4px 0;
}

.tzlr-badge {
	display: inline-flex;
	align-self: flex-start;
	width: fit-content;
	margin: 0 0 8px;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.tzlr-card__title {
	margin: 0 0 7px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.tzlr-fields {
	display: grid;
}

.tzlr-field {
	min-width: 0;
}

.tzlr-field__label {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.tzlr-field__value {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.tzlr-button-wrap {
	display: flex;
}

.tzlr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border: 1px solid #111111;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.tzlr-button:hover,
.tzlr-button:focus {
	text-decoration: none;
}

.tzlr-button--disabled {
	cursor: not-allowed;
	opacity: .55;
	pointer-events: none;
}

.tzlr-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.tzlr-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tzlr-button__icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.tzlr-button-full-yes .tzlr-button-wrap,
.tzlr-button-full-yes .tzlr-button {
	width: 100%;
}

@media (max-width: 767px) {
	.tzlr-card__content {
		padding: 4px;
	}
}
