.ur-resellers-list {
	margin: 20px 0;
}

.ur-region-title {
	margin-bottom: 1em;
}

.ur-province-group {
	margin-bottom: 1.8em;
}

.ur-province-title {
	border-bottom: 2px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

.ur-reseller-items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.ur-reseller-item {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 14px 16px;
	background: #fafafa;
}

.ur-reseller-name {
	display: block;
	margin-bottom: 6px;
	font-size: 1.05em;
}

.ur-reseller-address,
.ur-reseller-phone,
.ur-reseller-email {
	font-size: 0.92em;
	margin-top: 3px;
	color: #444;
}

.ur-reseller-phone a,
.ur-reseller-email a {
	color: inherit;
	text-decoration: none;
}

.ur-reseller-phone a:hover,
.ur-reseller-email a:hover {
	text-decoration: underline;
}

.ur-region-picker ul.ur-region-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ur-region-picker ul.ur-region-links li a {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-decoration: none;
}

.ur-notice {
	padding: 12px 16px;
	background: #fff8e5;
	border-left: 4px solid #dba617;
	margin-bottom: 16px;
}

.ur-notice-warning {
	background: #fbeaea;
	border-left-color: #d63638;
}
