.post-content-compact > *:not(.alignwide),
.post-content-compact > figure:not(.alignwide) {
  max-width: var(--canvas-max-width-narrow);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.brxe-post-content figcaption {
  font-size: var(--text-s);
  line-height: 1.3;
  color: var(--color-text-faded);
  text-align: left;
}


blockquote {
  font-size: var(--text-l);
  font-family: var(--font-fam-base);
  line-height: 1.5;
  font-weight: 500;
  border: none;
}
blockquote::before {
    content: '„';
    position: absolute;
    top: -0.65em;
    left: 0em;
    font-size: 3.5em;
    line-height: 1;
    font-weight: 600;
    color: var(--color-border-20);
}
blockquote cite {
  text-transform: none;
  color: var(--color-text-faded);
  font-size: 0.9em;
  margin-top: 0.75em;
  line-height: 1.2;
}
blockquote cite::before {
    content: '— ';
}


.brxe-post-content figure.wp-block-table {
  border: 1px solid var(--color-border-20);
  border-radius: var(--border-radius-m);
}
.brxe-post-content figure.wp-block-table,
.brxe-post-content table {
  font-size: var(--text-s);
  line-height: 1.3;
  hyphens: auto;
  table-layout: auto!important;
}
.brxe-post-content table strong {
  font-weight: 600;
}
.brxe-post-content table thead {
  border-bottom: 2px solid var(--color-border-20);
}
.brxe-post-content table th,
.brxe-post-content table td {
  padding: 0.75rem 0.5rem;
  border: none;
  min-width: 180px;
}
.brxe-post-content table th {
  font-weight: 600;
}
.brxe-post-content table tbody tr:nth-child(odd) {
  background-color: var(--color-background)!important;
}
.brxe-post-content table tbody tr:nth-child(even) {
  background-color: var(--color-bg-20);
}
.brxe-post-content table tbody tr {
  border-bottom: 1px solid var(--color-border-20);
}
.brxe-post-content figure.wp-block-table figcaption {
  padding: 1em;
  margin: 0;
  font-size: var(--text-xs);
  color: var(--color-text-faded);
}

.brxe-post-content figure.wp-block-table.is-style-stripes {
  border: none;
}
.brxe-post-content figure.wp-block-table.is-style-stripes table tbody tr {
  border-bottom: none;
}