/* TABLEAU RESPONSIVE */
.cms-table-wrapper {
  overflow-x: auto;
  margin-top: 1.5em;
}

.cms-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  color: #333;
  min-width: 800px;
}

.cms-table thead {
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
}

.cms-table th,
.cms-table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.cms-table tr:nth-child(even) {
  background-color: #fafafa;
}

.cms-table tr:hover {
  background-color: #eef5ff;
}

/* GLOBAL TEXT SPACING AND LAYOUT */
.cms-article p,
.cms-article ul,
.cms-article ol {
  line-height: 1.6;
  margin-bottom: 1em;
}

/* MOBILE STYLING */
@media (max-width: 768px) {
  .cms-table {
    font-size: 0.85em;
  }

  .cms-article h2 {
    font-size: 1.5em !important;
  }
}
