﻿/* =========================================================
   sustainable-sanitation.css — 環境保護
========================================================= */

.sustainable-sanitation-page .sustainable-sanitation-content {
  margin-top: 0;
}

.sustainable-sanitation-page .sustainable-sanitation-content h6 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--sustainable-primary, #1a6b52);
}

.sustainable-sanitation-page .content-table .table {
  font-size: 0.88rem;
}

.sustainable-sanitation-page .content-table .table td:first-child,
.sustainable-sanitation-page .content-table .table th:first-child {
  white-space: nowrap;
}

.sustainable-sanitation-page .sustainable-sanitation-content .row {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.sustainable-sanitation-page .sustainable-sanitation-content .row img {
  border-radius: 0.5rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

@media (max-width: 767.98px) {
  .sustainable-sanitation-page .content-table .table {
    font-size: 0.78rem;
  }

  .sustainable-sanitation-page .content-table .table td:first-child,
  .sustainable-sanitation-page .content-table .table th:first-child {
    white-space: normal;
  }
}
