.social-icon-links [class^="link"],
.social-icon-links [class^="link"]:hover,
.social-icon-links [class^="link"]:focus {
  text-decoration: none;
}

.social-icon-links a {
  text-decoration: none;
}

.site-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-intro {
  flex: 1 1 0;
  min-width: 0;
}

.site-title {
  font-size: 4rem;
  max-width: 800px;
  display: block;
}

.site-subtitle {
  font-size: 2rem;
  max-width: 800px;
  display: block;
}

.site-logo {
  flex: 1 1 0;
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
  max-width: 600px;
  min-height: 120px;
}

.site-logo img {
  width: 500px;
  max-width: 100%;
  height: auto;
  vertical-align: top !important;
  object-fit: contain;
  animation: fade-in 2s ease-in forwards;
}

.pathway-explorer {
  margin-bottom: 1.5rem;
}

.pathway-status {
  margin-bottom: 1rem;
}

.pathway-links-panel {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  background-color: rgba(198, 230, 240, 0.18);
}

.pathway-links-panel h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.pathway-links-list {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.pathway-links-empty {
  list-style: none;
  margin-left: -1.25rem;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 576px) {
  .site-logo {
    width: 100px;
  }
}

.fims-graphic-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.fims-graphic-container img {
  width: 100%;
  display: block;
}

.fims-graphic-container figcaption {
  padding-top: 0.75rem;
  padding-right: 0;
  text-align: left;
  color: var(--bs-body-color);
}

.hotspot {
  position: absolute;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 8px;
}

.hotspot,
.hotspot:visited,
.hotspot:active {
  background: transparent !important;
  box-shadow: none !important;
}

.hotspot:focus-visible {
  background-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(14, 104, 118, 0.95) !important;
}

.hotspot:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) !important;
}

#hs-user1 {
  top: 11%;
  left: 4%;
  width: 16%;
  height: 36%;
}

#hs-user2 {
  top: 11%;
  left: 23%;
  width: 16%;
  height: 36%;
}

#hs-user3 {
  top: 11%;
  left: 42%;
  width: 16%;
  height: 36%;
}

#hs-user4 {
  top: 11%;
  left: 61%;
  width: 16%;
  height: 36%;
}

#hs-user5 {
  top: 11%;
  left: 80%;
  width: 16%;
  height: 36%;
}

a.hotspot {
  display: block;
  position: absolute;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 8px;
}

a.hotspot:hover,
.hotspot:hover {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.fims-graphic-container a.link-hotspot {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.fims-graphic-container a.link-hotspot.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#link-faq-interested {
  top: 58%;
  left: 3%;
  width: 18%;
  height: 38%;
}

#link-planning-interested {
  top: 58%;
  left: 21%;
  width: 19%;
  height: 38%;
}

#link-intro-gh-interested {
  top: 58%;
  left: 41%;
  width: 18%;
  height: 38%;
}

#link-calendar-interested {
  top: 58%;
  left: 61%;
  width: 18%;
  height: 38%;
}

#link-blog-interested {
  top: 58%;
  left: 79%;
  width: 18%;
  height: 38%;
}

#link-intro-gh-newuser {
  top: 58%;
  left: 3%;
  width: 18%;
  height: 38%;
}

#link-intro-demo-newuser {
  top: 58%;
  left: 21%;
  width: 19%;
  height: 38%;
}

#link-fims-packages-newuser {
  top: 58%;
  left: 41%;
  width: 18%;
  height: 38%;
}

#link-blog-newuser {
  top: 58%;
  left: 60%;
  width: 18%;
  height: 38%;
}

#link-calendar-newuser {
  top: 58%;
  left: 79%;
  width: 18%;
  height: 38%;
}

#link-advanced-vignettes-poweruser {
  top: 58%;
  left: 3%;
  width: 18%;
  height: 38%;
}

#link-gh-discussions-poweruser {
  top: 58%;
  left: 23%;
  width: 18%;
  height: 38%;
}

#link-fims-packages-poweruser {
  top: 58%;
  left: 41%;
  width: 18%;
  height: 38%;
}

#link-calendar-poweruser {
  top: 58%;
  left: 60%;
  width: 18%;
  height: 38%;
}

#link-blog-poweruser {
  top: 58%;
  left: 79%;
  width: 18%;
  height: 38%;
}

#link-contributor-vignettes-contributor {
  top: 58%;
  left: 3%;
  width: 18%;
  height: 38%;
}

#link-planning-contributor {
  top: 58%;
  left: 19%;
  width: 21%;
  height: 38%;
}

#link-gh-discussions-contributor {
  top: 58%;
  left: 40%;
  width: 18%;
  height: 38%;
}

#link-calendar-contributor {
  top: 58%;
  left: 60%;
  width: 18%;
  height: 38%;
}

#link-blog-contributor {
  top: 58%;
  left: 79%;
  width: 18%;
  height: 38%;
}

#link-faq-receiver {
  top: 58%;
  left: 5%;
  width: 18%;
  height: 38%;
}

#link-planning-receiver {
  top: 58%;
  left: 27%;
  width: 19%;
  height: 38%;
}

#link-intro-gh-receiver {
  top: 58%;
  left: 53%;
  width: 18%;
  height: 38%;
}

#link-blog-receiver {
  top: 58%;
  left: 76%;
  width: 18%;
  height: 38%;
}
