/* Blog archive and single-post templates — Pixso frames 10 and 11. */
.blog-container {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.blog-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  color: #fff;
  background: center/cover var(--blog-hero-image) no-repeat;
}
.blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 172, 212, 0.6);
}
.blog-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
  height: 100%;
  padding-top: 61px;
  text-align: center;
}
.blog-hero__inner > p:first-child {
  height: 15px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.blog-hero__inner > p:first-child span {
  padding: 0 8px;
}
.blog-hero h1 {
  width: 900px;
  max-width: 100%;
  margin: 16px auto 0;
  font-family: var(--font-primary);
  font-size: 52px;
  font-weight: 800;
  line-height: 57.2px;
}
.blog-hero h1 + p {
  width: 700px;
  max-width: 100%;
  margin: 16px auto 0;
  color: #d6f3fc;
  font-size: 16px;
  line-height: 25.6px;
}
.blog-hero .button-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.blog-hero .button {
  min-width: 187px;
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.blog-listing {
  padding: 52px 0 0;
}
.blog-listing__layout {
  display: grid;
  grid-template-columns: 220px 980px;
  gap: 0;
  align-items: start;
}
.blog-sidebar {
  min-height: 1367px;
  padding: 32px 0 0;
  border-right: 1px solid #e8ecef;
  color: #4b5563;
  font-size: 13px;
}
.blog-sidebar__section {
  width: 220px;
  margin: 0;
  padding: 0;
  border: 0;
}
.blog-sidebar h2 {
  display: block;
  width: 180px;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}
.blog-sidebar ul {
  margin: 0;
  padding: 12px 16px 0;
  list-style: none;
}
.blog-sidebar li a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  line-height: 20px;
}
.blog-sidebar li small {
  color: #a4a8ab;
  font-size: 12px;
}
.blog-sidebar__categories {
  border-bottom: 1px solid #e8ecef;
}
.blog-sidebar__popular {
  padding-bottom: 16px;
  margin-top: 50px;
  border-bottom: 1px solid #e8ecef;
}
.blog-sidebar__popular article {
  padding: 12px 16px 0;
}
.blog-sidebar__popular a {
  display: block;
  height: 30px;
  overflow: hidden;
  color: #4b5563;
  font-size: 13px;
  line-height: 15px;
}
.blog-sidebar time {
  display: block;
  margin-top: 2px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 15px;
}
.blog-sidebar__topics {
  width: 220px;
  min-height: 474px;
  margin-top: 42px;
  padding: 28px 15px 20px;
  border: 0;
  border-radius: 10px;
  background: #f5f8fa;
  text-align: center;
}
.blog-sidebar__topics h2 {
  width: auto;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  color: #4b5563;
  letter-spacing: 1px;
}
.blog-sidebar__topics div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.blog-sidebar__topics a {
  justify-self: center;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  font-size: 13px;
  line-height: 20px;
}
.blog-sidebar__subscribe {
  width: 220px;
  margin-top: 20px;
  padding: 24px 15px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
}
.blog-sidebar__subscribe h2 {
  width: auto;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}
.blog-sidebar__subscribe p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}
.blog-sidebar__subscribe form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.blog-sidebar__subscribe input,
.blog-sidebar__subscribe button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
}
.blog-sidebar__subscribe input {
  width: 100%;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.blog-sidebar__subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.blog-sidebar__subscribe button {
  color: #1685c6;
  background: #fff;
  font-weight: 600;
}
.blog-sidebar__subscribe small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
}
.blog-listing__posts {
  width: 980px;
  padding: 32px 40px 0;
}
.blog-listing__posts > h2 {
  height: 36px;
  margin: 0 0 24px;
  color: #1a2332;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.blog-list-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  width: 921px;
  min-height: 272px;
  overflow: hidden;
  margin: 0 0 24px 4px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.blog-list-card__image {
  display: block;
  width: 320px;
  height: 278px;
  min-height: 278px;
  background: #edf4f6;
}
.blog-list-card__image img {
  width: 320px;
  height: 278px;
  max-width: none;
  object-fit: cover;
  object-position: top;
}
.blog-list-card__body {
  display: flex;
  min-width: 0;
  min-height: 272px;
  flex-direction: column;
  padding: 32px;
}
.blog-list-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 24px;
  color: #9ca3af;
  font-size: 13px;
  line-height: 20px;
}
.blog-list-card__meta span {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #1685c6;
  background: #e5f1ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.blog-list-card h3 {
  margin: 12px 0 8px;
  color: #111827;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.blog-list-card__body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #4b5563;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-list-card footer {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 13px;
  line-height: 20px;
}
.blog-list-card__author {
  display: flex;
  align-items: center;
  color: #4b5563;
}
.blog-list-card__author::before {
  content: "LW";
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  place-items: center;
  border-radius: 50%;
  color: #1685c6;
  background: #e5f1ff;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
}
.blog-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.blog-pagination a,
.blog-pagination span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #4b5563;
  font-size: 14px;
}
.blog-pagination .current {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}
.blog-personalized-solutions {
  height: 557px;
}
.faq-accordion--blog {
  background: #fff;
}

/* Blog detail: Pixso frame 11 (1440px source of truth). */
.blog-detail-page {
  color: #4a6070;
}
.blog-detail-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  color: #fff;
  background: center / cover var(--blog-detail-image) no-repeat;
}
.blog-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 172, 212, 0.6);
}
.blog-detail-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
  height: 100%;
  padding-top: 63px;
  text-align: center;
}
.blog-detail-hero__crumbs {
  height: 15px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.blog-detail-hero__crumbs span {
  padding: 0 8px;
}
.blog-detail-hero h1 {
  width: 996px;
  max-width: 100%;
  margin: 16px auto 0;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 52px;
  font-weight: 800;
  line-height: 57.2px;
}
.blog-detail-hero__subtitle {
  width: 700px;
  max-width: 100%;
  margin: 16px auto 0;
  color: #d6f3fc;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.blog-detail-hero__bottom {
  display: flex;
  width: 832px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 16px auto 0;
  text-align: left;
}
.blog-detail-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-detail-author > img {
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.blog-detail-author > div {
  min-width: 0;
}
.blog-detail-author strong {
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.blog-detail-author span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.blog-detail-author i,
.blog-related footer i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.blog-detail-author svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3px;
}
.blog-detail-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-detail-share > span {
  margin-right: 1px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.blog-detail-share a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease;
}
.blog-detail-share a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.blog-detail-content {
  height: 1963px;
  padding: 52px 0 0;
}
.blog-detail-content__layout {
  display: grid;
  grid-template-columns: 220px 760px 220px;
  align-items: start;
  gap: 0;
}
.blog-detail-toc {
  min-height: 630px;
  padding: 34px 0 0;
  border-right: 1px solid #e8ecef;
  background: #fff;
}
.blog-detail-toc > h2,
.blog-detail-toc__popular h2 {
  width: 180px;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #2facd4;
  color: #2facd4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}
.blog-detail-toc ol {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.blog-detail-toc li {
  min-height: 40px;
  padding: 5px 9.5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
}
.blog-detail-toc li a {
  color: #2facd4;
}
.blog-detail-toc > p {
  width: 201px;
  margin: 0;
  padding: 12px 18.5px;
  color: #4a6070;
  font-size: 13px;
  line-height: 16px;
}
.blog-detail-toc__popular {
  width: 220px;
  margin-top: 62px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8ecef;
}
.blog-detail-toc__popular h2 {
  margin-bottom: 12px;
}
.blog-detail-toc__popular a {
  display: block;
  height: 40px;
  padding: 0 16px;
  overflow: hidden;
  color: #4a6070;
  font-size: 13px;
  line-height: 15px;
}
.blog-detail-toc__popular small {
  display: block;
  margin-top: 2px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 15px;
}
.blog-article {
  width: 760px;
  min-width: 0;
  padding: 32px 40px 0;
  color: #4a6070;
}
.blog-article__body {
  width: 680px;
}
.blog-article__body > :first-child {
  margin-top: 0;
}
.blog-article__body p {
  margin: 0 0 17px;
  color: #4a6070;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.943px;
}
.blog-article__body h2 {
  margin: 0 0 0;
  color: #4a6070;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.943px;
}
.blog-article__body h2 + p {
  margin-top: 0;
}
.blog-article__body .blog-detail-copy {
  min-height: 230px;
  padding: 0;
}
.blog-article__body .blog-detail-copy--intro {
  min-height: 187px;
  margin-bottom: 24px;
}
.blog-article__body .blog-detail-copy p:last-child {
  margin-bottom: 0;
}
.blog-article__body figure {
  width: 680px;
  margin: 0;
}
.blog-article__body figure img {
  display: block;
  width: 680px;
  height: auto;
}
.blog-article__body figure:nth-of-type(1) {
  height: 369px;
  margin-top: 0;
}
.blog-article__body figure:nth-of-type(1) img,
.blog-article__body figure:nth-of-type(3) img {
  height: 369px;
  object-fit: cover;
}
.blog-article__body figure:nth-of-type(2) {
  height: 204px;
  margin: 24px 0;
}
.blog-article__body figure:nth-of-type(1) + .blog-detail-copy {
  margin-top: 24px;
}
.blog-article__body figure:nth-of-type(2) img {
  height: 204px;
  object-fit: fill;
}
.blog-article__body figure:nth-of-type(3) {
  height: 369px;
  margin-top: 24px;
}
.blog-article__body figcaption {
  display: none;
}
.blog-article__body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-article__footer {
  display: flex;
  width: 680px;
  min-height: 110px;
  align-items: flex-start;
  gap: 18px;
  margin: 24px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #f0f0f0;
}
.blog-article__footer > strong {
  margin-top: 8px;
  color: #adb5bd;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
}
.blog-article__footer > div {
  display: flex;
  max-width: 615px;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-article__footer a {
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #4a6070;
  background: #f1f5f9;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.blog-detail-aside {
  width: 220px;
  min-height: 1248px;
  padding-top: 32px;
  border-left: 1px solid #e8ecef;
}
.blog-detail-expert {
  width: 220px;
  height: 334px;
  padding: 25px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #f5f8fa;
}
.blog-detail-expert__person {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-detail-expert__person img {
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.blog-detail-expert__person strong {
  display: block;
  color: #1a2332;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.blog-detail-expert__person span {
  display: block;
  margin-top: 0;
  color: #6d7b88;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.blog-detail-expert p {
  margin: 16px 0 0;
  color: #4a6070;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 22.75px;
}
.blog-detail-expert__links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.blog-detail-expert__links a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  color: #9ca3af;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.blog-detail-expert__links a:last-child {
  width: auto;
  margin-left: auto;
  color: #1685c6;
  font-size: 10px;
  font-weight: 500;
}
.blog-detail-aside .blog-sidebar {
  min-height: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
}
.blog-detail-aside .blog-sidebar__categories,
.blog-detail-aside .blog-sidebar__popular {
  display: none;
}
.blog-detail-aside .blog-sidebar__topics {
  width: 220px;
  min-height: 474px;
  margin-top: 42px;
  padding: 24px 15px 20px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.blog-detail-aside .blog-sidebar__topics h2 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
}
.blog-detail-aside .blog-sidebar__topics div {
  gap: 11px;
}
.blog-detail-aside .blog-sidebar__topics a {
  min-height: 38px;
}
.blog-detail-aside .blog-sidebar__subscribe {
  width: 220px;
  min-height: 345px;
  margin-top: 20px;
  padding: 24px 15px 20px;
  border-radius: 12px;
}
.blog-detail-aside .blog-sidebar__subscribe p {
  font-size: 14px;
  line-height: 18px;
}
.blog-detail-aside .blog-sidebar__subscribe form {
  margin-top: 24px;
}
.blog-detail-aside .blog-sidebar__subscribe input {
  min-height: 42px;
}

.blog-detail-cta {
  height: 225px;
  color: #fff;
  background: #2facd4;
  text-align: center;
}
.blog-detail-cta .blog-container {
  padding-top: 27px;
}
.blog-detail-cta h2 {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 34px;
  font-weight: 700;
  line-height: 44.2px;
}
.blog-detail-cta > div > div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}
.blog-detail-cta .button {
  min-height: 48px;
  border-width: 2px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}
.blog-detail-cta .button--white {
  width: 183px;
}
.blog-detail-cta .button--outline-white {
  width: 197px;
}

.blog-related {
  height: 546px;
  padding: 56px 0 0;
  border-top: 1px solid #f1f3f5;
  background: #f9fafb;
}
.blog-related .blog-container {
  width: min(1280px, calc(100% - 80px));
  padding: 0 32px;
}
.blog-related header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  margin: 0 0 32px;
}
.blog-related h2 {
  margin: 0;
  color: #1a2332;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.blog-related header > a {
  color: #4a6070;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.blog-related__grid article {
  height: 373px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #fff;
}
.blog-related__image {
  display: block;
  height: 176px;
  overflow: hidden;
}
.blog-related__image img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  object-position: center;
}
.blog-related__grid article > div {
  height: 195px;
  padding: 20px;
}
.blog-related__grid article > div > span {
  display: inline-block;
  min-height: 25px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #1757a8;
  background: #e3edfa;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}
.blog-related h3 {
  height: 39px;
  margin: 8px 0 7px;
  overflow: hidden;
  color: #1a2332;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.25px;
}
.blog-related p {
  display: -webkit-box;
  height: 41px;
  overflow: hidden;
  margin: 0;
  color: #4a6070;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 19.5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-related footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  color: #9ca3af;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.blog-explore {
  height: 376px;
  padding: 56px 0 0;
  border-top: 1px solid #f1f3f5;
  background: #fff;
}
.blog-explore .blog-container {
  width: min(1280px, calc(100% - 80px));
}
.blog-explore h2 {
  margin: 0 0 36px;
  color: #1a2332;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.blog-explore__columns {
  display: grid;
  grid-template-columns: repeat(3, 384px);
  width: 1216px;
  gap: 32px;
}
.blog-explore__columns h3 {
  margin: 0 0 16px;
  color: #adb5bd;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
}
.blog-explore__columns a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  margin: 0 -12px;
  color: #4a6070;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.blog-explore__columns a span {
  flex: 0 0 auto;
  color: #adb5bd;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1050px) {
  .blog-detail-content__layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .blog-detail-content {
    height: auto;
    padding-bottom: 56px;
  }
  .blog-article,
  .blog-article__body,
  .blog-article__footer {
    width: auto;
  }
  .blog-detail-aside {
    grid-column: 1 / -1;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-top: 32px;
    border-left: 0;
  }
  .blog-detail-aside .blog-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .blog-detail-aside .blog-sidebar__subscribe,
  .blog-detail-aside .blog-sidebar__topics {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 860px) {
  .blog-container {
    width: calc(100% - 40px);
  }
  .blog-listing__layout {
    grid-template-columns: 1fr;
  }
  .blog-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .blog-sidebar__subscribe,
  .blog-sidebar__topics {
    margin: 0;
  }
  .blog-list-card {
    grid-template-columns: 260px 1fr;
  }
  .blog-detail-content__layout { grid-template-columns: 1fr; }
  .blog-detail-toc { min-height: 0; border-right: 0; }
  .blog-article { width: 100%; padding: 32px 0 0; }
  .blog-article__body, .blog-article__body figure, .blog-article__body figure img, .blog-article__footer { width: 100%; }
  .blog-detail-aside { grid-column: auto; grid-template-columns: 1fr; }
  .blog-detail-aside .blog-sidebar { grid-template-columns: 1fr; }
  .blog-detail-hero__bottom { width: min(832px, 100%); }
  .blog-related, .blog-explore { height: auto; padding-bottom: 56px; }
  .blog-related .blog-container { padding: 0; }
  .blog-explore__columns { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
}
@media (max-width: 620px) {
  .blog-hero {
    height: auto;
    min-height: 390px;
  }
  .blog-hero__inner {
    padding: 40px 0;
  }
  .blog-hero h1 {
    font-size: 38px;
  }
  .blog-hero h1 + p br {
    display: none;
  }
  .blog-hero .button-row {
    flex-direction: column;
    align-items: center;
  }
  .blog-sidebar,
  .blog-detail-content .blog-sidebar {
    grid-template-columns: 1fr;
  }
  .blog-list-card {
    grid-template-columns: 1fr;
  }
  .blog-list-card__image {
    min-height: 210px;
  }
  .blog-list-card__body {
    min-height: 240px;
  }
  .blog-personalized-solutions {
    height: auto;
  }
  .blog-detail-hero__crumbs {
    margin-bottom: 0;
  }
  .blog-detail-hero { height: auto; min-height: 470px; }
  .blog-detail-hero__inner { padding-bottom: 32px; }
  .blog-detail-hero h1 { font-size: 36px; line-height: 1.12; }
  .blog-detail-hero__bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
  .blog-detail-share { align-self: center; }
  .blog-article__body figure:nth-of-type(1),
  .blog-article__body figure:nth-of-type(3),
  .blog-article__body figure:nth-of-type(1) img,
  .blog-article__body figure:nth-of-type(3) img { height: auto; }
  .blog-related__grid,
  .blog-explore__columns { grid-template-columns: 1fr; }
  .blog-detail-cta { height: auto; min-height: 225px; padding-bottom: 28px; }
  .blog-detail-cta > div > div { flex-direction: column; align-items: center; }
  .blog-detail-cta .button--white,
  .blog-detail-cta .button--outline-white { width: min(100%, 280px); }
  .blog-related header { align-items: flex-start; }
  .blog-related__grid article { height: auto; }
  .blog-explore__columns { gap: 32px; }
  .blog-explore .blog-container { display: block; }
  .blog-article__footer { flex-direction: column; }
}
@media (max-width: 400px) {
  .blog-detail-share { gap: 5px; }
  .blog-detail-share a { width: 34px; height: 34px; }
  .blog-detail-share > span { display: none; }
  .blog-article__footer > div { max-width: 100%; }
}
