.robin-checkin-hidden-field {
	display: none !important;
}

.robin-gps-checkin-section {
	margin-bottom: 1rem;
}

.robin-gps-checkin-section .elementor-field-label {
	display: block;
	margin-bottom: 0.35rem;
}

.robin-location-required-hint {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #1b4f72;
	font-weight: 600;
}

.robin-location-tools {
	margin-top: 0.25rem;
}

.robin-share-location-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.85rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: #1b4f72;
	color: #fffdf5;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.robin-share-location-btn:hover:not(:disabled) {
	background: #163f5c;
	transform: translateY(-1px);
}

.robin-share-location-btn:disabled {
	opacity: 0.7;
	cursor: wait;
}

.robin-share-location-btn.is-success {
	background: #2d6a4f;
	color: #fffdf5;
}

.robin-location-status {
	margin: 0.75rem 0 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4a5568;
}

.robin-location-status.is-error {
	color: #b42318;
	font-weight: 600;
}

.robin-location-status.is-success {
	color: #2d6a4f;
}
