/* Postcode field */
.hrs-postcode-input {
	text-transform: uppercase;
}

.hrs-postcode-error {
	color: #dc3545;
	font-size: 12px;
	margin-top: 4px;
	display: none;
}

.hrs-postcode-error.is-visible {
	display: block;
}

.hrs-postcode-loading .location-trigger .icon-location-target {
	animation: hrs-spin 1s linear infinite;
}

@keyframes hrs-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* Travel-time badge on property cards */
.hrs-travel-badge {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
	font-size: 12px;
	color: #6b7280;
}

.hrs-travel-badge span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.hrs-travel-badge i {
	font-size: 13px;
}

.hrs-badge-distance {
	font-weight: 600;
}
