.amarillocalculoenviogratis-container {
  margin-bottom: 20px;
  width: 100%;
}

.amarillocalculoenviogratis-message {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}

.text-bold {
  font-weight: 600;
}

.amarillocalculoenviogratis-progress-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  width: 100%;
}

.amarillocalculoenviogratis-progress-start,
.amarillocalculoenviogratis-progress-end {
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}

.amarillocalculoenviogratis-progress-bar {
  flex: 1;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-width: 100px;
}

.amarillocalculoenviogratis-progress {
  height: 100%;
  background-color: #4285f4;
  border-radius: 5px;
  min-width: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
