/**
 * Стили карты и блока «Как нас найти» на странице контактов
 */

.contacts-map-section {
	margin-top: 2rem;
	padding: 1.5rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contacts-map-section__title {
	margin: 0 0 1rem 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.contacts-map-section__desc {
	margin: 0 0 0.75rem 0;
	color: #4b5563;
	line-height: 1.5;
}

.contacts-map-section__links {
	margin: 0 0 1rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.contacts-map-section__link {
	color: #0A84FF;
	text-decoration: none;
}

.contacts-map-section__link:hover {
	text-decoration: underline;
}

.contacts-yandex-map {
	width: 100%;
	height: 400px;
	background: #f3f4f6;
	border-radius: 8px;
	overflow: hidden;
}

.contacts-map-placeholder {
	width: 100%;
	height: 300px;
	background: #f3f4f6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts-map-placeholder__link {
	color: #0A84FF;
	text-decoration: none;
	font-weight: 500;
}

.contacts-map-placeholder__link:hover {
	text-decoration: underline;
}

.contact__region-text {
	margin-top: 1.25rem;
	line-height: 1.6;
	color: #374151;
}
