.freecarrierprogress-card {
  margin-top: 16px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: #f1f1f6;
  padding: 10px 20px;
}

.freecarrierprogress-inner {
  position: relative;
}

.freecarrierprogress-message {
  color: #233a63;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.freecarrierprogress-message strong {
  font-weight: 700;
}

.freecarrierprogress-bar-wrap {
  position: relative;
}

.freecarrierprogress-bar {
  width: 100%;
  height: 10px;
  background: #e0e0e7;
  border-radius: 999px;
  overflow: visible;
  position: relative;
}

.freecarrierprogress-bar-fill {
  display: block;
  height: 100%;
  background: #25a0b6;
  border-radius: 999px;
  position: relative;
}

.freecarrierprogress-icon {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-63%);
  width: 32px;
  height: 25px;
  pointer-events: none;
}

.freecarrierprogress-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #233a63;
}
