.step-item {
    position: relative;
    flex: 1;
    text-align: center;
}

.step-item::before {
    content: '';
    position: absolute;
    left: -50%;
    top: 1rem;
    height: 2px;
    width: 100%;
    background: #e5e7eb;
}

.step-item.active::before {
    background: #2563eb;
}

.step-item:first-child::before {
    display: none;
}

.status-submitted {
    background-color: #fef3c7;
    color: #92400e;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.status-approved {
    background-color: #dcfce7;
    color: #166534;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.status-rejected {
    background-color: #fee2e2;
    color: #991b1b;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.button {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    cursor: pointer;
    margin: 0 0.25rem;
}

.button-approve {
    background-color: #22c55e;
    color: white;
}

.button-reject {
    background-color: #ef4444;
    color: white;
}

/* Styles pour la carte Leaflet (Preline Grayscale) */

.hs-leaflet.leaflet-touch .leaflet-control-layers,
.hs-leaflet.leaflet-touch .leaflet-bar {
  border-width: 0px;
}

.hs-leaflet.leaflet-touch .leaflet-bar a {
  line-height: 1.5;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hs-leaflet.leaflet-touch .leaflet-bar a:first-child,
.hs-leaflet.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 8px;
}

.hs-leaflet .leaflet-control-zoom-in,
.hs-leaflet .leaflet-control-zoom-out {
  font-weight: 400;
  font-size: 18px;
  color: #1f2937;
  text-indent: 0px;
}

.hs-leaflet .leaflet-bar {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hs-leaflet .leaflet-bar a {
  border-width: 0;
}

.hs-leaflet .leaflet-bar a:hover,
.hs-leaflet .leaflet-bar a:focus {
  background-color: #e5e7eb;
}

.hs-leaflet .leaflet-popup-content-wrapper,
.hs-leaflet .leaflet-popup-tip {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.hs-leaflet .leaflet-popup-tip {
  border-radius: 4px;
}

.hs-leaflet.leaflet-container a.leaflet-popup-close-button {
  top: -10px;
  right: -10px;
  border-radius: 9999px;
  background-color: #f3f4f6;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.hs-leaflet.leaflet-container a.leaflet-popup-close-button:hover {
  background-color: #f3f4f6;
}

.hs-leaflet-unstyled-popover .leaflet-popup-content-wrapper {
  display: flex;
}

.hs-leaflet-unstyled-popover .leaflet-popup-content {
  padding: 0;
  margin: 0;
  background: none;
  line-height: normal;
  border-radius: 0;
  font-size: inherit;
  min-height: auto;
}