.rdh-go-page {
  padding: 0 15px 30px;
}

.rdh-go-search {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

#rdh-go-search-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #dce3ee;
  border-radius: 12px;
  background: #fff;
  color: #10235a;
  font-size: 14px;
  box-sizing: border-box;
}

#rdh-go-search-button {
  height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 12px;
  background: #10235a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.rdh-go-status {
  min-height: 24px;
  margin-bottom: 8px;
  color: #7c879f;
  font-size: 12px;
}

.rdh-go-map-wrap {
  position: relative;
}

.rdh-go-map {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}

.rdh-go-locate {
  position: absolute;
  z-index: 500;
  right: 12px;
  bottom: 12px;

  height: 40px;
  padding: 0 13px;

  border: 0;
  border-radius: 12px;

  background: #fff;
  color: #10235a;

  font-size: 12px;
  font-weight: 700;

  box-shadow: 0 4px 14px rgba(16,35,90,.15);
}

/* =========================================================
   INFORMATIONS ITINERAIRE
   ========================================================= */

.rdh-go-route-info {
  margin: 0 0 12px;
  padding: 11px 14px;

  border-radius: 14px;

  background: #ffffff;

  color: #10235a;

  font-size: 14px;
  font-weight: 700;

  box-shadow: 0 4px 14px rgba(16,35,90,.07);
}

