.share-map-link {
  margin: 0.75em 0 1em;
  text-align: center;
}
.share-map-link a {
  font-weight: 700;
  text-decoration: none;
  color: #d69828;
}
.share-map-link a:hover, .share-map-link a:focus {
  color: #8eb8e0;
  text-decoration: underline;
}
.share-map-link--full {
  margin: 1.25em 0 1.5em;
}
.share-map-link--full a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  padding: 0.55rem 1.15rem;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #f2f2f2;
  background-color: #2f2f2f;
  border: 1px solid #454545;
  border-radius: 2px;
  box-shadow: none;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.share-map-link--full a:hover, .share-map-link--full a:focus {
  color: #d69828;
  background-color: #3a3a3a;
  border-color: #8eb8e0;
  box-shadow: 0 0 0 1px rgba(142, 184, 224, 0.45);
  text-decoration: none;
}
.share-map-link--full a:focus-visible {
  outline: 2px solid #d69828;
  outline-offset: 2px;
}

.page-node-type-share .block-page-title-block h1 {
  text-align: center;
}
.page-node-type-share .region-sidebar-second .block {
  margin-bottom: 2em;
  text-align: center;
}
.page-node-type-share .region-sidebar-second .block img {
  margin-bottom: 1em;
}
.page-node-type-share .region-sidebar-second .views-view-grid .node--type-merch-showcase {
  margin-bottom: inherit;
}
.page-node-type-share .field--name-field-location,
.page-node-type-share .field--name-field-video {
  text-align: center;
  margin-bottom: 2em;
}
.page-node-type-share .field--name-field-encounter-tags {
  text-align: center;
  margin-bottom: 1em;
  color: #555;
}
.page-node-type-share .field--name-field-encounter-tags .field__items {
  display: inline;
}
.page-node-type-share .field--name-field-encounter-tags .field__item {
  display: inline;
}
.page-node-type-share .field--name-field-encounter-tags .field__item:not(:last-child)::after {
  content: ", ";
  color: #555;
}
.page-node-type-share .field--name-field-encounter-tags a {
  color: inherit;
  text-decoration: none;
}
.page-node-type-share .field--name-field-encounter-tags a:hover, .page-node-type-share .field--name-field-encounter-tags a:focus {
  color: #8eb8e0;
  text-decoration: none;
}

.page-node-type-share .region-sidebar-first .block > h2,
.page-node-type-share .region-sidebar-second .block > h2 {
  border: 0;
  padding: 0.35em 0 0.5em;
  margin: 0 0 0.75rem;
  text-align: center;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 2px solid rgba(142, 184, 224, 0.55);
}

/*# sourceMappingURL=page-share.css.map */
