.blog-content {
  /*
 * Text
 */
  /*
 * Links
 */
  /*
 * Table
 */
  /*
 * Table cell
 */
  /*
 * Images
 */
}
.blog-content .oc-text-gray {
  color: #AAA !important;
}
.blog-content .oc-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.blog-content .oc-text-spaced {
  letter-spacing: 1px;
}
.blog-content .oc-text-uppercase {
  text-transform: uppercase;
}
.blog-content a.oc-link-strong {
  font-weight: 700;
}
.blog-content a.oc-link-green {
  color: green;
}
.blog-content table.oc-dashed-borders td,
.blog-content table.oc-dashed-borders th {
  border-style: dashed;
}
.blog-content table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.blog-content table td.oc-cell-highlighted,
.blog-content table th.oc-cell-highlighted {
  border: 1px double red;
}
.blog-content table td.oc-cell-thick-border,
.blog-content table th.oc-cell-thick-border {
  border-width: 2px;
}
.blog-content img.oc-img-rounded {
  border-radius: 100%;
  background-clip: padding-box;
}
.blog-content img.oc-img-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box;
}
.blog-content p.blue-highlight {
  margin-bottom: 0;
  border-radius: 0;
}
.blog-content .blockquote-type-two {
  margin: 0rem 0;
  border-left: 4px solid #3566FC;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 0.75rem;
  color: #3566FC;
  background-color: #e5e7eb;
}
.blog-content p {
  margin-bottom: 1rem !important;
  text-align: justify;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
@media screen and (max-width: 425px) {
  .blog-content p {
    text-align: left !important;
  }
}
.blog-content p > * {
  font-size: 1rem !important;
}
.blog-content h1 {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.blog-content h1 > * {
  font-size: 1.875rem !important;
}
.blog-content h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.blog-content h2 > * {
  font-size: 1.5rem !important;
}
.blog-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.blog-content h3 > * {
  font-size: 1.25rem !important;
}
.blog-content h4 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.blog-content h4 > * {
  font-size: 1.125rem !important;
}
.blog-content a {
  color: #3566FC;
  text-decoration-line: underline;
  word-wrap: break-word;
  word-break: break-word;
}
.blog-content a:hover {
  --tw-text-opacity: 1;
  color: #07477F;
}
.blog-content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  border-color: #3566FC;
  padding-left: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.blog-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-color: #3566FC;
}
.blog-content .highlight-border {
  border-radius: 0.5rem;
  background-color: #e9f7fd;
  padding: 1rem;
}
.blog-content iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  aspect-ratio: 1.77777778;
  width: 100% !important;
  max-width: 600px;
  height: auto !important;
}
.blog-content ul {
  margin-left: 2.5rem;
  list-style-type: disc;
}
.blog-content ol {
  margin-left: 2.5rem;
  list-style-type: decimal;
}
.blog-content table {
  width: 100%;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}
.blog-content table tbody tr td {
  padding: 0.5rem;
}
.blog-content table:not(.no-header) tbody tr:first-child {
  background-color: #07477F;
  font-weight: 700;
  color: #ffffff;
}
.blog-content table:not(.no-border) {
  border-width: 1px;
  border-color: #07477F;
}
.blog-content table:not(.no-border) tbody {
  border-width: 1px;
  border-color: #07477F;
}
.blog-content table:not(.no-border) tbody tr td {
  border-width: 1px;
  border-color: #3566FC;
  padding: 0.5rem;
}
.blog-content img:not(.thumb) {
  margin-left: auto;
  margin-right: auto;
}
.blog-content .blue-highlight {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  background-color: #e9f7fd !important;
  padding: 1rem !important;
}
.blog-content .blockquote-type-two {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-left-width: 4px !important;
  border-color: #3566FC !important;
  background-color: #e5e7eb !important;
  padding-left: 0.75rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  color: #07477f !important;
}
.blog-content .oc-text-uppercase {
  text-transform: uppercase;
}
.blog-content .oc-text-gray {
  color: #6b7280;
}
.blog-content .oc-text-bordered {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: #3566FC;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog-content p[style*="text-align:center;"] {
  text-align: center !important;
}
.blog-content p[style*="text-align:right;"] {
  text-align: right !important;
}
.blog-content p[style*="text-align:left;"] {
  text-align: left !important;
}
.blog-content pre {
  font-family: Space Mono !important;
  font-size: .875rem !important;
  line-height: 1rem !important;
  letter-spacing: -0.05em !important;
}
.dark .blog-content .highlight-border {
  background-color: #409aea80 !important;
}
.dark .blog-content .highlight-border p {
  color: white !important;
}
.dark .blog-content .highlight-border p span {
  color: white !important;
}
.dark .blog-content p {
  color: white !important;
}
.dark .blog-content p span {
  color: white !important;
}
.dark .blog-content .blue-highlight {
  background-color: #e9f7fd;
  border-radius: 0;
  padding: 15px;
  color: black !important;
  margin-bottom: 0 !important;
}
.dark .blog-content .blockquote-type-two {
  margin-bottom: 0px !important;
  border-left-width: 4px !important;
  border-color: #1f2937 !important;
  background-color: #1f2937 !important;
  padding-left: 0.75rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
