﻿/* =========================================================
   sustainable-wellbeing.css — 幸福職場
========================================================= */

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

.sustainable-wellbeing-page .sustainable-wellbeing-content h3 a {
  color: inherit;
  text-decoration: none;
}

.sustainable-wellbeing-page .sustainable-wellbeing-content h3 a:hover {
  color: var(--sustainable-primary, #1a6b52);
}

.sustainable-wellbeing-page .content-table .table {
  font-size: 0.9rem;
  text-align: center;
}

.sustainable-wellbeing-page .content-table .table th,
.sustainable-wellbeing-page .content-table .table td {
  vertical-align: middle;
}

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