.single__layout.content .wp-block-table {
  margin: 2rem 0;
  overflow-x: auto;
}
.single__layout.content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d9dee5;
}
.single__layout.content .wp-block-table tbody td:first-child {
  background: #fafbfc;
}
.single__layout.content .wp-block-table thead th {
  padding: 1.25rem 1.5rem;
  background: #f7f9fb;
  color: #1e293b;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #2b5d88;
}
.single__layout.content .wp-block-table thead th:not(:last-child) {
  border-right: 1px solid #d9dee5;
}
.single__layout.content .wp-block-table tbody tr {
  border-bottom: 1px solid #d9dee5;
}
.single__layout.content .wp-block-table tbody tr:last-child {
  border-bottom: 0;
}
.single__layout.content .wp-block-table tbody td {
  padding: 1.75rem 1.5rem;
  vertical-align: top;
  line-height: 1.75;
  color: #4b5563;
}
.single__layout.content .wp-block-table tbody td:not(:last-child) {
  border-right: 1px solid #d9dee5;
}
.single__layout.content .wp-block-table td:first-child {
  width: 35%;
  font-weight: 700;
  color: #1e293b;
}
.single__layout.content .wp-block-table td:first-child a {
  color: #0f4c81;
  text-decoration: none;
  font-weight: 700;
}
.single__layout.content .wp-block-table td:first-child a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .single__layout.content .wp-block-table table {
    min-width: 700px;
  }
  .single__layout.content .wp-block-table th,
  .single__layout.content .wp-block-table td {
    padding: 1rem;
  }
}