.im-geo-picker {
  background: #f8fafc;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 18px;
}

.im-geo-label {
  color: #0f172a;
  display: block;
  font-size: .9rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.im-geo-btn {
  align-items: center;
  background: #1d4ed8;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(29, 78, 216, .18);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
}

.im-geo-btn:disabled {
  cursor: wait;
  opacity: .72;
}

.im-geo-optional {
  font-weight: 700;
  opacity: .84;
}

.im-geo-status {
  color: #64748b;
  font-size: .84rem;
  font-weight: 700;
  margin: 10px 0 0;
}

.im-geo-status.is-success {
  color: #047857;
}

.im-geo-status.is-warning {
  color: #b45309;
}

.im-geo-status.is-loading {
  color: #1d4ed8;
}

.im-geo-map {
  margin-top: 14px;
}

.im-geo-leaflet {
  border: 1px solid #cfd8e3;
  border-radius: 12px;
  height: 300px;
  overflow: hidden;
  width: 100%;
}

.im-geo-coords {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 9px;
  color: #1d4ed8;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  margin: 10px 0 0;
  padding: 7px 10px;
}

.im-geo-fallback {
  margin-top: 14px;
}

.im-geo-fallback label {
  color: #334155;
  display: block;
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: 7px;
}

.im-geo-fallback input {
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  color: #0f172a;
  min-height: 44px;
  padding: 11px 13px;
  width: 100%;
}

@media (max-width: 768px) {
  .im-geo-picker {
    padding: 15px;
  }

  .im-geo-btn {
    justify-content: center;
    width: 100%;
  }
}
