.profile_tesla__form .form-control-label {
  color: var(--color-text-dark);
  font-family: 'Gotham-Light';
  font-size: 16px;
  margin-top: 16px;
}

#retrive-tokens-link {
  cursor: pointer;
}

#retrive-tokens-link:hover,
a.token-link:hover,
p.platform {
  color: var(--color-accent);
  color: var(--color-text-dark);
  text-decoration: none;
}

a.token-link {
  color: var(--color-dark-accent) !important;
}

a.token-link:hover {
  color: var(--color-text-black);
  text-decoration: none;
}

.refresh-link {
  color: var(--color-dark-accent);
  margin-left: 8px;
}
.refresh-link:hover {
  color: var(--color-accent);
}

.access_token i,
.refresh_token i {
  padding-top: 1rem;
}

p.platform {
  color: var(--color-accent);
}

#map.tesla_map {
  width: 100%;
  height: 400px;
  position: relative;
}

.geocoder {
  width: 100%;
}

.mapboxgl-ctrl-geocoder {
  box-shadow: none !important;
  width: 100%;
  max-width: none !important;
  width: 100% !important;
}

.mapboxgl-ctrl-geocoder--input,
.mapboxgl-ctrl-geocoder--suggestion {
  font-family: var(--font-body);
}

@media screen and (min-width: 992px) {
  .tesla-instructions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
