/* Guide e risorse 6.0.0 — the main design system is supplied by the theme. */
.gl-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
  font-size: .92rem;
}

.gl-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: .45rem;
  color: #7992a8;
}

.gl-breadcrumb a {
  color: #0b66d3;
  text-decoration: none;
}

.gl-resource-index > h2 {
  margin-top: clamp(38px, 5vw, 64px);
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.gl-resource-index-card small {
  display: block;
  margin-top: 12px;
  color: #627d98;
}

.gl-resource-open {
  display: inline-block;
  margin-top: 16px;
  color: #0b66d3;
  font-weight: 800;
}

.gl-resource-index-card:hover .gl-resource-open,
.gl-resource-index-card:focus .gl-resource-open {
  color: #084fad;
}

.gl-platform-hub__subject-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.gl-platform-hub__subject-list a {
  display: block;
  height: 100%;
  padding: 14px 16px;
  border: 1px solid #d9e8f6;
  border-radius: 14px;
  background: #f8fbff;
  font-weight: 700;
}

.gl-platform-hub__component {
  scroll-margin-top: 110px;
  margin-top: 36px;
  padding-top: 8px;
}

.gl-platform-hub__symptoms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.gl-platform-hub__symptom {
  padding: 20px;
  border: 1px solid #d9e8f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(23 67 108 / 7%);
}

.gl-platform-hub__symptom h4 {
  margin-top: 0;
}

.gl-guide-sources {
  padding-left: 1.25rem;
}

.gl-guide-sources li + li {
  margin-top: .55rem;
}

@media (max-width: 760px) {
  .gl-platform-hub__subject-list,
  .gl-platform-hub__symptoms {
    grid-template-columns: 1fr;
  }
}
