/* The operating model uses the same thin diagram grammar as the case studies. */
.case-diagram--fintellect {
  border-top: 0;
  padding-top: 0;
}

.dg--fintellect .dg-title {
  letter-spacing: .055em;
}

.dg--fintellect .dg-sub {
  fill: #96858d;
  font-size: 10.5px;
  letter-spacing: 0;
}

.dg--fintellect .dg-label {
  fill: #97808c;
  font-size: 10px;
  letter-spacing: .12em;
}

.dg--fintellect .dg-chip text {
  letter-spacing: .065em;
}

.dg--fintellect .dg-link path {
  stroke: #654653;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dg--fintellect .fi-dg-divider {
  stroke: #35242c;
  stroke-width: 1;
}

.dg--fintellect .fi-dg-currency {
  fill: #c5a676;
}

.dg--fintellect .fi-dg-loop-label {
  fill: #a58092;
  font-size: 10px;
  letter-spacing: .09em;
}

.dg--fintellect .dg-node--selected .dg-sub {
  fill: #bc91a5;
}

.case-diagram--fintellect figcaption {
  margin-top: 12px;
}
