/* Links Como chegar e Hotéis na seção Local da home. */

.local-section__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.local-section__actions .local-section__cta {
  margin-top: 0;
}

.local-section__more {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 0.22em;
}

.local-section__more:hover,
.local-section__more:focus-visible {
  color: #f4c56a;
}
