body.offme-new-hall-archive .offme-hall-archive-main,
body.offme-new-timeline-archive .offme-timeline-main {
	width: min(960px, calc(100% - 32px));
	max-width: 960px;
	margin: 12px auto 60px;
	padding: 26px 28px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.offme-mock-archive-title {
	margin: 0;
	color: #10132b;
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.offme-mock-rainbow-line {
	height: 8px;
	margin: 10px 0 14px;
	background: url("../../../../themes/offme/assets/img/rainbow-border.png") repeat-x;
	background-size: auto 8px;
}

.offme-mock-summary {
	margin: 16px 0 4px;
	padding: 14px 16px;
	border: 1px solid #f0e6a0;
	border-radius: 4px;
	background: #fffde7;
	color: #313131;
	font-size: 14.5px;
	line-height: 1.7;
}

.offme-mock-filter {
	margin: 14px 0;
}

.offme-mock-filter-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.offme-mock-filter-fields label {
	display: contents;
}

.offme-mock-filter-fields select,
.offme-mock-filter-fields input {
	width: auto;
	max-width: 100%;
	min-height: 34px;
	padding: 6px;
	border: 1px solid #aaa;
	border-radius: 2px;
	background: #fff;
	color: #313131;
	font: inherit;
	font-size: 13px;
}

.offme-mock-filter-fields input {
	min-width: 220px;
}

.offme-mock-filter-fields button {
	min-height: 34px;
	padding: 6px 14px;
	border: 0;
	border-radius: 2px;
	background: #333;
	color: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.offme-mock-filter-fields > a {
	font-size: 12px;
	font-weight: bold;
}

.offme-mock-filter-fields select:focus-visible,
.offme-mock-filter-fields input:focus-visible,
.offme-mock-filter-fields button:focus-visible {
	outline: 3px solid rgba(27, 101, 168, 0.28);
	outline-offset: 1px;
}

.offme-mock-band {
	position: relative;
	margin: 30px 0 16px;
	padding: 13px 8px;
	background: #333;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.offme-mock-filter-result {
	margin: -4px 0 12px;
	color: #777;
	font-size: 12px;
}

.offme-mock-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.offme-mock-info-table {
	width: 100%;
	min-width: 540px;
	margin: 0 0 10px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.offme-mock-info-table th,
.offme-mock-info-table td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.offme-mock-info-table thead th {
	background: #fff;
	color: #313131;
	font-weight: bold;
	text-align: center;
}

.offme-mock-info-table thead th:first-child {
	width: auto;
	background: #333;
	color: #fff;
}

.offme-mock-info-table thead th:nth-child(2) {
	width: 140px;
}

.offme-mock-info-table thead th:nth-child(3) {
	width: 90px;
}

.offme-mock-info-table thead th:nth-child(4) {
	width: 110px;
}

.offme-mock-info-table tbody th {
	background: #fff;
	color: #313131;
	font-weight: bold;
	text-align: left;
}

.offme-mock-info-table tbody td {
	text-align: center;
}

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

.offme-mock-schedule-list li {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	padding: 10px 2px;
	border-bottom: 1px dotted #ccc;
}
body.offme-new-timeline-archive .offme-mock-schedule-list li,
body.offme-new-home .offme-mock-schedule-list li.has-organizer-image,
body.offme-new-area-hub .offme-mock-schedule-list li.has-organizer-image {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
}

body.offme-new-timeline-archive .offme-mock-date-link,
body.offme-new-home .offme-mock-schedule-list li.has-organizer-image .offme-mock-date-link,
body.offme-new-area-hub .offme-mock-schedule-list li.has-organizer-image .offme-mock-date-link {
	grid-column: 1;
}


body.offme-new-timeline-archive .offme-mock-schedule-list li.has-organizer-image,
body.offme-new-home .offme-mock-schedule-list li.has-organizer-image,
body.offme-new-area-hub .offme-mock-schedule-list li.has-organizer-image {
	grid-template-columns: 62px minmax(0, 1fr) 110px;
}

.offme-mock-date-link {
	display: block;
	flex-shrink: 0;
	color: #fff !important;
	text-decoration: none !important;
}

.offme-mock-date-tile {
	display: flex;
	width: 62px;
	height: 56px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: linear-gradient(135deg, #ec6ba2, #924a94 60%, #378ffc);
	color: #fff;
	font-weight: 900;
}

.offme-mock-date-tile strong {
	font-size: 17px;
	line-height: 1;
}

.offme-mock-date-tile span {
	margin-top: 3px;
	font-size: 10px;
}

.offme-mock-event-tag,
.offme-mock-status {
	display: inline-flex;
	padding: 2px 10px;
	border-radius: 2px;
	background: #ec6ba2;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none !important;
}

.offme-mock-status {
	background: #666;
}

.offme-mock-status.is-postponed {
	background: #8a6500;
}

.offme-mock-organizer-link {
	color: #777 !important;
	font-size: 11px;
}

.offme-mock-schedule-body {
	min-width: 0;
}

.offme-mock-schedule-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	margin-bottom: 6px;
}

.offme-mock-row-link {
	min-width: 0;
	flex-basis: 100%;
}

body.offme-new-timeline-archive .offme-mock-row-link,
body.offme-new-home .offme-mock-schedule-list li.has-organizer-image .offme-mock-row-link,
body.offme-new-area-hub .offme-mock-schedule-list li.has-organizer-image .offme-mock-row-link {
	display: block;
	flex-basis: auto;
	overflow-wrap: anywhere;
}

.offme-mock-organizer-image {
	display: block;
	width: 110px;
	aspect-ratio: 1 / 1;
	height: 110px;
	overflow: hidden;
	border-radius: 5px;
	background: #f3f3f3;
}

.offme-mock-organizer-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.offme-mock-directory {
	margin-top: 30px;
}

@media (max-width: 640px) {
	body.offme-new-hall-archive .offme-hall-archive-main,
	body.offme-new-timeline-archive .offme-timeline-main {
		width: 100%;
		margin-top: 0;
		padding: 16px 12px;
		border-radius: 0;
		box-shadow: none;
	}

	.offme-mock-archive-title {
		font-size: 20px;
	}

	.offme-mock-summary {
		padding: 11px 12px;
		font-size: 13.5px;
	}

	.offme-mock-band {
		padding: 11px 6px;
		font-size: 1.12em;
	}

	.offme-mock-filter-fields {
		gap: 6px 8px;
	}

	.offme-mock-filter-fields select,
	.offme-mock-filter-fields input {
		max-width: 100%;
		font-size: 12px;
	}

	.offme-mock-filter-fields input {
		min-width: min(220px, 100%);
	}

	.offme-mock-info-table th {
		padding: 8px 6px;
		font-size: 12px;
		line-height: 1.4;
	}

	.offme-mock-info-table td {
		padding: 8px;
		font-size: 13px;
	}

	.offme-mock-schedule-list li {
		gap: 6px 8px;
		font-size: 13px;
	}

	body.offme-new-timeline-archive .offme-mock-schedule-list li.has-organizer-image,
	body.offme-new-home .offme-mock-schedule-list li.has-organizer-image,
	body.offme-new-area-hub .offme-mock-schedule-list li.has-organizer-image {
		grid-template-columns: 54px minmax(0, 1fr) 72px;
	}

	.offme-mock-organizer-image {
		width: 72px;
		height: 72px;
	}

	.offme-mock-date-tile {
		width: 54px;
		height: 50px;
	}

	.offme-mock-date-tile strong {
		font-size: 14px;
	}
}
