/* Demei Blog only. Every selector is scoped to .dmp-blog. */
.dmp-blog {
  --dmp-navy: #1a2b48;
  --dmp-navy-deep: #071d3b;
  --dmp-copy: #5a6e85;
  --dmp-gold: #d59849;
  --dmp-paper: #f7f3f0;
  --dmp-line: #dfe4ea;
  --dmp-white: #fff;
  min-width: 320px;
  color: var(--dmp-navy);
  background: var(--dmp-white);
  font-family: inherit;
  font-size: 16px;
  line-height: 25.6px;
}
#dmp-newsletter{display:none !important}
.dmp-blog *,
.dmp-blog *::before,
.dmp-blog *::after {
  box-sizing: border-box;
}.dmp-blog__article th{
    border: 1px solid #1a2b48;
}
.dmp-blog__article tr{
    border: 1px solid #1a2b48;
}.dmp-blog__article td{
    border: 1px solid #1a2b48;
}
.dmp-blog img,
.dmp-blog svg {
  display: block;
  max-width: 100%;
}

.dmp-blog a {
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.dmp-blog button,
.dmp-blog input {
  font: inherit;
}

.dmp-blog h1,
.dmp-blog h2,
.dmp-blog h3,
.dmp-blog p {
  margin: 0;
}

.dmp-blog :focus-visible {
  outline: 2px solid var(--dmp-gold);
  outline-offset: 3px;
}

.dmp-blog__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.dmp-blog__container {
  width: min(1140px, calc(100% - 32px));
  margin-inline: auto;
}

.dmp-blog__section {
  padding-block: 72px;
}

.dmp-blog__section-heading {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 36px;text-align: center;
  margin-bottom: 40px;
}

/*.dmp-blog__section-heading::before,*/
/*.dmp-blog__section-heading::after {*/
/*  height: 1px;*/
/*  background: var(--dmp-line);*/
/*  content: "";*/
/*}*/

.dmp-blog__section-heading h2,
.dmp-blog__related-head h2 {
  color: var(--dmp-navy);
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.dmp-blog__section-intro {
  color: #3f4e5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.dmp-blog__eyebrow {
  display: block;
  color: var(--dmp-gold);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;

}

.dmp-blog__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid var(--dmp-navy-deep);
  border-radius: 25px;
  background: var(--dmp-navy-deep);
  color: var(--dmp-white) !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  transition: background-color 180ms ease, color 180ms ease, transform 500ms ease;
 
}

.dmp-blog__button:hover {
 transform: scale(1.1);
}

.dmp-blog__button--gold {
  border-color: var(--dmp-gold);
  background: var(--dmp-gold);
  color: var(--dmp-navy-deep) !important;
}

/* The same nbanner structure used by page-PackagingTypes.php. */
.dmp-blog .dmp-blog__banner {
  min-height: 390px;
  margin-top: 100px;
}

.dmp-blog .dmp-blog__banner .nbannerBox {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  height:390px !important;
  align-items: flex-start;

  padding-block: 50px;
}

.dmp-blog .dmp-blog__banner h1 {
  max-width: 630px;
  margin: 0;
  color: var(--dmp-navy);
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.dmp-blog .dmp-blog__banner .nbannerInfo {
  max-width: 627px;
  margin-top: 24px;
  color: var(--dmp-navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

/* Blog author page hero: portrait on the left, author information on the right. */
.dmp-blog__author-hero {
  margin-top: 100px;
  padding: 42px 0 72px;
  background: var(--dmp-paper);
}
.dmp-blog .messagePlate.bg2 h2{
    margin-bottom:0 !important ;
}
.dmp-blog__author-hero > .dmp-blog__container > .mbx {
  margin-bottom: 36px;
}

.dmp-blog__author-hero-inner {
display: grid;
    grid-template-columns: minmax(220px, 220px) minmax(0, 1fr);
    gap: 100px;
    align-items: center;
}

.dmp-blog__author-hero-media {
  overflow: hidden;
  border-radius: 16px;
  background: #e8e4e1;
}

.dmp-blog__author-hero-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dmp-blog__author-hero-title {
  color: var(--dmp-copy);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.dmp-blog__author-hero-content h1 {
  margin-top: 0px;
  color: var(--dmp-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}

.dmp-blog__author-hero-intro {
  margin-top: 24px;
  color: var(--dmp-copy);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.dmp-blog__author-hero-bio {
  /*margin-top: 32px;*/
  /*padding-top: 32px;*/
  /*border-top: 1px solid var(--dmp-line);*/
  color: var(--dmp-copy);
  font-size: 18px;
  font-weight: bold;
  line-height: 25.6px;
  margin-bottom:12px;
}
.nbanner .nbannerBox.start .nbannerInfo{
    max-width:70%  !important;
}
.dmp-blog__filters {
  display: flex;
  gap: 12px;justify-content: space-between;
  padding-top: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}

.dmp-blog__filters::-webkit-scrollbar {
  display: none;
}

.dmp-blog__filter {
  display: inline-flex;
  min-width: 132px;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border: 1px solid var(--dmp-line);
  border-radius: 999px;
  background: var(--dmp-white);
  color: var(--dmp-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.dmp-blog__filter:hover,
.dmp-blog__filter.is-active {
  border-color: var(--dmp-navy-deep);
  background: var(--dmp-navy-deep);
  color: var(--dmp-white);
}

.dmp-blog__featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .85fr);
  gap: 54px;
  align-items: stretch;
}

.dmp-blog__feature-card,
.dmp-blog__latest-card,
.dmp-blog__related-card {
  overflow: hidden;
  border: 1px solid var(--dmp-line);
  border-radius: 8px;
  background: var(--dmp-white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

/*.dmp-blog__feature-card:hover,*/
/*.dmp-blog__latest-card:hover,*/
/*.dmp-blog__related-card:hover {*/
/*  border-color: #c7d0db;*/
/*  box-shadow: 0 14px 34px rgba(7, 29, 59, .08);*/
/*  transform: translateY(-2px);*/
/*}*/

.dmp-blog__feature-card:hover .dmp-blog__feature-image,
.dmp-blog__latest-card:hover .dmp-blog__card-image,
.dmp-blog__related-card:hover .dmp-blog__feature-image {
  transform: scale(1.1);
}


.dmp-blog__feature-image,
.dmp-blog__card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--dmp-paper);
}

.dmp-blog__feature-copy {
  padding: 24px 28px 28px;
}

.dmp-blog__feature-copy h3,
.dmp-blog__card-copy h3,
.dmp-blog__featured-item h3 {
  color: var(--dmp-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 28.8px;
}

.dmp-blog__feature-copy h3 {
  margin-top: 8px;
}

.dmp-blog__feature-copy p {
  margin-top: 14px;
  color: var(--dmp-copy);
  font-size: 16px;
  line-height: 25.6px;
}

.dmp-blog__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  color: #556270;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.dmp-blog__feature-copy .dmp-blog__meta {
  margin-top: 16px;
}

.dmp-blog__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dmp-blog__meta-item svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dmp-blog__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.dmp-blog__featured-list {
  display: grid;
  
}

.dmp-blog__featured-item {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--dmp-line);
}

.dmp-blog__featured-item:last-child {
  border-bottom: 0;
}

.dmp-blog__featured-item h3 {
  margin-top: 4px;
  transition: color 180ms ease;
}

.dmp-blog__featured-item .dmp-blog__meta {
  margin-top: 6px;
}

.dmp-blog__featured-item:hover h3,
.dmp-blog__featured-item.is-active h3 {
  color: var(--dmp-gold);
}

.dmp-blog__feature-copy h3 a,
.dmp-blog__card-copy h3 a,
.dmp-blog__featured-item h3 a {
  display: block;
}

.dmp-blog__feature-copy h3 a:hover,
.dmp-blog__card-copy h3 a:hover,
.dmp-blog__featured-item h3 a:hover,
.dmp-blog__meta-item a:hover,
.dmp-blog__featured-item .dmp-blog__meta a:hover {
  color: var(--dmp-gold);
}

.dmp-blog__feature-image-link,
.dmp-blog__card-image-link,
.dmp-blog__avatar-link {
  display: block;
}

.dmp-blog__avatar-link {
  flex: 0 0 auto;
}

.dmp-blog__latest {
  padding-top: 0;
}

.dmp-blog__latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 28px;
}

.dmp-blog__card-link {
  display: block;
}

.dmp-blog__card-copy {
  padding: 22px 20px 24px;
}

.dmp-blog__card-copy h3 {
  margin-top: 8px;
}

.dmp-blog__card-copy .dmp-blog__meta {
  margin-top: 14px;
}

.dmp-blog__pagination {
  margin-top: 44px;
}

.dmp-blog__pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dmp-blog__pagination .page-numbers a,
.dmp-blog__pagination .page-numbers span {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--dmp-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.dmp-blog__pagination .page-numbers a:hover {
  border-color: var(--dmp-navy-deep);
  background: var(--dmp-white);
  color: var(--dmp-navy-deep);
}

.dmp-blog__pagination .page-numbers .current {
  border-color: var(--dmp-navy-deep);
  background: var(--dmp-navy-deep);
  color: var(--dmp-white);
}

.dmp-blog__newsletter {
 
  padding: 132px 60px;
  border-radius: 8px;
  width: 100% !important;
  background: linear-gradient(110deg, #f1f3f5, #f7f3f0);
  text-align: center;
}

.dmp-blog__newsletter-title {
  color: var(--dmp-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.dmp-blog__newsletter .dmp-blog__section-intro {
  margin-top: 12px;
}

.dmp-blog__newsletter-form {
  display: grid;
  max-width: 740px;
  grid-template-columns: 1fr 190px;
  gap: 16px;
  margin: 22px auto 0;
}

.dmp-blog__newsletter-input {
  width: 100%;
  min-height: 56px;
  padding: 10px 18px;
  border: 1px solid var(--dmp-line);
  border-radius: 4px;
  background: var(--dmp-white);
  color: var(--dmp-navy);
  font-size: 16px;
  line-height: 25.6px;
}

.dmp-blog__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dmp-blog__newsletter-message {
  margin: 14px auto 0;
  color: var(--dmp-navy);
  line-height: 25.6px;
}

.dmp-blog__newsletter-message--success {
  color: #237a45;
}

.dmp-blog__newsletter-message--invalid,
.dmp-blog__newsletter-message--error {
  color: #b42318;
}

/* Single article. */
.dmp-blog__detail-hero {
  margin-top: 100px;
  padding: 50px 48px 54px;
  border-radius: 8px;
  width:100% !important;
  background: linear-gradient(110deg, #f7f3f0, #faf9f7);
}

.dmp-blog__breadcrumb {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  color: var(--dmp-copy);
  font-size: 16px;
  line-height: 25.6px;    width: 1100px;
    margin: 0 auto;
  white-space: nowrap;
}

.dmp-blog__breadcrumb a:hover {
  color: var(--dmp-gold);
}

.dmp-blog__detail-heading {
  max-width: 820px;
  margin: 34px auto 0;
  text-align: center;
}

.dmp-blog__eyebrow{    background-color: #eee;
    color: #1a2b48;
    font-size: 16px;
    padding: 4px 5px;
    border-radius: 4px;
    white-space: nowrap;font-weight: 400;

    width: fit-content;}

.dmp-blog__detail-heading h1 {
  color: var(--dmp-navy);
  font-size: 52px;
  font-weight: 700;
  line-height:1.2;
}

.dmp-blog__detail-heading .dmp-blog__section-intro {
  margin-top: 18px;
}

.dmp-blog__detail-meta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.dmp-blog__article-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  padding-block: 34px 64px;
}

.dmp-blog__article-rail {
  position: sticky;
  top: 120px;
}

.dmp-blog__toc-card,
.dmp-blog__share-card {
  padding: 24px;
  border: 1px solid var(--dmp-line);
  border-radius: 8px;
  background: var(--dmp-white);
}

.dmp-blog__toc-card h2,
.dmp-blog__share-card h2 {
  color: var(--dmp-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.dmp-blog__toc-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: dmp-toc;
}

.dmp-blog__toc-list li {
  counter-increment: dmp-toc;
}

.dmp-blog__toc-link {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 4px;
  padding: 8px 0;
  color: var(--dmp-copy);
  font-size: 14px;
  line-height: 25.6px;
}

.dmp-blog__toc-link::before {
  content: counter(dmp-toc) ".";
}

.dmp-blog__toc-link:hover,
.dmp-blog__toc-link.is-active {
  color: var(--dmp-gold);
}

.dmp-blog__share-card {
  margin-top: 22px;
}

.dmp-blog__socials {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.dmp-blog__social {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dmp-white) !important;
}

.dmp-blog__social svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.dmp-blog__social--linkedin { background: #0a66c2; }
.dmp-blog__social--facebook { background: #1877f2; }
.dmp-blog__social--twitter { background: #1d2633; }
.dmp-blog__social--email { background: var(--dmp-navy); }

.dmp-blog__article {
  min-width: 0;
  color: var(--dmp-navy);
  font-size: 16px;
  line-height: 1.3;
}

.dmp-blog__article > * + * {
  margin-top: 18px;
}

.dmp-blog__article h2 {
  scroll-margin-top: 124px;
  color: var(--dmp-navy);
  font-size: 22px;
  font-weight: 700;
  line-height: 28.8px;
}

.dmp-blog__article h3,
.dmp-blog__article h4 {
  color: var(--dmp-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.dmp-blog__article p,
.dmp-blog__article li {
  color: var(--dmp-navy);
  font-size: 16px;
  line-height: 25.6px;
}

.dmp-blog__article ul,
.dmp-blog__article ol {
  margin: 16px 0;
  padding-left: 24px;
}

.dmp-blog__article img,
.dmp-blog__article figure {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.dmp-blog__article .wp-block-image,
.dmp-blog__article .wp-block-gallery {
  margin-block: 22px;
}

.dmp-blog__author {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 36px;
  padding: 24px;
  border-radius: 8px;
  background: var(--dmp-paper);
}

.dmp-blog__author-portrait {
  width: 104px;
  height: 104px;
  border: 3px solid var(--dmp-white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--dmp-gold);
}

.dmp-blog__author h2 {
  margin-top: 2px;
}

.dmp-blog__author p {
  margin-top: 4px;
}

.dmp-blog__author .dmp-blog__author-title {
  color: var(--dmp-copy);
  font-weight: 700;
}

.dmp-blog__author .dmp-blog__author-bio {
  color: var(--dmp-navy);
}

.dmp-blog__author-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--dmp-gold) !important;
  font-weight: 700;
}

.dmp-blog__related {
  padding: 36px 0 64px;
}

.dmp-blog__related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.dmp-blog__related-head > a {
  font-weight: 700;
}

.dmp-blog__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dmp-blog__related-card .dmp-blog__card-copy {
  padding: 18px;
}

.dmp-blog__related-card .dmp-blog__card-copy h3 {
  font-size: 18px;
  line-height: 25.2px;
}

.dmp-blog__cta {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  padding: 64px 32px;
  border-radius: 8px;
  color: var(--dmp-white);
  overflow: hidden;
  text-align: center;
}

.dmp-blog__cta-media,
.dmp-blog__cta-overlay {
  position: absolute;
  inset: 0;
}

.dmp-blog__cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dmp-blog__cta-overlay {
  background: rgba(6, 24, 50, 0.6);
}

.dmp-blog__cta-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
}

.dmp-blog__cta h2 {
  color: var(--dmp-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
}

.dmp-blog__cta p {
  margin-top: 8px;
  color: var(--dmp-white);
  font-size: 18px;
  line-height: 28.8px;
}

.dmp-blog__cta-button {
  min-width: 142px;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--dmp-white);
  color: var(--dmp-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  cursor: pointer;
}

.dmp-blog__cta-button:hover,
.dmp-blog__cta-button:focus-visible {
  background: var(--dmp-gold);
  color: var(--dmp-white);
}

@media (min-width: 768px) {
  .dmp-blog .pcshow { display: block !important; }
  .dmp-blog .wapshow { display: none !important; }
}

@media (max-width: 1024px) {
  .dmp-blog__featured-grid,
  .dmp-blog__article-shell {
    gap: 36px;
  }

  .dmp-blog__latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dmp-blog__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
    .dmp-blog__article-rail{display:none !important}
    .dmp-blog__filters{
            flex-wrap: wrap;
    justify-content: center;
    }
    .dmp-blog__eyebrow{
        font-size: 14px !important;
    }
    .dmp-blog__socials{
        justify-content: center;
    }
    .dmp-blog__share-card{
        text-align: center;
    }
    .dmp-blog__toc-card{
        display: none;
    }
    .dmp-blog__breadcrumb{
            display: flex;
    gap: 0 4px;
    overflow-x: hidden;
    color: var(--dmp-copy);
    font-size: 16px;
    line-height: 25.6px;
    width: auto;
    margin: 0 auto;
           white-space: inherit;
    flex-wrap: wrap;
    }
    html .bannermt h1{
        margin-top: 50px !important;
    }
    
  .dmp-blog .pcshow { display: none !important; }
  .dmp-blog .wapshow { display: block !important; }

  .dmp-blog__container {
    width: min(100% - 32px, 1140px);
  }

  .dmp-blog__section {
    padding-block: 48px;
  }

  .dmp-blog__section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .dmp-blog__section-heading h2,
  .dmp-blog__related-head h2 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .dmp-blog .dmp-blog__banner {
 
    margin-top: 50px;
    padding-bottom: 52px;
  }

  .dmp-blog .dmp-blog__banner .nbannerBox {
  height: auto !important;
    /*justify-content: flex-end;*/
    padding: 48px 0 0;
  }

  .dmp-blog .dmp-blog__banner h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .dmp-blog .dmp-blog__banner .nbannerInfo {
    font-size: 18px;
    line-height: 28.8px;
  }

  .dmp-blog__author-hero {
    margin-top: 50px;
    padding: 28px 0 48px;
  }

  .dmp-blog__author-hero > .dmp-blog__container > .mbx {
    margin-bottom: 24px;
  }

  .dmp-blog__author-hero-inner {
    grid-template-columns: 1fr;
    gap: 8px;        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
  }

  .dmp-blog__author-hero-media {
    width: 50%;
    max-width: 420px;
  }

  .dmp-blog__author-hero-content h1 {
    margin-top: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  .dmp-blog__author-hero-intro {
    margin-top: 18px;
  }

  

  .dmp-blog__filters {
    gap: 12px;
    padding-top: 24px;
  }

  .dmp-blog__filter {
    min-width: auto;
    min-height: 42px;
    padding-inline: 18px;
    padding: 8px 12px;
  }

  .dmp-blog__featured-grid,
  .dmp-blog__latest-grid,
  .dmp-blog__related-grid,
  .dmp-blog__article-shell {
    grid-template-columns: 1fr;
  }

  .dmp-blog__featured-grid {
    gap: 24px;
  }

  .dmp-blog__feature-copy,
  .dmp-blog__card-copy {
    padding: 20px;
  }

  .dmp-blog__feature-copy h3,
  .dmp-blog__card-copy h3,
  .dmp-blog__featured-item h3,
  .dmp-blog__article h2 {
    font-size: 20px;
    line-height: 26.4px;
  }

  .dmp-blog__featured-list {
    display: block;
  }

  .dmp-blog__featured-item {
    padding-block: 16px;
  }

  .dmp-blog__latest-grid,
  .dmp-blog__related-grid {
    gap: 24px;
  }

  .dmp-blog__pagination .page-numbers {
    gap: 6px;
  }

  .dmp-blog__pagination .page-numbers a,
  .dmp-blog__pagination .page-numbers span {
    min-width: 40px;
    min-height: 40px;
    padding-inline: 10px;
  }

  .dmp-blog__newsletter {

    padding: 40px 20px;
  }

  .dmp-blog__newsletter-title {
    font-size: 24px;
    line-height: 28.8px;
  }

  .dmp-blog__newsletter-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dmp-blog__detail-hero {
    margin-top: 60px;
    padding: 22px 20px 40px;
  }

  .dmp-blog__detail-heading {
    margin-top: 28px;
  }

  .dmp-blog__detail-heading h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .dmp-blog__detail-meta .dmp-blog__meta {
    justify-content: center;
  }

  .dmp-blog__article-shell {
    gap: 28px;
    padding-block: 28px 48px;
  }

  .dmp-blog__article-rail {
    position: static;
  }

  .dmp-blog__toc-list {
    columns: 1;
  }

  .dmp-blog__author {
    grid-template-columns: 76px 1fr;
    gap: 18px;
    padding: 20px;
  }

  .dmp-blog__author-portrait {
    width: 76px;
    height: 76px;
  }

  .dmp-blog__related {
    padding: 12px 0 48px;
  }

  .dmp-blog__related-head {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .dmp-blog__cta {
    min-height: 320px;
    margin-bottom: 20px;
    padding: 32px 24px;
  }

  .dmp-blog__cta h2 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .dmp-blog__cta p {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.dmp-blog__toc-card {
  display: flex;
  max-height: calc(100vh - 330px);
  flex-direction: column;
  overflow: hidden;
}

.dmp-blog__toc-list {
  min-height: 0;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--dmp-gold) #eef1f4;
  scrollbar-width: thin;
}

.dmp-blog__toc-list::-webkit-scrollbar {
  width: 6px;
}

.dmp-blog__toc-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #eef1f4;
}

.dmp-blog__toc-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--dmp-gold);
}
