.fps-growth-bar-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 14px 0 10px;
  padding: 0 16px;
  box-sizing: border-box;
}

.fps-growth-bar,
.fps-growth-subbar {
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.fps-growth-bar {
  font-size: 12px;
  line-height: 1.7;
  color: #7b8794;
}

.fps-growth-subbar {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.7;
  color: #94a3b8;
  gap: 10px;
}

.fps-growth-bar-title {
  font-weight: 600;
  color: #334155;
  margin-right: 4px;
}

.fps-growth-bar-item strong {
  color: #2563eb;
  font-weight: 700;
}

.fps-growth-bar-dot {
  color: #cbd5e1;
}

.fps-growth-subbar span {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .fps-growth-bar-wrap {
    margin: 12px 0 8px;
    padding: 0 12px;
  }

  .fps-growth-bar {
    font-size: 11px;
    gap: 6px;
  }

  .fps-growth-subbar {
    font-size: 10px;
    gap: 8px;
  }

  .fps-growth-bar-dot {
    display: none;
  }
}


.fps-growth-link {
  color: #94a3b8;
  text-decoration: none;
}

.fps-growth-link:hover {
  color: #64748b;
  text-decoration: underline;
}
