/* Publikus online szerelők oldal */

.mechanics-page {
	padding-bottom: 3rem;
}

.mechanics-hero {
	background: #161616;
	border: 1px solid rgba(210, 180, 140, 0.25);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 2rem;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.mechanics-hero::before {
	display: none;
}

.mechanics-hero-title {
	font-size: 2rem;
	font-weight: 700;
	color: #f5f5f5;
	margin-bottom: 0.25rem;
}

.mechanics-hero-subtitle {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 1.5rem;
}

.mechanics-stats-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
	margin-bottom: 1rem;
}

.mechanics-stat-box {
	background: #222222;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 1rem;
	text-align: center;
}

.mechanics-stat-number {
	font-size: 2rem;
	font-weight: 700;
	color: #D2B48C;
	line-height: 1;
}

.mechanics-stat-number.text-success { color: #28a745; }
.mechanics-stat-number.text-info { color: #17a2b8; }
.mechanics-stat-number.text-warning { color: #ffc107; }

.mechanics-stat-label {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 0.35rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mechanics-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
}

.mechanics-live-dot {
	width: 8px;
	height: 8px;
	background: #28a745;
	border-radius: 50%;
	animation: mechanics-pulse 2s infinite;
}

@keyframes mechanics-pulse {
	0%, 100% { opacity: 0.5; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.2); }
}

.mechanics-next-shift {
	background: rgba(23, 162, 184, 0.1);
	border: 1px solid rgba(23, 162, 184, 0.25);
	border-radius: 10px;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 0.5rem;
}

/* Mai beosztás blokk */
.mechanics-section-primary {
	margin-bottom: 2rem;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1.5rem;
}

/* Hero – csak mai beosztás lista + statok */
.mechanics-hero-roster {
	margin-bottom: 1.25rem;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mechanics-hero-roster .mechanics-roster-label {
	font-size: 0.82rem;
	margin-bottom: 0.55rem;
	color: rgba(255, 255, 255, 0.55);
}

.mechanics-hero-roster .mechanic-row {
	padding: 0.75rem 1rem;
	gap: 1rem;
	background: rgba(0, 0, 0, 0.25);
	border-color: rgba(255, 255, 255, 0.08);
}

.mechanics-hero-roster .mechanic-row-avatar img,
.mechanics-hero-roster .mechanic-row-placeholder {
	width: 48px;
	height: 48px;
}

.mechanics-hero-roster .mechanic-row-placeholder {
	font-size: 1.1rem;
}

.mechanics-hero-roster .mechanic-row-name {
	font-size: 1.08rem;
}

.mechanics-hero-roster .mechanic-row-rank {
	font-size: 0.9rem;
}

.mechanics-hero-roster .mechanic-row-time {
	font-size: 0.92rem;
	display: block;
}

.mechanics-hero-roster .mechanic-row-badge {
	font-size: 0.8rem !important;
	padding: 0.35rem 0.75rem !important;
}

.mechanics-hero .mechanics-shift-block {
	background: none;
	border: none;
	padding: 0;
	margin: 1rem 0 0;
}

.mechanics-hero-shift {
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mechanics-hero-shift .mechanics-shift-block-header {
	margin-bottom: 0.65rem;
}

.mechanics-hero-shift .mechanics-shift-block-header h2 {
	font-size: 1rem;
}

.mechanics-hero-shift .mechanics-shift-strip {
	margin-bottom: 0;
	gap: 0.55rem;
}

.mechanics-hero-shift .mechanics-shift-chip {
	padding: 0.7rem 0.5rem;
	min-height: 72px;
	border-radius: 10px;
	gap: 0.25rem;
}

.mechanics-hero-shift .mechanics-shift-chip .chip-num {
	font-size: 0.82rem;
}

.mechanics-hero-shift .mechanics-shift-chip .chip-time {
	font-size: 0.92rem;
}

.mechanics-hero-shift .mechanics-shift-chip .chip-active {
	font-size: 0.72rem;
}

.mechanics-shift-block {
	background: var(--card-bg, #161616);
	border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
	border-radius: 14px;
	padding: 1rem 1.15rem;
	margin-bottom: 1.5rem;
}

.mechanics-shift-block-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
	flex-wrap: wrap;
}

.mechanics-shift-block-header h2 {
	font-size: 1.05rem;
	font-weight: 600;
	color: #f0f0f0;
	margin: 0;
}

.mechanics-shift-hours {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.05);
	padding: 0.25rem 0.65rem;
	border-radius: 20px;
	white-space: nowrap;
}

/* Vízszintes beosztás sáv */
.mechanics-shift-strip {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.4rem;
	margin-bottom: 0.85rem;
}

.mechanics-shift-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	padding: 0.45rem 0.35rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	text-align: center;
	min-height: 52px;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.mechanics-shift-chip.active {
	background: rgba(40, 167, 69, 0.14);
	border-color: rgba(40, 167, 69, 0.45);
}

.mechanics-shift-chip.past {
	opacity: 0.4;
}

.mechanics-shift-chip .chip-num {
	font-size: 0.65rem;
	font-weight: 700;
	color: #D2B48C;
	line-height: 1;
}

.mechanics-shift-chip.active .chip-num {
	color: #28a745;
}

.mechanics-shift-chip .chip-time {
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.2;
}

.mechanics-shift-chip .chip-active {
	font-size: 0.58rem;
	font-weight: 700;
	color: #28a745;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* Kompakt szerelő lista */
.mechanics-shift-roster {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.mechanics-roster-group {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mechanics-roster-label {
	font-size: 0.72rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.45);
	text-transform: uppercase;
	letter-spacing: 0.4px;
	padding-left: 0.15rem;
}

.mechanics-roster-label span {
	color: #D2B48C;
	margin-left: 0.25rem;
}

.mechanics-roster-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mechanic-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.5rem 0.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	transition: background 0.2s ease;
}

.mechanic-row:hover {
	background: rgba(255, 255, 255, 0.05);
}

.mechanic-row.leader {
	border-color: rgba(255, 193, 7, 0.25);
}

.mechanic-row-avatar {
	position: relative;
	flex-shrink: 0;
}

.mechanic-row-avatar img,
.mechanic-row-placeholder {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.mechanic-row-placeholder {
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.85rem;
}

.mechanic-row-online {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: #28a745;
	border: 1.5px solid #161616;
	border-radius: 50%;
}

.mechanic-row-body {
	flex: 1;
	min-width: 0;
}

.mechanic-row-name {
	font-size: 0.9rem;
	font-weight: 600;
	color: #f0f0f0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mechanic-row-rank {
	font-size: 0.72rem;
	color: #dc3545;
	margin-top: 0.05rem;
}

.mechanic-row-time {
	font-size: 0.72rem;
	color: rgba(210, 180, 140, 0.85);
	white-space: nowrap;
	flex-shrink: 0;
	display: none;
}

.mechanic-row-badge {
	flex-shrink: 0;
	font-size: 0.65rem !important;
	padding: 0.2rem 0.5rem !important;
	white-space: nowrap;
}

@media (min-width: 576px) {
	.mechanic-row-time {
		display: block;
	}
}

@media (max-width: 640px) {
	.mechanics-shift-strip {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.25rem;
	}

	.mechanics-shift-chip {
		flex: 0 0 72px;
		scroll-snap-align: start;
	}

	.mechanics-hero-shift .mechanics-shift-chip {
		flex: 0 0 92px;
		min-height: 78px;
	}

	.mechanic-row-badge {
		max-width: 72px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* Idővonal */
.mechanics-timeline {
	background: var(--card-bg, #161616);
	border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
	border-radius: 16px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.mechanics-timeline-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #f0f0f0;
	margin-bottom: 1.25rem;
}

.mechanics-timeline-track {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.mechanics-timeline-item {
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: all 0.25s ease;
}

.mechanics-timeline-item.active {
	background: rgba(40, 167, 69, 0.12);
	border-color: rgba(40, 167, 69, 0.35);
	box-shadow: 0 0 20px rgba(40, 167, 69, 0.08);
}

.mechanics-timeline-item.upcoming {
	border-color: rgba(210, 180, 140, 0.2);
}

.mechanics-timeline-item.past {
	opacity: 0.45;
}

.mechanics-timeline-num {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(210, 180, 140, 0.15);
	color: #D2B48C;
	font-weight: 700;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mechanics-timeline-item.active .mechanics-timeline-num {
	background: rgba(40, 167, 69, 0.25);
	color: #28a745;
}

.mechanics-timeline-info .time-range {
	font-weight: 600;
	color: #e8e8e8;
	font-size: 0.95rem;
}

.mechanics-timeline-info .shift-label {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
}

.mechanics-timeline-counts {
	text-align: right;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
}

.mechanics-timeline-counts .arrived {
	color: #28a745;
	font-weight: 600;
}

.mechanics-timeline-active-tag {
	display: inline-block;
	background: #28a745;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left: 0.5rem;
	vertical-align: middle;
}

/* Szekciók */
.mechanics-section {
	margin-bottom: 2rem;
}

.mechanics-section-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mechanics-section-header h2 {
	font-size: 1.15rem;
	font-weight: 600;
	color: #e8e8e8;
	margin: 0;
}

.mechanics-section-count {
	background: rgba(210, 180, 140, 0.15);
	color: #D2B48C;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.2rem 0.6rem;
	border-radius: 20px;
}

/* Szolgálatban – adaptív rács, mindig egy sorban (1–4 fő) */
.mechanics-service-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1.25rem;
	width: 100%;
}

.mechanics-service-grid > .mechanic-card-service {
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
	width: auto;
}

.mechanics-service-grid[data-count="3"] > .mechanic-card-service {
	flex: 1 1 0;
}

.mechanics-service-grid[data-count="2"] {
	justify-content: center;
	gap: 2rem;
}

.mechanics-service-grid[data-count="2"] > .mechanic-card-service {
	flex: 0 1 calc(50% - 1rem);
	max-width: 320px;
}

.mechanics-service-grid[data-count="1"] {
	justify-content: flex-start;
}

.mechanics-service-grid[data-count="1"] > .mechanic-card-service {
	flex: 0 1 280px;
	max-width: 280px;
}

/* 5+ fő: több sor, soronként max 4 */
.mechanics-service-grid[data-count="5"],
.mechanics-service-grid[data-count="6"],
.mechanics-service-grid[data-count="7"],
.mechanics-service-grid[data-count="8"] {
	flex-wrap: wrap;
}

.mechanics-service-grid[data-count="5"] > .mechanic-card-service,
.mechanics-service-grid[data-count="6"] > .mechanic-card-service,
.mechanics-service-grid[data-count="7"] > .mechanic-card-service,
.mechanics-service-grid[data-count="8"] > .mechanic-card-service {
	flex: 1 1 calc(25% - 1rem);
	min-width: 180px;
}

.mechanic-card-service {
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.mechanic-card-banner {
	height: 84px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1e1e1e;
}

.mechanic-card-banner--empty {
	background: linear-gradient(135deg, rgba(210, 180, 140, 0.14) 0%, rgba(26, 26, 26, 0.98) 100%);
}

.mechanic-card-service-body {
	padding: 0 1rem 1.25rem;
	margin-top: -38px;
	position: relative;
	z-index: 1;
}

.mechanic-card-service .mechanic-avatar-wrap {
	margin-bottom: 0.6rem;
}

.mechanic-card-service .mechanic-avatar-wrap img,
.mechanic-card-service .mechanic-avatar-placeholder {
	width: 68px;
	height: 68px;
	border: 3px solid #161616;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.mechanics-service-grid[data-count="2"] .mechanic-card-banner {
	height: 96px;
}

.mechanics-service-grid[data-count="2"] .mechanic-card-service .mechanic-avatar-wrap img,
.mechanics-service-grid[data-count="2"] .mechanic-card-service .mechanic-avatar-placeholder {
	width: 76px;
	height: 76px;
}

.mechanics-service-grid[data-count="1"] .mechanic-card-banner {
	height: 100px;
}

@media (max-width: 576px) {
	.mechanics-service-grid {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.mechanics-service-grid[data-count="1"],
	.mechanics-service-grid[data-count="2"],
	.mechanics-service-grid[data-count="3"],
	.mechanics-service-grid[data-count="4"] {
		justify-content: stretch;
	}

	.mechanics-service-grid > .mechanic-card-service {
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
	}
}

/* Szerelő kártyák */
.mechanics-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
}

.mechanic-card {
	background: var(--card-bg, rgba(26, 26, 26, 0.85));
	border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
	border-radius: 16px;
	padding: 1.5rem;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	position: relative;
}

.mechanic-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.mechanic-card.leader {
	border-color: rgba(255, 193, 7, 0.35);
}

.mechanic-avatar-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 0.75rem;
}

.mechanic-avatar-wrap img,
.mechanic-avatar-placeholder {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.mechanic-avatar-placeholder {
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.4);
	font-size: 1.75rem;
}

.mechanic-online-dot {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	background: #28a745;
	border: 2px solid #1a1a1a;
	border-radius: 50%;
}

.mechanic-leader-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	background: #ffc107;
	color: #1a1a1a;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.65rem;
}

.mechanic-name {
	font-size: 1.05rem;
	font-weight: 600;
	color: #f0f0f0;
	margin-bottom: 0.15rem;
}

.mechanic-rank {
	font-size: 0.8rem;
	color: #dc3545;
	font-weight: 500;
	margin-bottom: 0.75rem;
}

.mechanic-time-range {
	font-size: 0.9rem;
	color: #D2B48C;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.mechanic-arrival {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 0.5rem;
}

.mechanic-status-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.3rem 0.75rem;
	border-radius: 20px;
}

.mechanic-status-badge.status-available {
	background: rgba(40, 167, 69, 0.15);
	color: #28a745;
	border: 1px solid rgba(40, 167, 69, 0.3);
}

.mechanic-status-badge.status-online {
	background: rgba(40, 167, 69, 0.2);
	color: #5dd879;
	border: 1px solid rgba(40, 167, 69, 0.4);
}

.mechanic-status-badge.status-service {
	background: rgba(0, 123, 255, 0.15);
	color: #6cb2ff;
	border: 1px solid rgba(0, 123, 255, 0.3);
}

.mechanic-status-badge.status-soon {
	background: rgba(255, 193, 7, 0.12);
	color: #ffc107;
	border: 1px solid rgba(255, 193, 7, 0.25);
}

.mechanic-status-badge.status-later {
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mai beosztás összefoglaló */
.mechanics-schedule-summary {
	background: var(--card-bg, rgba(26, 26, 26, 0.85));
	border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
	border-radius: 16px;
	padding: 1.25rem 1.5rem;
	margin-bottom: 2rem;
}

.mechanics-schedule-summary summary {
	cursor: pointer;
	font-weight: 600;
	color: #e0e0e0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.mechanics-schedule-summary summary::-webkit-details-marker {
	display: none;
}

.mechanics-schedule-table {
	width: 100%;
	margin-top: 1rem;
	font-size: 0.9rem;
}

.mechanics-schedule-table td {
	padding: 0.4rem 0;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mechanics-schedule-table td:last-child {
	text-align: right;
	font-weight: 600;
	color: #D2B48C;
}

/* Üres állapot */
.mechanics-empty {
	text-align: center;
	padding: 3rem 2rem;
	background: var(--card-bg, rgba(26, 26, 26, 0.85));
	border: 1px solid rgba(220, 53, 69, 0.2);
	border-radius: 16px;
}

.mechanics-empty-icon {
	width: 80px;
	height: 80px;
	background: rgba(255, 193, 7, 0.15);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #ffc107;
}

/* Grafikon szekció */
.mechanics-chart-section {
	background: var(--card-bg, rgba(26, 26, 26, 0.85));
	border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
	border-radius: 16px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.mechanics-chart-wrap {
	position: relative;
	height: 300px;
	padding: 20px 10px 10px;
}

.mechanics-period-selector {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 1.25rem 0;
	flex-wrap: wrap;
}

.mechanics-period-btn {
	position: relative;
	background: transparent;
	border: none;
	color: rgba(210, 180, 140, 0.7);
	padding: 10px 20px;
	font-weight: 500;
	font-size: 0.9rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease;
}

.mechanics-period-btn.active {
	color: #D2B48C;
	font-weight: 600;
}

.mechanics-period-btn.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background: #D2B48C;
}

.mechanics-hint-box {
	background: rgba(210, 180, 140, 0.08);
	border: 1px solid rgba(210, 180, 140, 0.2);
	border-radius: 8px;
	padding: 0.75rem 1rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
	margin-top: 1rem;
}

.mechanics-cta-row {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

/* Főoldali preview frissítés */
.mechanics-preview-stats {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
	.mechanics-hero {
		padding: 1.25rem;
	}

	.mechanics-hero-title {
		font-size: 1.5rem;
	}

	.mechanics-grid {
		grid-template-columns: 1fr;
	}
}
