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

.offme-report-hero h1 span {
	display: inline-block;
	margin-left: .35em;
	white-space: nowrap;
}

.offme-report-main > .offme-summary {
	margin-top: 18px;
}

.offme-report-range {
	margin: -4px 0 14px;
	color: #666;
	font-size: 13px;
	text-align: right;
}

.offme-report-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.offme-report-list a {
	overflow-wrap: anywhere;
	font-weight: 700;
}

.offme-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
}

.offme-page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.offme-page-number,
.offme-page-direction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.offme-page-number:hover,
.offme-page-number:focus-visible,
.offme-page-direction:hover,
.offme-page-direction:focus-visible {
	border-color: #924a94;
	color: #924a94;
}

.offme-page-number.current {
	border-color: #924a94;
	background: #924a94;
	color: #fff;
}

.offme-page-ellipsis {
	min-width: 22px;
	color: #777;
	text-align: center;
}

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

@media (max-width: 640px) {
	.offme-report-hero h1 {
		font-size: clamp(18px, 5.4vw, 21px);
	}

	.offme-report-hero h1 span {
		margin-left: 0;
	}

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

	.offme-report-list .offme-event-tag {
		width: fit-content;
		max-width: 100%;
	}

	.offme-report-list a {
		grid-column: 2;
	}

	.offme-pagination {
		flex-wrap: wrap;
		gap: 10px;
	}

	.offme-page-numbers {
		order: -1;
		flex-basis: 100%;
	}

	.offme-page-direction {
		min-width: 92px;
	}

	.offme-report-links {
		grid-template-columns: 1fr;
	}
}
