  /*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.rich-text table,
.block-content table {
  width: 100%;
  margin-bottom: 48px;
  border-collapse: collapse;
  table-layout: fixed;
}
.rich-text table tr td,
.rich-text table tr th,
.block-content table tr td,
.block-content table tr th {
  border: 1px solid #000000;
  word-wrap: break-word;
}
.rich-text table tr th,
.block-content table tr th {
  background-color: #006a4d;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 550;
  padding: 1rem 0.75rem;
}
@media (min-width: 768px) {
  .rich-text table tr th,
  .block-content table tr th {
    padding: 1rem 1.5rem;
  }
}
.rich-text table tr td,
.block-content table tr td {
  padding: 0.5rem 0.75rem;
}
@media (min-width: 768px) {
  .rich-text table tr td,
  .block-content table tr td {
    padding: 0.5rem 1.5rem;
  }
}
.rich-text table a,
.block-content table a {
  text-decoration: none;
}