/* ── modules/bottom-bars/style.css ── */
/* Bottom-anchored animated bar containers — used in bottom-bars layout */

/* Bottom-anchored bar containers: bottom=34px (1080-1046) */
.sCB-bar-outer {
  position: absolute;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.sCB-pct {
  font-family: var(--font);
  font-size: 123px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
  font-feature-settings: 'zero' 1, 'ss08' 1;
  margin-bottom: 13px;
}

.sCB-bar {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  height: 0;
  display: flex;
  align-items: flex-end;
}

.sCB-label {
  font-family: var(--font);
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  padding: 0 34px 24px 34px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.2px;
  font-feature-settings: 'ss04' 1, 'ss05' 1, 'ss06' 1, 'ss07' 1, 'ss08' 1, 'ss09' 1, 'ss10' 1, 'ss11' 1;
}

.sCB-headline {
  position: absolute;
  top: 183px;
  left: 89px;
  width: 900px;
  font-family: var(--font);
  font-size: 89px;
  font-weight: 500;
  line-height: 89px;
  letter-spacing: -2px;
  color: #0e122f;
  font-feature-settings: 'zero' 1, 'ss08' 1;
  margin: 0;
  z-index: 1;
}
