/* ==========================================================================
   Dynamic blog additions.

   Purely additive to blogs.css -- the listing and article pages reuse the
   existing .blogp-* components for anything that already existed. Everything
   here is scoped to .blogd-* (or to rich-text inside .blogd-article-content)
   so nothing in the original design is overridden.
   ========================================================================== */

:root {
  --blogd-teal: #0a5c4d;
  --blogd-teal-soft: #e6f4ef;
  --blogd-ink: #1a1a1a;
  --blogd-muted: #6b7280;
  --blogd-line: #e5e7eb;
}

/* ---------- category filter ---------- */

.blogd-filter-section {
  padding: 8px 0 28px;
}

.blogd-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blogd-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 1px solid var(--blogd-line);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blogd-ink);
  background: #fff;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.blogd-filter-pill:hover {
  border-color: var(--blogd-teal);
  color: var(--blogd-teal);
}

.blogd-filter-pill.is-active {
  background: var(--blogd-teal);
  border-color: var(--blogd-teal);
  color: #fff;
}

.blogd-filter-count {
  font-size: 0.75rem;
  opacity: .75;
}

/* ---------- cards ---------- */

.blogd-card {
  height: 100%;
}

.blogd-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blogd-card-link:hover .blogp-industry-card-title {
  color: var(--blogd-teal);
}

.blogd-card-img-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  background: var(--blogd-teal-soft);
  color: var(--blogd-teal);
  font-size: 3rem;
  font-weight: 800;
  border-radius: inherit;
}

.blogd-card-meta {
  font-size: 0.8125rem;
  color: var(--blogd-muted);
  margin-bottom: 10px;
}

.blogd-card-meta-sep {
  margin: 0 6px;
}

/* ---------- empty state ---------- */

.blogd-empty {
  text-align: center;
  padding: 60px 20px 80px;
}

.blogd-empty-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.blogd-empty-text {
  color: var(--blogd-muted);
}

/* ---------- pagination ---------- */

.blogd-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.blogd-pagination .pagination {
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 6px;
}

.blogd-pagination .page-link {
  border: 1px solid var(--blogd-line);
  border-radius: 10px;
  color: var(--blogd-ink);
  font-weight: 600;
}

.blogd-pagination .page-item.active .page-link {
  background: var(--blogd-teal);
  border-color: var(--blogd-teal);
  color: #fff;
}

.blogd-pagination .page-link:focus {
  box-shadow: 0 0 0 .2rem rgba(10, 92, 77, .2);
}

/* ---------- article header ---------- */

.blogd-article-meta {
  font-size: 0.9375rem;
  color: var(--blogd-muted);
  padding-bottom: 12px;
}

.blogd-article-author {
  font-weight: 600;
  color: var(--blogd-ink);
}

.blogd-hero-single {
  max-height: 520px;
  overflow: hidden;
}

.blogd-hero-single .blogp-hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- rich text body ---------- */

.blogd-article-content {
  /* max-width: 820px; */
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #333;
  border-bottom: 1px solid var(--blogd-line);
}

.blogd-article-content > *:first-child {
  margin-top: 0;
}

.blogd-article-content h2 {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 2.2rem 0 .9rem;
  color: var(--blogd-ink);
}

.blogd-article-content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 1.8rem 0 .75rem;
  color: var(--blogd-ink);
}

.blogd-article-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 1.5rem 0 .6rem;
}

.blogd-article-content p {
  margin-bottom: 1.15rem;
}

.blogd-article-content ul,
.blogd-article-content ol {
  margin: 0 0 1.25rem 1.15rem;
  padding-left: .75rem;
}

.blogd-article-content li {
  margin-bottom: .5rem;
}

.blogd-article-content a {
  color: var(--blogd-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blogd-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1.5rem 0;
}

.blogd-article-content .blog-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
  margin: 1.75rem 0;
}

.blogd-article-content .blog-image-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .blogd-article-content .blog-image-grid {
    grid-template-columns: 1fr;
  }
}

/* The pull quote from the old case-study layout: dashed crimson box with the
   little bookmark tab notched out of its top-right corner. */
.blogd-article-content blockquote {
  position: relative;
  margin: 46px 0;
  padding: 42px 46px;
  border: 2px dashed #990026;
  border-radius: 10px;
  background: none;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
}

.blogd-article-content blockquote::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 46px;
  width: 38px;
  height: 44px;
  background-color: #990026;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}

/* Body copy inside the quote keeps the quote's own scale, not the section
   text scale set further down. */
.blogd-article-content blockquote p {
  font-size: inherit;
  color: inherit;
  word-spacing: normal;
}

.blogd-article-content blockquote p:last-child {
  margin-bottom: 0;
}

.blogd-article-content pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 18px 20px;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 0.9rem;
  margin: 1.5rem 0;
}

.blogd-article-content :not(pre) > code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 0.9em;
}

/* Wide tables scroll inside their own box instead of the page */
.blogd-article-content .blogd-table-scroll {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.blogd-article-content table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

.blogd-article-content th,
.blogd-article-content td {
  border: 1px solid var(--blogd-line);
  padding: 10px 14px;
  text-align: left;
}

.blogd-article-content th {
  background: #f8fafc;
  font-weight: 700;
}

/* Responsive video embeds */
.blogd-article-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 14px;
  margin: 1.5rem 0;
}

/* ---------- share ---------- */

.blogd-share {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 42px; */
  padding-top: 24px;
  /* border-top: 1px solid var(--blogd-line); */
  max-width: 820px;
  justify-content: space-between;
}

.blogd-share-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blogd-muted);
  margin-right: 4px;
}

.blogd-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--blogd-line);
  color: var(--blogd-ink);
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.blogd-share-link:hover {
  background: #3f8358;
  border-color: var(--blogd-teal);
  color: #ffffff !important;
}

/* ---------- prev / next ---------- */

.blogd-adjacent-section {
  padding: 20px 0 10px;
}

.blogd-adjacent {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 20px 22px;
  border: 1px solid var(--blogd-line);
  border-radius: 14px;
  text-decoration: none;
  color: var(--blogd-ink);
  transition: border-color .18s ease, box-shadow .18s ease;
}

.blogd-adjacent:hover {
  border-color: var(--blogd-teal);
  box-shadow: 0 6px 20px rgba(10, 92, 77, .08);
}

.blogd-adjacent--next {
  text-align: right;
}

.blogd-adjacent-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blogd-teal);
}

.blogd-adjacent-title {
  font-weight: 700;
  line-height: 1.4;
}

.blogd-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--blogd-teal);
  text-decoration: none;
}

.blogd-back-link:hover {
  text-decoration: underline;
}

/* ---------- admin preview banner ---------- */

.blogd-preview-bar {
  position: sticky;
  top: 0;
  z-index: 1080;
  background: #92400e;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 0;
}

.blogd-preview-bar-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* ---------- responsive ---------- */

@media (max-width: 767.98px) {
  .blogd-article-content {
    font-size: 1rem;
  }

  .blogd-article-content h2 {
    font-size: 1.5rem;
  }

  .blogd-adjacent--next {
    text-align: left;
  }

  .blogd-share {
    flex-wrap: wrap;
        display: flex;
    justify-content: center;
  }
  .blog-site-page .blogp-newsletter-section{
    padding: 2rem 0 !important;
  }
}

/* ==========================================================================
   BeyondSure blog alignment
   Shared visual language for the listing and article templates.
   ========================================================================== */

.blog-site-page {
  --blogd-teal: #107569;
  --blogd-teal-soft: #edf7f2;
  --blogd-ink: #193022;
  --blogd-muted: #596b63;
  --blogd-line: #dce8e2;
  --blogd-orange: #f2792e;
  background: #fff;
  color: var(--blogd-ink);
}

.blog-site-page .site-header {
  background: #f8fcf9;
}

.blog-site-page .blogp-hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 7rem 0 4rem;
  background: #f4faf7;
}

.blog-site-page .blogp-hero-section::before {
  content: none;
}

.blog-site-page .blogp-hero-section::after {
  content: none;
}

.blog-site-page .blogp-hero-section > .container {
  position: relative;
  z-index: 1;
}

.blog-index-page .blogp-hero-section > .container:first-child {
  text-align: center;
}

.blog-site-page .blogp-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.35rem;
  padding: .55rem 1rem;
  border: 1px solid #bddccd;
  border-radius: 999px;
  background: #fff;
  color: #0d3b2e;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-site-page .blogp-eyebrow-badge:hover{
        background: #eef8f2;
    border-color: #1b582e;
    color: #164d2c;
}

.blog-site-page .blogp-hero-title {
  /* max-width: 980px; */
  margin: 0;
  color: #1b1c1e;
  font-size: clamp(2.6rem, 5.6vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.07;
  text-wrap: balance;
}

.blog-index-page .blogp-hero-title,
.blog-index-page .blogp-hero-subtitle {
  margin-inline: auto;
}

.blog-site-page .blogp-hero-title-accent {
  color: #159a72;
}

.blog-site-page .blogp-hero-subtitle {
  max-width: 760px;
  margin-top: 1.25rem;
  /* color: #000000; */
      color: #575c62;
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.75;
  word-spacing: normal;
  text-wrap: pretty;
}

.blog-index-page .blogp-hero-section .container.mt-5 {
  margin-top: 3rem !important;
}

.blog-site-page .blogp-hero-img-wrap {
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 14px;
  background: #eaf4ef;
}

.blog-site-page .blogp-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.blog-site-page .blogd-hero-img-link:focus-visible {
  outline: 3px solid rgba(21, 154, 114, .35);
  outline-offset: 4px;
  border-radius: 14px;
}

.blogd-filter-section {
  padding: 2.25rem 0 3rem;
  background: #fff;
}

.blogd-filter-row {
  justify-content: center;
  gap: .65rem;
}

.blogd-filter-pill {
  min-height: 42px;
  padding: .55rem 1rem;
  border-color: #cfe1d8;
  color: #27443a;
  background: #fff;
}

.blogd-filter-pill:hover,
.blogd-filter-pill:focus-visible {
  border-color: var(--blogd-teal);
  color: var(--blogd-teal);
}

.blogd-filter-pill.is-active {
  border-color: #0d3b2e;
  background: #0d3b2e;
}

.blog-site-page .blogp-industry-section {
  padding: clamp(3.75rem, 7vw, 6.5rem) 0;
  background: #fff;
}

.blog-index-page .blogp-industry-section {
  padding-top: 1rem !important;
}

.blog-site-page .blogp-industry-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--blogd-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 200ms cubic-bezier(.22, 1, .36, 1), border-color 200ms ease;
}

.blog-site-page .blogp-industry-card:hover {
  transform: translateY(-4px);
  border-color: #a9cec0;
}

.blog-site-page .blogd-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: .85rem;
}

.blog-site-page .blogp-industry-card-img-wrap {
  height: auto;
  aspect-ratio: 16 / 10;
  margin: 0 0 1.25rem;
  border-radius: 10px;
  background: var(--blogd-teal-soft);
}

.blog-site-page .blogp-industry-tag {
  margin-bottom: .55rem;
  color: var(--blogd-teal);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.blog-site-page .blogp-industry-card-title {
  margin-bottom: .7rem;
  color: #1b1c1e;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.4;
  text-wrap: balance;
}

.blog-site-page .blogp-industry-card-text {
  margin-bottom: 1rem;
  color: var(--blogd-muted);
  font-size: .94rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.blog-site-page .blogd-card-meta {
  margin-top: auto;
  margin-bottom: .8rem;
  color: #687b73;
}

.blog-site-page .blogp-read-more {
  display: inline-flex;
  align-items: center;
  color: #0d6653;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-site-page .blogp-read-more::after {
  content: '→';
  margin-left: .45rem;
  color: var(--blogd-orange);
  transition: transform 180ms ease;
}

.blog-site-page .blogd-card-link:hover .blogp-read-more::after {
  transform: translateX(3px);
}

.blogd-pagination .page-link {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-color: var(--blogd-line);
  color: var(--blogd-ink);
}

.blogd-pagination .page-item.active .page-link {
  border-color: #0d3b2e;
  background: #0d3b2e;
}

/* Article */
.blog-show-page .blogp-hero-section {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* .blog-show-page .blogd-article-heading {
  max-width: 1040px;
  margin-top: clamp(2rem, 5vw, 4rem);
} */

.blog-show-page .blogp-hero-title {
  /* max-width: 900px; */
  /* font-size: clamp(2.5rem, 5vw, 4.5rem); */
  font-size: 2.5rem;
  word-spacing: 5px;
}

.blog-show-page .blogd-article-meta {
  margin-top: 1.25rem;
  padding: 0;
  color: var(--blogd-muted);
}

.blog-show-page .blogd-hero-single {
  max-width: 1180px;
  max-height: none;
  aspect-ratio: 16 / 8;
  margin: 0 auto;
}

.blog-show-page .blogd-lead-gallery {
  max-width: 1380px;
  margin-inline: auto;
}

.blog-show-page .blogd-lead-gallery .blog-image-grid {
  margin: 0;
}

.blog-show-page .blogd-lead-gallery > p {
  margin: 0;
}

.blog-show-page .blogd-lead-gallery > p > img,
.blog-show-page .blogd-lead-gallery > img {
  display: block;
  width: 100%;
  max-height: 720px;
  margin: 0;
  object-fit: cover;
}

.blog-show-page .blogp-body-section {
  padding: 0.5rem 0 0;
  background: #fff;
}

.blog-show-page .blogd-article-content,
.blog-show-page .blogd-share {
  /* max-width: 800px; */
  margin-inline: auto;
}

.blog-show-page .blogd-article-content {
  color: #344a41;
  font-size: 1.05rem;
  line-height: 1.85;
  word-break: break-all;
}

.blog-show-page .blogd-article-content p {
  /* max-width: 72ch; */
  color: #344a41;
  font-size: 1.02rem;
  line-height: 1.85;
  word-spacing: normal;
}

.blog-show-page .blogd-article-content h2,
.blog-show-page .blogd-article-content h2:nth-of-type(n) {
  margin: 3rem 0 1rem;
  color: #193022;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.blog-show-page .blogd-article-content h3 {
  color: #193022;
  font-size: 1.35rem;
  font-weight: 800;
}

.blog-show-page .blogd-article-content ul {
  margin: 1.25rem 0 1.5rem;
}

.blog-show-page .blogd-article-content ul li {
  margin-bottom: .8rem;
  color: #344a41;
  font-size: 1rem;
  line-height: 1.75;
}

.blog-show-page .blogd-article-content ul li::before {
  color: var(--blogd-orange);
}

.blog-show-page .blogd-article-content blockquote {
  margin: 2.75rem 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 0;
  border-radius: 12px;
  background: #edf7f2;
  color: #24473b;
  font-size: clamp(1.08rem, 2.5vw, 1.3rem);
  word-break:break-all;
}

.blog-show-page .blogd-article-content blockquote::before {
  display: none;
}

.blog-show-page .blogd-article-content img,
.blog-show-page .blogd-article-content iframe {
  border-radius: 12px;
}

.blog-show-page .blogd-share {
  border-color: var(--blogd-line);
}

.blog-show-page .blogd-share-link {
  border-color: #cfe1d8;
  color: #27443a;
}

.blog-show-page .blogp-confidential-banner {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: 1rem 1.25rem;
  background: #edf7f2;
}

.blog-show-page .blogp-confidential-banner p {
  color: #225445;
}

.blogd-adjacent-section {
  padding: clamp(3rem, 6vw, 5rem) 0 1rem;
}

.blogd-adjacent {
  min-height: 126px;
  padding: 1.4rem;
  border-color: var(--blogd-line);
  border-radius: 12px;
}

.blogd-adjacent:hover {
  border-color: #9dc8b7;
  box-shadow: none;
}

/* Shared CTA */
.blog-site-page .blogp-newsletter-section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: url('../images/banners/Blog-cta-bg.svg') no-repeat center center;
  background-size: cover;
}

.blog-site-page .blogp-newsletter-heading {
  max-width: 850px;
  margin: 0 auto 2rem;
  color: #1b582e;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  letter-spacing: -.035em;
  line-height: 1.15;
  text-wrap: balance;
}

.blog-site-page .blogp-newsletter-form-wrap {
  display: flex;
  justify-content: center;
  gap: .75rem;
}

.blog-site-page .blogp-newsletter-input {
  width: min(100%, 330px);
  min-height: 52px;
  border: 1px solid #bcd7ca;
  border-radius: 10px;
  background: #fff;
  color: #193022;
}

.blog-site-page .blogp-newsletter-input::placeholder {
  color: #596b63;
}

.blog-site-page .blogp-newsletter-input:focus {
  outline: 3px solid rgba(21, 154, 114, .2);
  border-color: #159a72;
  background: #fff;
  color: #193022;
}

.blog-site-page .blogp-newsletter-btn {
  min-height: 52px;
  padding: .45rem .45rem .45rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: #0d3b2e;
  box-shadow: none;
}

.blog-site-page .blogp-newsletter-btn:hover {
  background: #092e24;
}

.blog-site-page .blogp-newsletter-btn-icon {
  background: var(--blogd-orange);
}

@media (max-width: 767.98px) {
  .blog-site-page .blogp-hero-section {
    padding: 5.2rem 0 0rem;
  }

  .blog-show-page .blogp-hero-title{
    font-size: 2rem;
  }

  .blog-site-page .blogp-hero-section::after {
    display: none;
  }

  .blog-index-page .blogp-hero-section .container.mt-5 {
    margin-top: 2rem !important;
  }

  .blog-show-page .blogd-hero-single {
    aspect-ratio: 16 / 10;
  }

  .blog-show-page .blogp-body-section {
    padding-top: 0.5rem;
  }

  .blog-site-page .blogp-industry-card {
    padding-top: 0;
  }

  .blog-site-page .blogp-newsletter-form-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-site-page .blogp-newsletter-input,
  .blog-site-page .blogp-newsletter-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-site-page .blogp-hero-img,
  .blog-site-page .blogp-industry-card,
  .blog-site-page .blogp-read-more::after {
    transition: none;
  }
}


/* ==========================================================================
   Old case-study look, applied to rich text
   --------------------------------------------------------------------------
   Posts are written in Quill, so the body arrives as plain <h2>/<p>/<ul>
   with no classes to hang the original design on. These rules map that
   markup onto the vocabulary the old blog page used (blogp-section-label,
   blogp-section-text, blogp-solved-list) so an authored article reads like
   the hand-built case study it replaced.
   ========================================================================== */

/* Hero strip images are links; keep them looking like images. */
.blogd-hero-img-link {
  display: block;
  text-decoration: none;
}

/* blogp-section-text */
.blogd-article-content p {
  font-size: 1rem;
  color: #111827;
  line-height: 1.75;
  word-spacing: 2px;
  margin-bottom: 1.15rem;
}

/* blogp-section-label. The original cycled a colour per section; we cycle the
   same blue -> red -> green and stop there. The fourth colour in the old page
   was #9CA3AF, which sits near 2.5:1 on white -- too low for a heading, so it
   is deliberately left out rather than reproduced. */
.blogd-article-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 38px 0 12px;
}

.blogd-article-content h2:nth-of-type(3n + 1) {
  color: #2d65c1;
}

.blogd-article-content h2:nth-of-type(3n + 2) {
  color: #bd0600;
}

.blogd-article-content h2:nth-of-type(3n + 3) {
  color: #1b582e;
}

/* blogp-solved-list: custom bullet, no list marker. */
.blogd-article-content ul {
  list-style: none;
  margin: 18px 0 1.25rem;
  padding-left: 0;
}

.blogd-article-content ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #111827;
}

.blogd-article-content ul li::before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 2px;
  color: #4a5060;
}

/* A bolded lead-in at the start of a bullet becomes its own line, as in the
   original "What BeyondSure Solved" list. */
.blogd-article-content ul li > strong:first-child {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

@media (max-width: 767.98px) {
  .blogd-article-content p {
    font-size: 14px;
  }

  .blogd-article-content blockquote {
    margin: 36px 0;
    padding: 30px 22px;
    font-size: 16px;
  }

  .blogd-article-content blockquote::before {
    right: 22px;
  }
}
