[data-norsyn-module="chronoproof"][data-module-placement="desktop-nav"] {
  color: #765218;
}

[data-norsyn-module="chronoproof"][data-module-placement="desktop-nav"].active {
  color: #173d96;
}

.nav-flyout-grid [data-norsyn-module="chronoproof"] {
  background: #f4ead0;
}

.mobile-nav > [data-norsyn-module="chronoproof"] {
  color: #8b641f;
}

.service-index-card-chronoproof {
  background: #f8f1df;
  box-shadow: inset 0 4px 0 #d3a33c;
}

.service-index-card-chronoproof:hover {
  background: #f1e2bc;
}

.service-index-card-chronoproof > span,
.service-index-card-chronoproof > p {
  color: #765218;
}


/* ChronoProof services-directory card: full-width, centered (layout only) */
.service-index-grid .service-index-card-chronoproof {
  grid-column: 1 / -1;
  align-items: center;
  text-align: center;
  min-height: 0;
}
.service-index-card-chronoproof > span,
.service-index-card-chronoproof > p,
.service-index-card-chronoproof > h2,
.service-index-card-chronoproof > .service-index-bottom {
  max-width: 720px;
  width: 100%;
}
.service-index-card-chronoproof > .service-index-bottom {
  grid-template-columns: auto;
  justify-items: center;
  align-items: center;
  gap: 14px;
}
