.swh-fsp {
  border: 1px solid #e7dccf;
  background: #fbf7f2;
  padding: 16px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.swh-fsp__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #3f342c;
}

.swh-fsp__message {
  font-size: 15px;
  line-height: 1.5;
  color: #4d4037;
  margin-bottom: 12px;
}

.swh-fsp__bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #eadfce;
  overflow: hidden;
}

.swh-fsp__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: #7a9d54;
  transition: width 0.25s ease;
}

.swh-fsp__note {
  font-size: 12px;
  line-height: 1.4;
  color: #7b6c60;
  margin-top: 10px;
}

.swh-fsp.is-complete .swh-fsp__fill {
  background: #5b8f3d;
}

.swh-fsp.is-error .swh-fsp__fill {
  background: #b78d8d;
}
