
.post-entry h2 {
  font-size: 36px!important;
}
.post-entry h3 {
  font-size: 28px !important;
}
.post-entry h4 {
  font-size: 24px !important;
}

.post-entry p {
  margin-bottom: 24px;
}

.post-entry a a:hover {
  opacity: 0.86;
}

.post-entry ul li::marker {
  font-size: 0!important;
}

.post-entry ul {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .post-entry ul,
  .wp-block-group__inner-container ul {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .post-entry ul.cols-2,
  .wp-block-group__inner-container ul.cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
  .post-entry ul.cols-3,
  .wp-block-group__inner-container ul.cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
  .post-entry ul.cols-4,
  .wp-block-group__inner-container ul.cols-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
}

.post-entry ul li ul li {
  position: relative;
  padding-left: 16px;
}

.post-entry ul li:not(:last-child) ul li:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .post-entry ul li:not(:last-child),
  .wp-block-group__inner-container ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.post-entry ul li,
.post-entry ol li {
  position: relative;
}

.post-entry ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #276ce8;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 7px;
}

@media (max-width: 768px) {
  .post-entry ul li::before,
  .wp-block-group__inner-container ul li::before {
    top: 8px;
  }
}

.post-entry ul.flex-list ul.flex-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 768px) {
  .post-entry ul.flex-list,
  .wp-block-group__inner-container ul.flex-list {
    display: block;
  }
}

.post-entry ol {
  padding-left: 20px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .post-entry ol.cols-2,
  .wp-block-group__inner-container ol.cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
  .post-entry ol.cols-3,
  .wp-block-group__inner-container ol.cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 0;
  }
  .post-entry ol.cols-4,
  .wp-block-group__inner-container ol.cols-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 0;
  }
}

.post-entry ol li ol li {
  list-style: decimal;
  position: relative;
}

.post-entry ol li span,
.post-entry ol li strong,
.post-entry ol li b ol li span ol li strong ol li b {
  font-weight: 600;
}

.post-entry ol li:not(:last-child) ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post-entry ol li::marker ol li::marker {
  font-size: 18px;
}

.post-entry .wp-block-table {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0px #EBF0F6;
  margin-bottom: 46px;
}

@media (max-width: 768px) {
  .post-entry .wp-block-table,
  .wp-block-group__inner-container .wp-block-table {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

.post-entry .wp-block-table::-webkit-scrollbar {
  -webkit-appearance: none;
}

.post-entry .wp-block-table::-webkit-scrollbar:vertical {
  width: 8px;
}

.post-entry .wp-block-table::-webkit-scrollbar:horizontal {
  height: 8px;
}

.post-entry .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #276ce8;
  border-radius: 8px;
  border: 2px solid #ffffff;
}

.post-entry .wp-block-table::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #ffffff;
}

.post-entry .wp-block-table table {
  width: 100%;
}

@media (max-width: 768px) {
  .post-entry .wp-block-table table,
  .wp-block-group__inner-container .wp-block-table table {
    width: 800px;
  }
}
.post-entry .wp-block-table thead tr {
  background: #1e59c1!important;
}
.post-entry .wp-block-table thead tr th {
  padding: 28px 20px;
  color: #fff;
  text-align: left;
}

.post-entry table {
  background: #fff;
  border: 1px solid #d0deff;
  border-collapse: collapse;
}

.post-entry table tr:nth-child(odd) {
  background: #f0f1f3;
}

.post-entry table tr:first-child {
  border-radius: 4px 4px 0 0;
}

.post-entry table tr:last-child {
  border-radius: 0 0 4px 4px;
}

.post-entry table tr td {
  padding: 16px 20px;
  text-align: left;
}

.post-entry .wp-block-image {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .post-entry .wp-block-image,
  .wp-block-group__inner-container .wp-block-image {
    margin-bottom: 24px;
  }
}

.post-entry .wp-block-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.post-entry .wp-block-image .size-full img {
  width: 100%;
}

.post-entry .wp-block-image .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

@media (max-width: 768px) {
  .post-entry .wp-block-image .alignleft,
  .wp-block-group__inner-container .wp-block-image .alignleft {
    float: unset;
    margin: 0 auto 24px;
  }
}

.post-entry .wp-block-image .alignright {
  float: right;
  margin: 0 0 24px 24px;
}

@media (max-width: 768px) {
  .post-entry .wp-block-image .alignright,
  .wp-block-group__inner-container .wp-block-image .alignright {
    float: unset;
    margin: 0 auto 24px;
  }
}

.post-entry img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

@media (max-width: 768px) {
  .post-entry img.alignleft,
  .wp-block-group__inner-container img.alignleft {
    float: unset;
    margin: 0 auto 24px;
  }
}

.post-entry img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}

@media (max-width: 768px) {
  .post-entry img.alignright,
  .wp-block-group__inner-container img.alignright {
    float: unset;
    margin: 0 auto 24px;
  }
}
