:where(.rte, .is-root-container) h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-weight: bold;
}

.rte h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 1rem;
}

:where(.rte, .is-root-container) h1,
h2,
h3 {
  font-family: PT Serif, serif !important;
}

:where(.rte, .is-root-container) h4,
h5,
h6 {
  font-family: var(--font-family-secondary, sans-serif);
}

:where(.rte, .is-root-container) h1 {
  font-size: 3rem;
}

:where(.rte, .is-root-container) h2 {
  font-size: 2rem;
}

:where(.rte, .is-root-container) h3 {
  font-size: 1.5rem;
}

:where(.rte, .is-root-container) h4 {
  font-size: 1.25rem;
  color: #809e3e;
  font-family: sans-serif;
}

:where(.rte, .is-root-container) h5 {
  font-size: 1.1rem;
}

:where(.rte, .is-root-container) h6 {
  font-size: 1rem;
}

:where(.rte, .is-root-container) a {
  color: #0d2c58;
  font-weight: bold;
  font-size: 1.1rem;
}

:where(.rte, .is-root-container) a:hover {
  color: #031938;
  text-decoration: underline;
}

:where(.rte, .is-root-container)
  .is-style-primary-button
  .wp-block-button__link {
  background-color: #94d500;
  color: black;
}

.wp-block-button__link {
  background-color: #94d500;
  color: black;
  padding: 10px 20px;
  border-radius: 10px !important;
}

.wp-block-button__link:hover {
  color: white;
  background-color: #638f38;
}

.is-style-primary-button .wp-block-button__link:hover {
  background-color: #638f38;
  color: white;
}

.is-style-primary-button .wp-block-button__link,
.is-style-secondary-button .wp-block-button__link {
  padding: 10px 20px;
}

.is-style-secondary-button .wp-block-button__link {
  background-color: #ebebeb;
  color: #031938;
}
.is-style-secondary-button .wp-block-button__link:hover {
  background-color: #dadada;
}

.wp-block-roelmagdaleno-callout-block {
  background-color: #ebebeb;
  color: #0d2c58;
  border-left: 6px solid #0d2c58;
  padding: 2rem;
  margin-bottom: 16px;
}

.wp-block-buttons {
  margin-bottom: 16px;
}

hr.wp-block-separator {
  border-color: #ebebeb;
}

.rte ul li,
.block-editor-block-list__block li {
  padding-bottom: 16px;
}

.wp-block-pb-accordion-item {
  border: 1px #eee solid;
  margin-bottom: 1rem;
}

.c-accordion__title {
  padding: 0.5rem 3rem 0.5rem 1rem;
  margin-bottom: 0 !important;
  background: #eee;
}

.is-root-container .c-accordion__title {
  margin-top: 0;
}

.c-accordion__title:after {
  background: var(--color-primary);
  padding: 0.5rem 1.2rem;
  color: white;
}

.c-accordion__content {
  padding: 0.5rem;
}

.is-root-container .c-accordion__content {
  border: #ddd 1px solid;
}

.wp-block-quote {
  border-bottom: 2px solid #ebebeb;
  border-top: 2px solid #ebebeb;
  border-left: none;
  position: relative;
  padding-top: 84px;
  padding-bottom: 20px;
  font-style: italic;
  font-size: 1.1rem;
}

.wp-block-quote:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  height: 24px;
  width: 31px;
  transform: translateX(-50%);
  background: url(../images/quote.svg);
  background-size: cover;
  display: block;
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table thead {
  border: none;
}

.wp-block-table th {
  background: var(--color-primary);
  color: white;
  border: none;
  min-width: 200px;
}

.wp-block-table td {
  border-color: #dadada;
}

.wp-block-table tr:nth-child(2n) {
  background: #ebebeb;
}

.wp-block-table {
  overflow-x: auto;
}
