.mn-container {
  font-family: 'Arial', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #000;
}

.mn-title {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 24px !important;
}

.mn-input-section {
  margin-bottom: 30px;
}

.mn-calorie-input {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
}

.mn-label {
  font-weight: bold;
  color: #000;
  flex: 1;
}

.mn-input {
  width: 100px;
  padding: 8px;
  border: 2px solid #000;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}

.mn-unit {
  font-weight: bold;
  color: #000;
  width: 50px;
}

.mn-macro-sliders {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mn-slider-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mn-range {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: #ddd;
  border-radius: 4px;
  outline: none;
}

.mn-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

.mn-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}

.mn-value-info {
  display: flex;
  justify-content: flex-end;
}

.mn-value-detail {
  font-size: 14px;
  color: #555;
}

.mn-visualization {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}

.mn-charts-container {
  flex: 1;
  height: 300px;
}

.mn-recommendations {
  background-color: #f9f9f9;
  padding: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 0;
  border-left: 5px solid #000;
  width: 100%;
}

.mn-recommendation-text {
  color: #000;
  margin-bottom: 10px;
}

.mn-status {
  font-weight: bold;
  color: #24c789;
  font-size: 15px;
}

.mn-proteines-range {
  background: linear-gradient(to right, #ececec 0%, #ececec 35%, #24C789 35%, #24C789 67.5%, #ececec 67.5%, #ececec 100%);
}

.mn-glucides-range {
  background: linear-gradient(to right, #ececec 0%, #ececec 29.41%, #24C789 29.41%, #24C789 49.02%, #ececec 49.02%, #ececec 100%);
}

.mn-lipides-range {
  background: linear-gradient(to right, #ececec 0%, #ececec 32.26%, #24C789 32.26%, #24C789 48.39%, #ececec 48.39%, #ececec 100%);
}
