.az-explora-guides {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  width: min(1180px, calc(100% - 2rem));
  margin: -2.3rem auto 3.25rem;
}

.az-explora-guides a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #cfc7b7;
  border-radius: 3px;
  background: #fff;
  color: #4f411d;
  padding: .65rem .85rem;
  font: 700 .82rem/1.25 Inter, Arial, sans-serif;
  text-decoration: none;
}

.az-explora-guides a:hover,
.az-explora-guides a:focus-visible {
  border-color: #8c712d;
  background: #fff9e9;
}

.az-explora-guides a:focus-visible {
  outline: 2px solid #8c712d;
  outline-offset: 2px;
}

.az-ips--luxury .az-ips-choice--empty {
  opacity: .78;
}

.az-explora-featured-journey {
  width: min(1180px, 100%);
  margin: 1rem auto 0;
  border-left: 3px solid #c9a84c;
  background: #fff9e9;
  color: #4f4a40;
  padding: .8rem 1rem;
  font: 600 .88rem/1.5 Inter, Arial, sans-serif;
}

.az-explora-featured-journey a {
  color: #715b21;
  font-weight: 800;
}

.az-explora-fact-source {
  margin-top: 1rem;
  color: #625e56;
  font: 500 .78rem/1.55 Inter, Arial, sans-serif;
}

.az-explora-fact-source a {
  color: #715b21;
  font-weight: 700;
}

@media (max-width: 679px) {
  .az-explora-guides {
    display: grid;
    margin-top: -1.8rem;
  }

  .az-explora-guides a {
    width: 100%;
  }
}
