/* Centrum serwisowe (MORELO SERVICE CENTER) */

.service-center-section {
	padding: 56px 0;
	background: #fff;
	color: #000;
}

.service-center-container {
	max-width: 1092px;
}

.service-center-kicker {
	margin: 0 0 8px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000;
}

.service-center-title {
	margin: 0 0 20px;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000;
}

.service-center-intro {
	margin: 0 0 28px;
	font-size: 1rem;
	line-height: 1.65;
	color: #000;
}

.service-center-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px 48px;
	margin-bottom: 24px;
	padding-bottom: 48px;
}

.service-center-col {
	min-width: 0;
}

.service-center-appointment {
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

.service-center-line {
	margin: 6px 0 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

.service-center-line a {
	color: inherit;
	text-decoration: underline;
}

.service-center-line a:hover {
	text-decoration: none;
}

.service-center-hours-heading {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
}

.service-center-hours-line {
	margin: 4px 0 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

.service-center-emergency,
.service-center-ps {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}

.service-center-emergency a,
.service-center-ps a {
	color: inherit;
	text-decoration: underline;
}

.service-center-emergency a:hover,
.service-center-ps a:hover {
	text-decoration: none;
}

.service-center-ps {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
	.service-center-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
