/* Âncoras de vistos · destinos dos chips “Para qual objetivo…” na home */
.mgm-visa-anchors {
  padding-block: clamp(2rem, 3.5vw, 2.75rem);
  background: var(--wp--preset--color--ivory-100, #F8F5EF);
}

.mgm-visa-anchors__head {
  max-width: 42rem;
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: center;
}

.mgm-visa-anchors__head h2 {
  margin: 0 0 .65rem;
}

.mgm-visa-anchors__lead {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.55;
  color: rgba(0, 0, 43, .62);
}

.mgm-visa-anchors__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: .85rem;
}

.mgm-visa-anchors__group + .mgm-visa-anchors__group {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.mgm-visa-anchors__group-title {
  margin: 0 0 .75rem;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: var(--wp--preset--color--navy-900, #00002b);
}

.mgm-visa-anchor {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(0, 0, 43, .08);
  border-radius: 10px;
  background: #fff;
  scroll-margin-top: calc(
    var(--mgm-announcement-h, 0px)
    + var(--mgm-header-height, 72px)
    + 1rem
  );
}

.mgm-visa-anchor:target {
  border-color: rgba(var(--mgm-gold-rgb, 197, 160, 89), .45);
  box-shadow: 0 0 0 3px rgba(var(--mgm-gold-rgb, 197, 160, 89), .12);
}

.mgm-visa-anchor__label {
  margin: 0 0 .35rem;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--wp--preset--color--navy-900, #00002b);
}

.mgm-visa-anchor__desc {
  margin: 0;
  font-size: .8125rem;
  line-height: 1.45;
  color: rgba(0, 0, 43, .62);
}

.mgm-visa-anchor__more {
  margin: .65rem 0 0;
  font-size: .78rem;
  font-weight: 700;
}

.mgm-visa-anchor__more a {
  color: var(--mgm-gold);
  text-decoration: none;
}

.mgm-visa-anchor__more a:hover {
  text-decoration: underline;
}

.mgm-path-card {
  scroll-margin-top: calc(
    var(--mgm-announcement-h, 0px)
    + var(--mgm-header-height, 72px)
    + 1rem
  );
}
