/**
 * @file
 * Basic Page styles
 * Use in templates\node\node--page.html.twig
 */

/**
 * Table
 */

.basic-page table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.basic-page table td,
.basic-page table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.basic-page table tr:first-child td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-primary--x-clear);
  color: white;
  font-weight: 700;
}
