.water-main {
  min-height: 100svh;
  padding-top: 86px;
}

.water-section {
  display: flex;
  min-height: calc(100svh - 86px);
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(72px, 9vw, 118px);
}

.water-copy {
  max-width: 920px;
}

.water-copy h1 {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1.05;
}

.water-facility {
  margin: 25px 0 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 700;
  letter-spacing: -.025em;
}

.water-data-date {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.water-data-date time {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.water-demo-note {
  display: block;
  margin-top: 11px;
  color: #818581;
  font-size: 11px;
  line-height: 1.6;
}

.water-search-card {
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 24px;
}

.water-search-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.water-search-heading h2 {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.water-search-heading p {
  margin: 0;
  color: #818581;
  font-size: 11px;
  line-height: 1.6;
}

.water-search-form {
  margin-top: 22px;
}

.water-search-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, .8fr)) minmax(220px, 1.25fr) auto;
  align-items: end;
  gap: 13px;
}

.water-search-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.water-search-field > span {
  color: #656966;
  font-size: 10px;
  font-weight: 700;
}

.water-search-field input,
.water-search-field select {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(21, 23, 26, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  font: 600 12px/1 "Manrope", "Noto Sans KR", sans-serif;
}

.water-search-field input:focus,
.water-search-field select:focus {
  border-color: #3157ff;
  outline: 2px solid rgba(49, 87, 255, .14);
  outline-offset: 1px;
}

.water-search-field [aria-invalid="true"] {
  border-color: #b4372f;
  outline-color: rgba(180, 55, 47, .14);
}

.water-search-button {
  min-width: 92px;
  height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: #15171a;
  color: #fff;
  font: 800 12px/1 "Noto Sans KR", sans-serif;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}

.water-search-button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.water-search-button:focus-visible {
  outline: 2px solid #3157ff;
  outline-offset: 3px;
}

.water-search-button:disabled {
  cursor: wait;
  opacity: .52;
}

.water-search-hint,
.water-search-message {
  margin: 12px 0 0;
  color: #818581;
  font-size: 10px;
  line-height: 1.6;
}

.water-search-message[data-state="success"] {
  color: #167044;
}

.water-search-message[data-state="error"] {
  color: #a12e28;
}

.water-search-message[hidden] {
  display: none;
}

.water-kpi-section {
  margin-top: clamp(42px, 6vw, 68px);
}

.water-kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.water-kpi-card {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 22px;
  border-radius: 22px;
}

.water-kpi-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.water-kpi-card > div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 7px;
}

.water-kpi-card strong {
  min-width: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.055em;
  line-height: 1;
  white-space: nowrap;
}

.water-kpi-card span {
  flex: 0 0 auto;
  color: #858985;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.water-api-card {
  margin-top: 20px;
  padding: 30px 32px;
  border-radius: 26px;
}

.water-api-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.water-api-heading small {
  color: #3157ff;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.water-api-heading h2 {
  margin: 7px 0 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.water-api-heading > span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(21, 23, 26, .1);
  border-radius: 999px;
  background: rgba(21, 23, 26, .04);
  color: #656966;
  font-size: 10px;
  font-weight: 800;
}

.water-api-card[data-state="success"] .water-api-heading > span {
  border-color: rgba(31, 132, 79, .2);
  background: rgba(31, 132, 79, .08);
  color: #167044;
}

.water-api-card[data-state="error"] .water-api-heading > span {
  border-color: rgba(188, 55, 47, .2);
  background: rgba(188, 55, 47, .08);
  color: #a12e28;
}

.water-api-status {
  margin: 24px 0 0;
  color: #555a56;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.water-api-summary {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 16px;
  margin-top: 22px;
}

.water-api-summary[hidden],
.water-api-first[hidden] {
  display: none;
}

.water-api-meta,
.water-api-first {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(21, 23, 26, .08);
  border-radius: 17px;
  background: rgba(255, 255, 255, .38);
}

.water-api-meta > div,
.water-api-first dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(21, 23, 26, .07);
}

.water-api-meta > div:last-child,
.water-api-first dl > div:last-child {
  border-bottom: 0;
}

.water-api-meta dt,
.water-api-first dt {
  color: #818581;
  font-size: 10px;
  font-weight: 700;
}

.water-api-meta dd,
.water-api-first dd {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.water-api-first h3 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
}

.water-api-first dl {
  margin: 0;
}

.water-api-note {
  display: block;
  margin-top: 17px;
  color: #818581;
  font-size: 10px;
  line-height: 1.6;
}

.water-quality-card {
  margin-top: 20px;
  padding: 30px 32px;
  border-radius: 26px;
}

.water-quality-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.water-quality-heading small {
  color: #3157ff;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.water-quality-heading h2 {
  margin: 7px 0 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.water-quality-heading > span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(21, 23, 26, .1);
  border-radius: 999px;
  background: rgba(21, 23, 26, .04);
  color: #656966;
  font-size: 10px;
  font-weight: 800;
}

.water-quality-card[data-state="good"] .water-quality-heading > span {
  border-color: rgba(31, 132, 79, .2);
  background: rgba(31, 132, 79, .08);
  color: #167044;
}

.water-quality-card[data-state="warning"] .water-quality-heading > span {
  border-color: rgba(184, 119, 22, .22);
  background: rgba(184, 119, 22, .09);
  color: #93610e;
}

.water-quality-card[data-state="check"] .water-quality-heading > span,
.water-quality-card[data-state="error"] .water-quality-heading > span {
  border-color: rgba(188, 55, 47, .2);
  background: rgba(188, 55, 47, .08);
  color: #a12e28;
}

.water-quality-message {
  margin: 20px 0 0;
  color: #555a56;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.water-quality-content[hidden] {
  display: none;
}

.water-quality-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 10px;
  margin: 20px 0 0;
}

.water-quality-summary > div {
  min-width: 0;
  padding: 15px 14px;
  border: 1px solid rgba(21, 23, 26, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .38);
}

.water-quality-summary dt {
  color: #818581;
  font-size: 9px;
  font-weight: 700;
}

.water-quality-summary dd {
  margin: 8px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
}

.water-quality-lower {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 14px;
  margin-top: 14px;
}

.water-quality-lower > section,
.water-quality-details {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(21, 23, 26, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .3);
}

.water-quality-lower h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.water-quality-missing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 14px;
  margin: 10px 0 0;
}

.water-quality-missing > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-block: 7px;
  border-bottom: 1px solid rgba(21, 23, 26, .07);
}

.water-quality-missing dt {
  overflow: hidden;
  color: #757975;
  font-size: 9px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.water-quality-missing dd {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.water-quality-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.water-quality-details summary span {
  color: #757975;
  font-size: 9px;
}

.water-quality-table-wrap {
  max-height: 220px;
  margin-top: 14px;
  overflow: auto;
  border: 1px solid rgba(21, 23, 26, .08);
  border-radius: 11px;
}

.water-quality-table-wrap:focus-visible {
  outline: 2px solid #3157ff;
  outline-offset: 2px;
}

.water-quality-table-wrap table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 10px;
  white-space: nowrap;
}

.water-quality-table-wrap th,
.water-quality-table-wrap td {
  padding: 10px 11px;
  border-bottom: 1px solid rgba(21, 23, 26, .07);
  text-align: left;
}

.water-quality-table-wrap th {
  position: sticky;
  top: 0;
  background: #ecebe6;
  color: #656966;
  font-weight: 800;
}

.water-quality-table-wrap tr:last-child td {
  border-bottom: 0;
}

.water-quality-table-wrap .water-quality-empty {
  height: 76px;
  color: #818581;
  text-align: center;
}

.water-quality-note {
  margin: 14px 0 0;
  color: #818581;
  font-size: 9px;
  line-height: 1.65;
}

.water-chart-card {
  margin-top: 20px;
  padding: 30px 32px 25px;
  border-radius: 26px;
}

.water-chart-heading h2 {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.water-chart-container {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 22px;
}

.water-chart-container canvas {
  max-width: 100%;
}

.water-chart-message {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #757975;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.water-chart-message[hidden] {
  display: none;
}

.water-chart-description {
  margin: 18px 0 0;
  color: #818581;
  font-size: 11px;
  line-height: 1.65;
}

.water-explorer-card {
  margin-top: 20px;
  padding: 30px 32px 25px;
  border-radius: 26px;
}

.water-explorer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.water-explorer-heading small {
  color: #3157ff;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.water-explorer-heading h2 {
  margin: 7px 0 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.water-explorer-heading p {
  max-width: 390px;
  margin: 4px 0 0;
  color: #757975;
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

.water-explorer-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.water-explorer-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.water-explorer-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.water-explorer-field > span {
  color: #656966;
  font-size: 10px;
  font-weight: 800;
}

.water-explorer-field select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(21, 23, 26, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  font: 700 12px/1 "Manrope", "Noto Sans KR", sans-serif;
}

.water-explorer-field select:focus {
  border-color: #3157ff;
  outline: 2px solid rgba(49, 87, 255, .14);
  outline-offset: 1px;
}

.water-explorer-filter-description,
.water-explorer-filter-order {
  margin: 10px 0 0;
  color: #757975;
  font-size: 9px;
  line-height: 1.65;
}

.water-explorer-filter-order {
  margin-top: 4px;
  color: #818581;
}

.water-explorer-same-variable {
  margin: 11px 0 0;
  color: #93610e;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.water-explorer-same-variable[hidden] {
  display: none;
}

.water-explorer-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(21, 23, 26, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .34);
}

.water-explorer-summary > strong {
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.water-explorer-summary p {
  margin: 0;
  color: #757975;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.water-explorer-summary p span {
  color: #15171a;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.water-explorer-summary p i {
  margin-inline: 6px;
  color: rgba(21, 23, 26, .3);
  font-style: normal;
}

.water-correlation-summary {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(21, 23, 26, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .3);
}

.water-correlation-summary h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.water-correlation-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.water-correlation-metrics article {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(21, 23, 26, .035);
}

.water-correlation-metrics span,
.water-correlation-metrics small {
  color: #757975;
  font-size: 9px;
  font-weight: 700;
}

.water-correlation-metrics strong {
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
}

.water-correlation-direction,
.water-correlation-warning,
.water-correlation-note {
  margin: 12px 0 0;
  font-size: 10px;
  line-height: 1.65;
}

.water-correlation-direction {
  color: #555a56;
  font-weight: 700;
}

.water-correlation-warning {
  color: #93610e;
  font-weight: 700;
}

.water-correlation-warning[hidden] {
  display: none;
}

.water-correlation-note {
  color: #818581;
}

.water-explorer-chart-container {
  position: relative;
  width: 100%;
  height: 390px;
  margin-top: 16px;
}

.water-explorer-chart-container canvas {
  max-width: 100%;
}

.water-table-card {
  margin-top: 20px;
  padding: 30px 32px 32px;
  border-radius: 26px;
}

.water-table-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.water-table-heading h2 {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.water-table-heading small {
  color: #818581;
  font-size: 11px;
  line-height: 1.65;
}

.water-table-container {
  max-height: min(70vh, 620px);
  margin-top: 24px;
  overflow: auto;
  border: 1px solid rgba(21, 23, 26, .1);
  border-radius: 16px;
  overscroll-behavior: contain;
}

.water-table-container:focus-visible {
  outline: 2px solid #3157ff;
  outline-offset: 3px;
}

.water-data-table {
  width: 100%;
  min-width: 1920px;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--ink);
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.water-data-table th,
.water-data-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(21, 23, 26, .08);
  text-align: right;
}

.water-data-table thead th {
  position: sticky;
  z-index: 1;
  top: 0;
  background: #ecebe6;
  color: #555a56;
  font-size: 11px;
  font-weight: 700;
  vertical-align: bottom;
}

.water-data-table thead small {
  display: block;
  margin-top: 3px;
  color: #858985;
  font-size: 9px;
  font-weight: 600;
}

.water-data-table th:first-child,
.water-data-table td:first-child {
  text-align: left;
}

.water-data-table tbody th {
  font-weight: 700;
}

.water-data-table tbody td {
  color: #4f5450;
  font-weight: 600;
}

.water-data-table tbody .water-table-state {
  height: 150px;
  color: #757975;
  font-weight: 600;
  text-align: center;
}

.water-data-table tbody tr:last-child th,
.water-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.water-data-table tbody tr:hover {
  background: rgba(49, 87, 255, .035);
}

.water-page .site-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

@media (max-width: 1080px) {
  .water-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .water-main {
    padding-top: 72px;
  }

  .water-section {
    min-height: calc(100svh - 72px);
    padding-block: 72px 80px;
  }

  .water-search-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .water-search-button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .water-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .water-section {
    justify-content: flex-start;
    padding-block: 72px 64px;
  }

  .water-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.1;
  }

  .water-facility {
    margin-top: 20px;
    font-size: 16px;
  }

  .water-data-date {
    margin-top: 9px;
    font-size: 12px;
  }

  .water-demo-note {
    margin-top: 9px;
    font-size: 10px;
  }

  .water-kpi-section {
    margin-top: 40px;
  }

  .water-search-card {
    margin-top: 28px;
    padding: 22px 16px;
    border-radius: 20px;
  }

  .water-search-heading {
    display: block;
  }

  .water-search-heading p {
    margin-top: 7px;
  }

  .water-search-fields {
    grid-template-columns: 1fr;
  }

  .water-kpi-card {
    min-height: 150px;
    padding: 20px 16px;
    border-radius: 19px;
  }

  .water-kpi-card strong {
    font-size: clamp(27px, 8vw, 32px);
  }

  .water-chart-card {
    margin-top: 12px;
    padding: 24px 16px 20px;
    border-radius: 21px;
  }

  .water-explorer-card {
    margin-top: 12px;
    padding: 24px 16px 20px;
    border-radius: 21px;
  }

  .water-explorer-heading {
    display: block;
  }

  .water-explorer-heading h2 {
    font-size: 25px;
  }

  .water-explorer-heading p {
    margin-top: 9px;
    text-align: left;
  }

  .water-explorer-controls {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .water-explorer-filters {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .water-explorer-summary {
    display: block;
    margin-top: 18px;
  }

  .water-explorer-summary p {
    margin-top: 7px;
  }

  .water-explorer-chart-container {
    height: 300px;
    margin-top: 12px;
  }

  .water-correlation-summary {
    padding: 15px;
  }

  .water-correlation-metrics {
    gap: 7px;
  }

  .water-correlation-metrics article {
    padding: 11px 9px;
  }

  .water-correlation-metrics strong {
    font-size: 17px;
  }

  .water-api-card {
    margin-top: 12px;
    padding: 24px 16px 20px;
    border-radius: 21px;
  }

  .water-quality-card {
    margin-top: 12px;
    padding: 24px 16px 20px;
    border-radius: 21px;
  }

  .water-quality-heading h2 {
    font-size: 25px;
  }

  .water-quality-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .water-quality-lower {
    grid-template-columns: 1fr;
  }

  .water-quality-missing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .water-quality-table-wrap table {
    min-width: 100%;
    table-layout: fixed;
    white-space: normal;
  }

  .water-quality-table-wrap th:nth-child(1) {
    width: 29%;
  }

  .water-quality-table-wrap th:nth-child(2) {
    width: 31%;
  }

  .water-quality-table-wrap th,
  .water-quality-table-wrap td {
    vertical-align: top;
    word-break: keep-all;
  }

  .water-api-heading h2 {
    font-size: 25px;
  }

  .water-api-summary {
    grid-template-columns: 1fr;
  }

  .water-chart-heading h2 {
    font-size: 25px;
  }

  .water-chart-container {
    height: 300px;
    margin-top: 17px;
  }

  .water-chart-description {
    margin-top: 15px;
    font-size: 10px;
  }

  .water-table-card {
    margin-top: 12px;
    padding: 24px 16px 20px;
    border-radius: 21px;
  }

  .water-table-heading {
    display: block;
  }

  .water-table-heading h2 {
    font-size: 25px;
  }

  .water-table-heading small {
    display: block;
    margin-top: 8px;
    font-size: 10px;
  }

  .water-table-container {
    margin-top: 18px;
    border-radius: 13px;
  }

  .water-data-table th,
  .water-data-table td {
    padding: 13px 14px;
  }
}

@media (max-width: 350px) {
  .water-kpi-grid {
    grid-template-columns: 1fr;
  }
}
