.post-content *:first-child {
  margin-top: 0;
}

.post-content strong {
  font-weight: bold;
  font-size: 1.25rem;
  background: linear-gradient(to top, #fde047 0px, #fde047 4px, transparent 4px, transparent 100%);
}

.post-content p {
  margin-bottom: 12px;
}

.post-content * p:last-child {
  margin-bottom: 0;
}

.post-content .wp-block-quote {
  padding: 12px;
  background-color: #CECECE;
  border-radius: 8px;
  margin-bottom: 12px;
}

.post-content .wp-block-quote>*:first-child {
  margin-top: 0;
}

.post-content .table-wrapper {
  overflow-x: auto;
}

.post-content .wp-block-table {
  margin-bottom: 16px;
  overflow: auto;
}

.post-content .wp-block-table td {
  background-color: #eeeeee;
  border: solid 2px #CECECE;
  padding: 12px;
}

.post-content .wp-block-table th {
  border: solid 2px #fff;
  background-color: #CECECE;
  font-weight: bold;
  padding: 12px;
}

.post-content .wp-block-table .cell-gray {
  background-color: #CECECE;
}

.post-content .wp-block-table .cell-red {
  background-color: #FFEAE9;
  color: #FF281D;
}

.post-content .wp-block-table .cell-blue {
  background-color: #E8F8F6;
  color: #14b8a6;
}

.post-content .wp-block-table .cell-yellow {
  background-color: #FFFCED;
  color: #ccaf19;
}

.post-content .custom-tbl {
  margin-bottom: 16px;
  overflow-x: auto;
  border-collapse: collapse;
}

.post-content .custom-tbl td {
  background-color: #eeeeee;
  border: solid 2px #CECECE;
  padding: 12px;
}

.post-content .custom-tbl th {
  padding: 12px;
  border: solid 2px #fff;
  background-color: #CECECE;
  font-weight: bold;
}

.post-content .custom-tbl .cell-gray {
  background-color: #CECECE;
}

.post-content .custom-tbl .cell-red {
  background-color: #FFEAE9;
  color: #FF281D;
}

.post-content .custom-tbl .cell-blue {
  background-color: #E8F8F6;
  color: #14b8a6;
}

.post-content .custom-tbl .cell-yellow {
  background-color: #FFFCED;
  color: #ccaf19;
}

.post-content dl {
  margin-bottom: 12px;
}

.post-content dl dt {
  font-weight: bold;
}

.post-content ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

.post-content>ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.post-content ol {
  display: block;
  list-style-type: decimal;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

.post-content>ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.post-content li {
  margin-bottom: 12px;
}

.post-content ul li:last-child {
  margin-bottom: 0;
}

.post-content ol li:last-child {
  margin-bottom: 0;
}

.post-content img {
  margin-bottom: 12px;
  margin-top: 12px;
  height: auto;
  max-width: 100%;
  border: solid 2px #CECECE;
  border-radius: 2px;
}

.post-content a {
  text-decoration: underline;
}

.post-content .wp-block-code {
  display: block;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background-color: #eeeeee;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 0.875rem;
}

.post-content pre.wp-block-preformatted {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
}
