.alshorjaa-site-location[hidden] {
	display: none;
}

.alshorjaa-site-location {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 99998;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.alshorjaa-site-location__panel {
	display: grid;
	gap: 5px;
	width: min(420px, 100%);
	padding: 13px 15px;
	background: #fff;
	border: 1px solid #d8dee4;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	pointer-events: auto;
}

.alshorjaa-site-location__panel strong,
.alshorjaa-site-location__panel p {
	display: block;
	margin: 0;
}

.alshorjaa-site-location__panel strong {
	color: #111827;
	font-size: 16px;
}

.alshorjaa-site-location__panel p {
	margin-top: 5px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.7;
}

.alshorjaa-site-location__status:empty {
	display: none;
}

.alshorjaa-site-location__retry {
	width: fit-content;
	min-height: 36px;
	margin-top: 8px;
	padding: 0 14px;
	background: #0f766e;
	border: 1px solid #0f766e;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
}

.alshorjaa-site-location__retry[hidden] {
	display: none;
}

.alshorjaa-site-location__retry:disabled {
	cursor: wait;
	opacity: 0.72;
}

@media (max-width: 640px) {
	.alshorjaa-site-location {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.alshorjaa-site-location__panel {
		grid-template-columns: 1fr;
	}
}
