.ms-fsb-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.ms-fsb-text {
  margin-bottom: 8px;
}

.ms-fsb-bar {
  position: relative;
  width: 100%;
  height: 8px; /* <- plus visible */
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
}

.ms-fsb-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #032b80, #007bff); /* <- couleur plus visible */
  border-radius: 8px;
  transition: width 0.5s ease;
}

.ms-fsb-text.success {
  color: #009900;
  font-weight: 600;
}
