/* Styles for WPSL Custom Details Link */
.wpsl-view-details {
	margin-bottom: 6px;
}

.wpsl-view-details .wpslcdl-view-details {
	display: inline-block;
	padding: 6px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
}

.wpsl-view-details .wpslcdl-view-details:hover,
.wpsl-view-details .wpslcdl-view-details:focus {
	background: #e9e9e9;
	border-color: #ccc;
	color: #111;
	text-decoration: none;
}

/* Ensure the store title link looks natural in lists and info windows */
.wpslcdl-store-link {
	color: inherit;
	text-decoration: underline;
}

.wpslcdl-store-link:hover,
.wpslcdl-store-link:focus {
	text-decoration: none;
}

/* Match Directions link styling in info window to View Details */
.wpsl-info-actions .wpsl-directions {
	display: inline-block;
	padding: 6px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 4px;
}

.wpsl-info-actions .wpsl-directions:hover,
.wpsl-info-actions .wpsl-directions:focus {
	background: #e9e9e9;
	border-color: #ccc;
	color: #111;
	text-decoration: none !important;
}

/* Keep "Your location" label on one line and align with input */
#wpsl-wrap .wpsl-search .wpsl-input {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
}

#wpsl-wrap .wpsl-search .wpsl-input label {
	white-space: nowrap;
	display: inline-block;
	width: auto;
	min-width: 120px;
}

/* On small screens, allow wrapping if space is too tight */
@media (max-width: 480px) {
	#wpsl-wrap .wpsl-search .wpsl-input {
		flex-wrap: wrap;
		gap: 6px 8px;
	}
	#wpsl-wrap .wpsl-search .wpsl-input label {
		min-width: 0;
	}
}

.wpsl-store-location p{
	padding: 0px !important;
}
#wpsl-result-list li p{
	margin: 0 0 0 0 !important;
}
.wpsl-contact-details{
	display: none;
}