.lake-prespa-form {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.lake-prespa-form label {
  font-weight: bold;
}
.lake-prespa-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.lake-prespa-table th,
.lake-prespa-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
.lake-prespa-table th {
  background-color: #f5f5f5;
}
.alert-high {
  background-color: #f8d7da !important;
}
.alert-low {
  background-color: #fff3cd !important;
}
.lake-save-btn {
    background-color: #E7F6FF !important;
    color: #000000 !important;
    border: solid 1px !important;
    border-color: #005EE9 !important;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.lake-save-btn:hover {
    background-color: #364151 !important;
    color: #ffffff !important;
    border: solid 0px !important;
}
.status-critical-low  { background-color: #c0392b; color: black; }
.status-warning-low   { background-color: #e67e22; color: black; }
.status-normal        { background-color: #2ecc71; color: black; }
.status-warning-high  { background-color: #e67e22; color: black; }
.status-critical-high { background-color: #c0392b; color: black; }

.lake-prespa-settings-preview input[type="number"] {
    font-size: 14px;
    line-height: 1.2;
    width: 5.5em;           /* Measured width, not pixels */
    padding: 2px 6px;
    box-sizing: content-box;
    text-align: right;
}
