@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

* {
	font-family: 'Roboto', sans-serif;
}

.p-relative {
	position: relative;
}

.dispensary-finder-map__container {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
	position: relative;
}

.dispensary-finder-map__container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 20% 50%, rgba(97, 206, 112, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(117, 19, 236, 0.03) 0%, transparent 50%);
	pointer-events: none;
	z-index: 0;
}

.dispensary-finder-map__container > * {
	position: relative;
	z-index: 1;
}

.dispensary-finder-map__filters-toggle {
	display: none;
}

.dispensary-finder-map__filters-container {
	width: 100%;
}

.dispensary-finder-map__filters {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #f8f8f8 !important;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.dispensary-finder-map__filter-overlay {
	padding: 0 8px;
	flex: 1;
}

.dispensary-finder-map__filter-overlay--address {
	flex: 1.5;
}

.dispensary-finder-map__filter-overlay--span {
	font-weight: 600;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	flex: 0;
}

.dispensary-finder-map__filters .dispensary-finder-map__filter-label {
	display: block;
	color: black;
	font-weight: 600;
	margin-bottom: 0.25rem;
	display: none !important;
}

.dispensary-finder-map__filters .dispensary-finder-map__filter {
	border: 1px solid #707070 !important;
	width: 100%;
	background: white !important;
	padding: 10px!important;
	border-radius: 0 !important;
	color: #000000;
	font-weight: 500px;;
}

.dispensary-finder-map__filters .dispensary-finder-map__filter--address {
	padding-right: 60px!important;
}

.dispensary-finder-map__filter--address-overlay {
	position: relative;
}

.dispensary-finder-map__filters .dispensary-finder-map__filter--address-overlay  .dispensary-finder-map__get-address-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: transparent;
	border: none;
	color: black;
	border-left: 1px solid #b9b9b9;
	border-radius: 0;
	padding: 0;
}

.dispensary-finder-map__filter-button {
	margin-left: 15px;
	border-color: #61ce70;
	background-color: #61ce70;
	color: white;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
	text-transform: none;
	padding: 12px 24px;
	transition: all 0.3s ease;
}

.dispensary-finder-map__filter-button:hover {
	color: white;
	background-color: #7513ec;
	text-decoration: none;
	border-radius: 10px;
	border-color: #7513ec;
	font-weight: 500;
	font-size: 18px;
	text-transform: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(117, 19, 236, 0.4);
	padding: 12px 24px;
	box-sizing: border-box;
}

.dispensary-finder-map__list {
	flex: 0 0 30%;
	height: 600px;
	overflow-y: auto;
	padding: 20px;
	background-color: #f8f8f8;
}

.dispensary-finder-map-list__no-locations {
	display: none;
}

.dispensary-finder-map-list__single {
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	display: flex;
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.dispensary-finder-map-list__single:hover {
	cursor: pointer;
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	border-color: #61ce70;
}

.dispensary-finder-map-list__single-image-column {
	padding: 20px;
	width: 42%;
}

.dispensary-finder-map-list__single-thumbnail {
	height: 150px;
	background-size: cover;
	background-position: center;
	margin-top: 0px;
}

.dispensary-finder-map-list__single-distance {
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
	color: #000;
}

.dispensary-finder-map-list__single-info-column {
	text-align: center;
	padding: 20px;
	width: 100%;
	color: #000;
}

.dispensary-finder-map-list__single-info-column * {
	color: #000;
}

.dispensary-finder-map-list__single-info-column .dispensary-finder-map-list__single-get-directions {
	color: white;
	font-weight: 600!important;
}

.dispensary-finder-map-list__single-title {
	font-size: 20px !important;
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
	color: #000!important;
	text-align: center;
}

.dispensary-finder-map-list__single-phone {
	text-align: center;
	line-height: 140%;
	font-size: 16px;
	display: block !important;
	margin-bottom: 5px;
	color: #000 !important;
}

.dispensary-finder-map-list__single-phone a {
	color: #61ce6f !important;
	text-align: center;
	line-height: 140%;
	font-size: 16px;
	display: none;
	margin-bottom: 5px;
}

.dispensary-finder-map-list__single-phone a:hover {
	color: #61ce6f !important;
}

.dispensary-finder-map-list__single-address {
	text-align: center;
	line-height: 140%;
	font-size: 16px !important;
	margin-bottom: 10px;
	color: #000;
}

.dispensary-finder-map-list__single-get-directions {
	display: block;
	max-width: 200px;
	color: white;
	border: 1px solid #61ce70!important;
	background-color: #61ce70;
	padding: 10px 20px;
	text-align: center;
	margin: 0px auto 10px auto;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 500;
	font-size: 18px;
	text-transform: none;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.dispensary-finder-map-list__single-get-directions:hover {
	color: white !important;
	background-color: #7513ec!important;
	text-decoration: none;
	border-radius: 10px;
	border-color: #7513ec!important;
	font-weight: 500;
	font-size: 15px;
	text-transform: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(117, 19, 236, 0.4);
	padding: 10px 20px;
	box-sizing: border-box;
}

.dispensary-finder-map {
	display: block;
	height: 600px;
	flex: 1;
}

.dispensary-finder-map button[role="menuitemradio"] {
	border-radius: 0;
}

.dispensary-location-info-window {
	width: 400px;
	font-size: 1rem;
	padding: 10px;
	max-width: 100%;
	margin-bottom: 5px;
}

.dispensary-location-info-window .dispensary-location-info-window__title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	color: #000;
}

.dispensary-location-info-window .dispensary-location-info-window__paragraph {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 18px;
	color: #000;
}

.dispensary-location-info-window .dispensary-location-info-window__buttons {
	text-align: left;
	margin-bottom: 10px;
}

.dispensary-location-info-window .dispensary-location-info-window__buttons a {
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 27px;
  	background: #61ce70;
	color: #fff;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	text-transform: none;
	border: 1px solid #61ce70;
	transition: all 0.3s ease;
}

.dispensary-location-info-window .dispensary-location-info-window__buttons a:hover {
	color: #fff;
	background-color: #7513ec;
	text-decoration: none;
	border-color: #7513ec;
	font-weight: 500;
	font-size: 18px;
	text-transform: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(117, 19, 236, 0.4);
	padding: 10px 20px;
	box-sizing: border-box;
}

.elementor-kit-6 a {
	color: var(--e-global-color-primary);
	font-family: "sole-sans-variable", Sans-serif;
	font-size: 15px;
}

.dispensary-location-info-paragraph a {
	color: #61ce6f !important;
}

@media (max-width: 991px) {
	.dispensary-finder-map__filters--mobile {
		width: 100%;
		padding: 20px 15px;
	}

	.dispensary-finder-map__container .dispensary-finder-map__filters--mobile .dispensary-finder-map__filters-toggle {
		display: block;
		width: 100%;
		background: transparent;
		color: black;
		border: none;
		border-bottom: 1px solid black;
		border-radius: 0;
		padding: 12px 5px;
	}

	.dispensary-finder-map__filters-toggle::after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 10px;
	}

	.dispensary-finder-map__filters-container {
		width: 100%;
		position: relative;
	}

	.dispensary-finder-map__filters-overlay {
		display: none;
		position: absolute;
		width: 100%;
		background: white;
		z-index: 2;
		top: 0;
		left: 0;
	}

	.dispensary-finder-map__filter-overlay--span {
		display: block;
	}

	.dispensary-finder-map__filters {
		box-shadow: 0px 8px 8px #0000002e;
		padding: 30px 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	.dispensary-finder-map__filter-overlay {
		padding: 0 15px;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}

	.dispensary-finder-map__filter-button {
		margin: 0;
		font-size: 16px;
		padding: 10px 20px;
	}
	
	.dispensary-finder-map__filter-button:hover {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.dispensary-finder-map__list {
		flex: 0 0 100%;
		max-height: 500px;
		height: auto;
		order: 2;
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
		padding: 20px 30px;
	}
	
	.dispensary-finder-map-list .dispensary-finder-map-list__single-image-column {
		padding-right: 0px;
	}

	.dispensary-finder-map-list__single-thumbnail {
		margin-top: 8px;
		height: 100px;
		max-width: 170px;
		margin: 0px auto;
	}

	.dispensary-finder-map-list__single-title {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.dispensary-finder-map-list__single-get-directions {
		font-size: 14px;
		padding: 8px 16px;
		max-width: 140px;
	}
	
	.dispensary-finder-map-list__single-get-directions:hover {
		font-size: 14px;
	}

	.dispensary-finder-map {
		flex: 0 0 100%;
		height: 500px;
	}

	.dispensary-location-info-window .dispensary-location-info-window__title {
		margin: 0px;
		font-size: 10px;
	}

	.dispensary-location-info-window .dispensary-location-info-window__paragraph {
		font-size: 10px;
	}
	
	.dispensary-location-info-window .dispensary-location-info-window__buttons a {
		font-size: 14px;
		padding: 8px 16px;
	}
	
	.dispensary-location-info-window .dispensary-location-info-window__buttons a:hover {
		font-size: 14px;
	}

	.dispensary-finder-map .gm-style-iw {
		max-width: 85vw!important;
	}
}

@media (max-width: 575px) {
	.dispensary-finder-map__filter-overlay {
		flex: 0 0 100%;
	}

	.dispensary-location-info-window {
		padding: 0;
	}

	.dispensary-location-info-window .dispensary-location-info-window__buttons a {
		width: 100%;
		margin: 0 0 5px;
	}
}