.route-recovery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 43px;
  margin-top: 8px;
  border: 1px solid #ffd7bc;
  border-radius: 11px;
  color: #e85d00;
  background: #fff1e8;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
}

.route-recovery.hidden {
  display: none !important;
}
