/* Restore the guide-page styles so the Vyzooo badge and destination links render correctly. */
.guide-stamp {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  border: 1px solid #37736d;
  display: grid;
  place-items: center;
  text-align: center;
  color: #1b625d;
  transform: rotate(10deg);
}

.guide-stamp small {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.7;
}

.destination-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 50px;
}

.destination-picker a {
  border: 1px solid #dbe4df;
  border-radius: 100px;
  padding: 8px 13px;
  background: white;
  font-size: 13px;
  font-weight: 700;
}

.destination-picker a.active {
  background: #142d3a;
  color: white;
  border-color: #142d3a;
}

@media (max-width: 800px) {
  .guide-stamp {
    display: none;
  }
}
