.wp-block-image {
  margin-bottom: 15px;
}

.wp-block-list {
  margin-bottom: 15px;
}

.wp-block-media-text__media {
  max-width: 500px;
}

.wp-block-buttons a {
  background: var(--green-gradient);
  box-shadow: var(--button-box-shadow);
  border-radius: 7px;
  margin: 15px 0;
}

.wp-block-buttons a:hover {
  transition: ease-in-out 0.3s;
  opacity: 0.7;
}

.wp-block-table {
  margin-bottom: 20px;
  overflow: auto;
  max-width: 94vw;
  margin-top: 15px;
}

.wp-block-table table {
  min-width: max-content;
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table table tr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-flow: column;
}

.wp-block-table table tr th,
.wp-block-table table tr td {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 8px 10px;
}

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

.wp-block-table table thead tr {
  margin-bottom: 6px;
}

.wp-block-table table thead tr th:not(:last-child) {
  margin-right: 6px;
}

.wp-block-table table thead tr th {
  background-color: var(--color-primary);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.wp-block-table table tbody tr td {
  background: #1e283f;
  border-radius: 8px;
}

.wp-block-table table tbody tr:not(:first-child) {
  margin: 6px 0;
}

.wp-block-table table tbody tr td:not(:last-child) {
  margin-right: 6px;
}

.wp-block-table .has-fixed-layout,
table .has-fixed-layout {
  table-layout: auto !important;
}

.wp-element-caption {
  text-align: center;
  font-size: 13px;
  color: #959595;
  margin-top: 5px;
}

#ez-toc-container {
  margin: 15px 0;
}

.ez-toc-link {
  color: var(--color-before) !important;
}

.ez-toc-list>li::before {
  content: none !important;
}