/*
 * Styles for the coordinates widget.
 */

.nova-coordinates-widget {
	display: grid;
	gap: 1rem;
	color: inherit;
}

.nova-coordinates-widget__title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.35rem;
	line-height: 1.2;
}

.nova-coordinates-widget__list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	font-style: normal;
}

.nova-coordinates-widget__item {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.nova-coordinates-widget__label {
	color: #111827;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
}

.nova-coordinates-widget__value {
	color: #374151;
	line-height: 1.55;
	overflow-wrap: anywhere;
	text-decoration: none;
}

a.nova-coordinates-widget__value:hover,
a.nova-coordinates-widget__value:focus {
	color: #0f766e;
}

.nova-coordinates-widget__notice {
	margin: 0;
	padding: 0.85rem 1rem;
	border: 1px dashed #94a3b8;
	border-radius: 8px;
	background: #ffffff;
	color: #334155;
	line-height: 1.45;
}
