.lolobolo-company-map {
	border: 1px solid #d7dbe0;
	border-radius: 16px;
	padding: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
	box-shadow: 0 10px 30px rgba(18, 38, 63, 0.08);
}

.lolobolo-company-map__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.lolobolo-company-map__button {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	background: #1264a3;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.lolobolo-company-map__button:hover {
	transform: translateY(-1px);
	background: #0f588f;
}

.lolobolo-company-map__button:disabled {
	opacity: 0.65;
	cursor: not-allowed;
	transform: none;
}

.lolobolo-company-map__button--secondary {
	background: #1f2937;
}

.lolobolo-company-map__button--secondary:hover {
	background: #111827;
}

.lolobolo-company-map__status {
	min-height: 24px;
	margin-bottom: 16px;
	font-size: 14px;
}

.lolobolo-company-map__status.is-loading {
	color: #1264a3;
}

.lolobolo-company-map__status.is-success {
	color: #136f3a;
}

.lolobolo-company-map__status.is-error {
	color: #b42318;
}

.lolobolo-company-map__meta {
	margin-bottom: 20px;
}

.lolobolo-company-map__meta p {
	margin: 0 0 8px;
}

.lolobolo-company-map__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.lolobolo-company-map__item {
	padding: 14px 16px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
}

.lolobolo-company-map__item h3 {
	margin: 0 0 6px;
	font-size: 17px;
}

.lolobolo-company-map__item p {
	margin: 0;
	color: #475467;
}

.lolobolo-company-map__category {
	margin-top: 8px !important;
	font-size: 13px;
	font-weight: 700;
	color: #1264a3 !important;
	text-transform: capitalize;
}

.lolobolo-company-map__directions {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	border-radius: 999px;
	padding: 9px 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff !important;
	background: #136f3a;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.lolobolo-company-map__directions:hover {
	transform: translateY(-1px);
	background: #0f5f31;
}

.lolobolo-company-map__popup-directions {
	display: inline-block;
	margin-top: 8px;
	font-weight: 700;
	color: #1264a3;
}

.lolobolo-company-map__map {
	display: none;
	margin-top: 20px;
	width: 100%;
	height: 420px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #d7dbe0;
}

.lolobolo-company-map__map.is-visible {
	display: block;
}

.lolobolo-company-map__empty {
	margin: 0;
}

@media (max-width: 640px) {
	.lolobolo-company-map {
		padding: 16px;
	}

	.lolobolo-company-map__button {
		width: 100%;
		justify-content: center;
	}

	.lolobolo-company-map__map {
		height: 320px;
	}
}
