.wysiwyg{
  position: relative;
}

.wysiwyg img::after {
  background-image: url(../images/Circularity.jpg);
  padding-right: 48px;
  padding-bottom: 48px;
}

/* S */
@media (max-width: 479px) {
  /* 4 columns */
  .wysiwyg div {
    grid-column: 1 / 5;
  }
}

/* M */
@media (min-width: 480px) and (max-width: 960px) {
  /* 8 columns */
  .wysiwyg div {
    grid-column: 1 / 9;
  }
}

/* S and M */
@media (min-width: 960px) {
}

@media (max-width: 960px) {
}

/* L */
@media (min-width: 960px) and (max-width: 1440px) {
  /* 12 columns */
  .wysiwyg div {
    grid-column: 1 / 8;
  }

  .single .wysiwyg div {
    grid-column: 2 / 9;
  }
}

/* XL */
@media (min-width: 1440px) {
  /* 12 columns */
  .wysiwyg div {
    grid-column: 1 / 8;
  }

  .single .wysiwyg div {
    grid-column: 2 / 9;
  }
}

.wysiwyg iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* .wysiwyg p a {
  font-size: revert;
  font-family: revert;
  font-weight: revert;
  text-decoration: none;
  border-bottom: 1px solid var(--foreground);
} */

.wysiwyg table,
.wysiwyg td,
.wysiwyg th {
  border-bottom: 1px solid var(--gray-50);
  text-align: left;
  font-family: "WorkSans", Helvetica, Arial, sans-serif;
}

.wysiwyg td,
.wysiwyg th {
  padding: 12px;
}

.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
