.offme-event-main {
	width: min(900px, calc(100% - 32px));
}

.offme-event-preview {
	margin: -4px 0 18px;
	padding: 8px 12px;
	border: 1px solid #dba617;
	background: #fff8d7;
	color: #6d5000;
	font-weight: 800;
	text-align: center;
}

.offme-event-hero h1 {
	overflow-wrap: anywhere;
	text-wrap: wrap;
	word-break: keep-all;
}

.offme-event-code {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0 0 5px;
	color: #777;
	font-size: 12px;
	font-weight: 700;
}

.offme-event-code code,
.offme-event-code span {
	padding: 2px 8px;
	border-radius: 2px;
	background: #f0f0f0;
	font-size: 11px;
}

.offme-event-code span {
	background: #666;
	color: #fff;
}

.offme-event-summary {
	margin-bottom: 4px;
}

.offme-event-description {
	overflow-wrap: anywhere;
	font-size: 15px;
}

.offme-event-description > :first-child {
	margin-top: 0;
}

.offme-event-description > :last-child {
	margin-bottom: 0;
}

.offme-event-description img,
.offme-event-description video,
.offme-event-description iframe {
	max-width: 100%;
	height: auto;
}

.offme-p10-list li {
	grid-template-columns: 62px minmax(0, 1fr);
}

.offme-p10-list li > div {
	min-width: 0;
}

.offme-p10-list li > div > a {
	display: block;
	overflow-wrap: anywhere;
	font-size: 15px;
	font-weight: 800;
}

.offme-p10-list li > div > span {
	display: block;
	margin-top: 2px;
	color: #777;
	font-size: 11px;
}

.offme-event-more {
	margin: 12px 0 0;
	text-align: right;
}

.offme-event-more a {
	font-weight: 700;
}

.offme-event-empty {
	margin: 0;
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #f7f7f7;
	color: #555;
}

.offme-event-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.offme-event-features a {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 82px;
	align-items: center;
	gap: 12px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #333;
}

.offme-event-features img {
	width: 96px;
	height: 100%;
	min-height: 82px;
	object-fit: cover;
}

.offme-event-features strong {
	padding: 9px 10px 9px 0;
	overflow-wrap: anywhere;
	font-size: 13px;
	line-height: 1.5;
}

.offme-event-links {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
	.offme-event-main {
		width: calc(100% - 16px);
	}

	.offme-event-features,
	.offme-event-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.offme-p10-list li {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.offme-p10-list .offme-date-tile {
		min-height: 50px;
	}

	.offme-event-features a {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.offme-event-features img {
		width: 82px;
	}
}
