.blog-content {
  color: #334155;
  font-size: 1.0625rem;
  line-height: 1.85;
}

.blog-content::after {
  clear: both;
  content: "";
  display: block;
}

.blog-content > * + * {
  margin-top: 1.35rem;
}

.blog-content h2 {
  color: #0f172a;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 2.5rem;
}

.blog-content h3 {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 2rem;
}

.blog-content ul,
.blog-content ol {
  padding-left: 1.5rem;
}

.blog-content ul {
  list-style: disc;
}

.blog-content ol {
  list-style: decimal;
}

.blog-content li + li {
  margin-top: 0.55rem;
}

.blog-content a {
  color: #1e3a8a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.blog-content blockquote {
  border-left: 0.25rem solid #38bdf8;
  color: #475569;
  font-style: italic;
  padding-left: 1.25rem;
}

.blog-content hr {
  border: 0;
  border-top: 1px solid #cbd5e1;
  clear: both;
  margin: 2rem 0;
}

.blog-content img {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  display: block;
  height: auto;
  width: 100%;
}

.blog-content figure.ezpz-image {
  box-sizing: border-box;
  margin: 1.75rem 0;
}

.blog-content figure.ezpz-image--full {
  clear: both;
  width: 100%;
}

.blog-content figure.ezpz-image--center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.blog-content figure.ezpz-image--left {
  clear: left;
  float: left;
  margin: 0.4rem 1.5rem 1rem 0;
}

.blog-content figure.ezpz-image--right {
  clear: right;
  float: right;
  margin: 0.4rem 0 1rem 1.5rem;
}

.blog-content figure.ezpz-image--small {
  width: 32%;
}

.blog-content figure.ezpz-image--medium {
  width: 46%;
}

.blog-content figure.ezpz-image--large {
  width: 75%;
}

.blog-content figure.ezpz-image figcaption,
.blog-content .ezpz-gallery figcaption {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  text-align: center;
}

.blog-content .ezpz-gallery {
  clear: both;
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

.blog-content .ezpz-gallery--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-content .ezpz-gallery--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-content .ezpz-gallery figure {
  margin: 0;
}

.blog-content table {
  border-collapse: collapse;
  clear: both;
  font-size: 0.95rem;
  margin: 2rem 0;
  width: 100%;
}

.blog-content th,
.blog-content td {
  border: 1px solid #cbd5e1;
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.blog-content th {
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 800;
}

@media (max-width: 640px) {
  .blog-content figure.ezpz-image--center,
  .blog-content figure.ezpz-image--left,
  .blog-content figure.ezpz-image--right {
    clear: both;
    float: none;
    margin: 1.5rem 0;
    width: 100%;
  }

  .blog-content .ezpz-gallery--2,
  .blog-content .ezpz-gallery--3 {
    grid-template-columns: 1fr;
  }
}
