/* ANDPRO-BLOG-HUB-PREVIEW-A */
.andpro-blog-hub-next {
  max-width: 1180px;
  margin: 0 auto 32px;
  color: #202b37;
  font-size: 16px;
  line-height: 1.62;
}

.andpro-blog-hub-next,
.andpro-blog-hub-next * {
  box-sizing: border-box;
}

.andpro-blog-hub-next a {
  color: #575fcf;
  text-decoration: none;
}

.andpro-blog-hub-next a:hover {
  color: #303787;
  text-decoration: none;
}

.abh-band {
  margin: 0 0 24px;
}

.abh-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  align-items: stretch;
}

.abh-panel,
.abh-hero__main,
.abh-hero__side {
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 41, 64, .08);
}

.abh-hero__main {
  padding: 34px;
}

.abh-hero__side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.abh-eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin: 0 0 14px;
  padding: 5px 12px;
  border: 1px solid #d9def6;
  border-radius: 8px;
  background: #f6f7ff;
  color: #303787;
  font-size: 13px;
  font-weight: 800;
}

.abh-title {
  max-width: 780px;
  margin: 0;
  color: #202b37;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 850;
}

.abh-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #405061;
  font-size: 18px;
  line-height: 1.65;
}

.abh-chipline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.abh-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #fff;
  color: #405061;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 700;
}

.abh-chip--active {
  border-color: #575fcf;
  background: #f4f5ff;
  color: #303787;
}

.abh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.abh-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  padding: 10px 16px;
  background: #fff;
  color: #575fcf !important;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.abh-btn--primary {
  border-color: #575fcf;
  background: #575fcf;
  color: #fff !important;
}

.abh-btn--yellow {
  border-color: #f6c15f;
  background: #f6c15f;
  color: #263247 !important;
}

.abh-side-row {
  padding: 0 0 14px;
  border-bottom: 1px solid #dfe5ef;
}

.abh-side-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.abh-side-row strong {
  display: block;
  margin: 0 0 4px;
  color: #202b37;
  font-size: 15px;
}

.abh-side-row span {
  color: #6f7d8b;
  font-size: 14px;
  line-height: 1.55;
}

.abh-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
}

.abh-section-title h2 {
  margin: 0;
  color: #202b37;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 850;
}

.abh-section-title p {
  max-width: 520px;
  margin: 0;
  color: #6f7d8b;
  font-size: 15px;
  line-height: 1.55;
}

.abh-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.abh-route {
  display: block;
  min-height: 100%;
  border-left: 4px solid #575fcf;
  padding: 18px;
}

.abh-route:nth-child(2) {
  border-left-color: #f6c15f;
}

.abh-route:nth-child(3) {
  border-left-color: #2f8b70;
}

.abh-route strong,
.abh-card strong {
  display: block;
  margin: 0 0 8px;
  color: #202b37;
  font-size: 17px;
  line-height: 1.32;
}

.abh-route p,
.abh-card p,
.abh-feature p,
.abh-product-strip p {
  margin: 0;
  color: #405061;
  font-size: 14px;
  line-height: 1.55;
}

.abh-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 16px;
}

.abh-feature {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.abh-cover,
.abh-card-media {
  background:
    linear-gradient(135deg, rgba(87, 95, 207, .78), rgba(246, 193, 95, .38)),
    url("/upload/andpro/home-hero-infra.webp") center / cover no-repeat;
}

.abh-cover {
  min-height: 260px;
}

.abh-feature__body,
.abh-card,
.abh-product-strip {
  padding: 20px;
}

.abh-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: #6f7d8b;
  font-size: 13px;
  font-weight: 700;
}

.abh-feature h3 {
  margin: 0 0 12px;
  color: #202b37;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 850;
}

.abh-stack {
  display: grid;
  gap: 16px;
}

.abh-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.abh-card {
  display: block;
  min-height: 100%;
}

.abh-article-card {
  overflow: hidden;
}

.abh-card-media {
  height: 142px;
}

.abh-article-card:nth-child(2) .abh-card-media {
  background:
    linear-gradient(135deg, rgba(47, 139, 112, .78), rgba(87, 95, 207, .45)),
    url("/upload/andpro/home-hero-infra.webp") center / cover no-repeat;
}

.abh-article-card:nth-child(3) .abh-card-media {
  background:
    linear-gradient(135deg, rgba(48, 55, 135, .72), rgba(184, 74, 86, .44)),
    url("/upload/andpro/home-hero-infra.webp") center / cover no-repeat;
}

.abh-article-body {
  padding: 18px;
}

.abh-article-body h3 {
  margin: 0 0 10px;
  color: #202b37;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 850;
}

.abh-product-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.abh-product-strip h2 {
  margin: 0 0 8px;
  color: #202b37;
  font-size: 24px;
  line-height: 1.22;
}

.abh-listtop {
  padding: 24px;
}

.abh-listtop h2 {
  margin: 0 0 16px;
  color: #202b37;
  font-size: 28px;
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX1 */
.andpro-blog-hub-next {
  scroll-margin-top: 132px;
}

.andpro-blog-hub-next--listing {
  margin-top: 28px;
  scroll-margin-top: 132px;
}

.andpro-blog-hub-next .abh-route,
.andpro-blog-hub-next .abh-card,
.andpro-blog-hub-next .abh-feature__body,
.andpro-blog-hub-next .abh-product-strip {
  padding: 24px 28px;
}

.andpro-blog-hub-next .abh-listtop {
  padding: 28px;
}

.andpro-blog-hub-next .abh-article-card {
  padding: 0;
}

.andpro-blog-hub-next .abh-article-body {
  display: block;
  padding: 24px 28px 26px;
}

.andpro-blog-hub-next .abh-article-body .abh-meta {
  margin-bottom: 16px;
}

.andpro-blog-hub-next .abh-route strong,
.andpro-blog-hub-next .abh-card strong,
.andpro-blog-hub-next .abh-article-body h3 {
  margin-bottom: 12px;
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX2 */
.andpro-blog-hub-next .abh-listtop .content-block__row {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 30px;
  align-items: flex-start;
}

.andpro-blog-hub-next .blog-content__side.--article {
  position: sticky;
  top: 122px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  padding-right: 4px;
}

.andpro-blog-hub-next .blog-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.andpro-blog-hub-next .blog-category li {
  margin: 0;
  padding: 0;
}

.andpro-blog-hub-next .blog-category a {
  display: flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  padding: 9px 14px;
  background: #fff;
  color: #405061;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.andpro-blog-hub-next .blog-category a:hover {
  border-color: #cfd6e3;
  background: #f7f9fc;
  color: #303787;
}

.andpro-blog-hub-next .blog-category a.--active {
  border-color: #575fcf;
  background: #575fcf;
  color: #fff;
}

.andpro-blog-hub-next .content-block__page-content,
.andpro-blog-hub-next .page-content {
  min-width: 0;
}

.andpro-blog-hub-next .news-container {
  display: grid;
  gap: 18px;
}

.andpro-blog-hub-next .blog-page__card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: flex-start;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  color: #202b37;
  box-shadow: 0 12px 28px rgba(26, 41, 64, .06);
}

.andpro-blog-hub-next .blog-page__card:hover {
  border-color: #cfd6e3;
  box-shadow: 0 16px 34px rgba(26, 41, 64, .09);
  transform: translateY(-1px);
}

.andpro-blog-hub-next .blog-page__cover {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.andpro-blog-hub-next .blog-page__box {
  min-width: 0;
  padding: 4px 4px 0 0;
}

.andpro-blog-hub-next .blog-page__title {
  margin: 0 0 12px;
  color: #202b37;
  font-size: 21px;
  line-height: 1.32;
  font-weight: 850;
}

.andpro-blog-hub-next .blog-page__announce,
.andpro-blog-hub-next .blog-page__box > p:empty {
  display: none;
}

.andpro-blog-hub-next .ap-article-preview {
  max-height: 5.2em;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #526173;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.andpro-blog-hub-next .ap-article-preview * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.andpro-blog-hub-next .blog-page__date {
  display: inline-flex;
  margin-top: 12px;
  color: #91a0b2;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .abh-hero,
  .abh-editorial-grid,
  .abh-feature {
    grid-template-columns: 1fr;
  }

  .abh-route-grid,
  .abh-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .andpro-blog-hub-next .abh-listtop .content-block__row,
  .andpro-blog-hub-next .blog-page__card {
    grid-template-columns: 1fr;
  }

  .andpro-blog-hub-next .blog-content__side.--article {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .andpro-blog-hub-next {
    margin-bottom: 24px;
  }

  .abh-section-title,
  .abh-product-strip {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .abh-title {
    font-size: 32px;
  }

  .abh-hero__main,
  .abh-hero__side,
  .abh-listtop,
  .abh-feature__body,
  .abh-card,
  .abh-product-strip,
  .andpro-blog-hub-next .abh-route,
  .andpro-blog-hub-next .abh-card,
  .andpro-blog-hub-next .abh-feature__body,
  .andpro-blog-hub-next .abh-product-strip,
  .andpro-blog-hub-next .abh-listtop,
  .andpro-blog-hub-next .abh-article-body {
    padding: 20px;
  }

  .abh-route-grid,
  .abh-article-grid {
    grid-template-columns: 1fr;
  }

  .abh-cover {
    min-height: 210px;
  }

  .abh-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .abh-btn {
    width: 100%;
  }

  .andpro-blog-hub-next .blog-category {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .andpro-blog-hub-next .blog-category li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .andpro-blog-hub-next .blog-category a {
    white-space: nowrap;
  }

  .andpro-blog-hub-next .blog-page__card {
    padding: 16px;
    gap: 16px;
  }

  .andpro-blog-hub-next .blog-page__title {
    font-size: 19px;
  }
}
/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX3 */
.andpro-blog-hub-next .abh-article-grid {
  align-items: stretch;
}

.andpro-blog-hub-next .abh-article-card {
  display: block;
  position: relative;
  min-height: 100%;
  overflow: visible;
  border-left: 4px solid #575fcf;
  padding: 28px 30px;
  color: #202b37 !important;
}

.andpro-blog-hub-next .abh-article-card:nth-child(2) {
  border-left-color: #f6c15f;
}

.andpro-blog-hub-next .abh-article-card:nth-child(3) {
  border-left-color: #2f8b70;
}

.andpro-blog-hub-next .abh-article-card .abh-card-media {
  display: none;
}

.andpro-blog-hub-next .abh-article-card .abh-article-body {
  display: block;
  padding: 0;
}

.andpro-blog-hub-next .abh-article-card .abh-meta {
  display: block;
  margin: 0 0 18px;
  color: #6f7d8b;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.andpro-blog-hub-next .abh-article-card h3 {
  margin: 0 0 16px;
  color: #202b37;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 850;
}

.andpro-blog-hub-next .abh-article-card p {
  margin: 0;
  color: #526173;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

.andpro-blog-hub-next .abh-article-card:hover {
  border-color: #dfe5ef;
  box-shadow: 0 18px 38px rgba(26, 41, 64, .1);
}

@media (max-width: 640px) {
  .andpro-blog-hub-next .abh-article-card {
    padding: 20px;
  }

  .andpro-blog-hub-next .abh-article-card h3 {
    font-size: 19px;
  }

  .andpro-blog-hub-next .abh-article-card p {
    font-size: 16px;
  }
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX4 */
.breadcrumb {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  max-width: 1180px;
  margin: 0 auto 18px !important;
  padding: 0 0 2px !important;
  overflow-x: auto;
  color: #6f7d8b;
  font-size: 13px !important;
  line-height: 1.25;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #6f7d8b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 8px;
  color: #aab4c2;
  content: "/";
}

.breadcrumb-item a,
.breadcrumb-item span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #f7f9fc;
  padding: 5px 10px;
  color: inherit;
  text-decoration: none;
}

.breadcrumb-item.--active a,
.breadcrumb-item.--active span,
.breadcrumb-item:hover a,
.breadcrumb-item:hover span {
  border-color: #d9def6;
  background: #f4f5ff;
  color: #303787;
}

@media (max-width: 640px) {
  .breadcrumb {
    margin-bottom: 14px !important;
    padding-inline: 0 !important;
  }
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX5 */
html {
  scroll-padding-top: 132px;
}

@media (min-width: 768px) {
  .header-top {
    z-index: 140 !important;
  }

  .header {
    top: 35px !important;
    z-index: 120 !important;
  }
}

.andpro-blog-hub-next,
.andpro-blog-hub-next--listing,
#blog-list,
#blog-routes {
  scroll-margin-top: 132px;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 96px;
  }

  .andpro-blog-hub-next,
  .andpro-blog-hub-next--listing,
  #blog-list,
  #blog-routes {
    scroll-margin-top: 96px;
  }
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX6 */
.andpro-blog-hub-next .blog-category a {
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px 9px 14px;
}

.andpro-blog-hub-next .blog-category a .abh-cat-name {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
}

.andpro-blog-hub-next .blog-category a .abh-cat-count {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 28px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef1ff;
  padding: 2px 8px;
  color: #575fcf;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.andpro-blog-hub-next .blog-category a.--active .abh-cat-count {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}

.andpro-blog-hub-next .news-page__footer {
  margin-top: 30px;
}

.andpro-blog-hub-next .pagination-block.--bottom {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}

.andpro-blog-hub-next .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.andpro-blog-hub-next .pagination li {
  margin: 0;
  padding: 0;
}

.andpro-blog-hub-next .pagination a,
.andpro-blog-hub-next .pagination span,
.andpro-blog-hub-next .pagination input {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  color: #405061 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(26, 41, 64, .05);
}

.andpro-blog-hub-next .pagination a:hover {
  border-color: #d9def6;
  background: #f4f5ff;
  color: #303787 !important;
}

.andpro-blog-hub-next .pagination a.--active,
.andpro-blog-hub-next .pagination li.disabled a.--active {
  border-color: #575fcf;
  background: #575fcf;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(87, 95, 207, .22);
}

.andpro-blog-hub-next .pagination .pagination__elipse {
  min-width: 42px;
  border-color: transparent;
  background: #f7f9fc;
  color: #6f7d8b !important;
  box-shadow: none;
}

.andpro-blog-hub-next .pagination form {
  margin: 0;
}

.andpro-blog-hub-next .pagination input {
  width: 54px;
  padding: 0 8px;
  text-align: center;
  outline: 0;
}

.andpro-blog-hub-next .pagination input:focus {
  border-color: #575fcf;
  box-shadow: 0 0 0 3px rgba(87, 95, 207, .16);
}

@media (max-width: 640px) {
  .andpro-blog-hub-next .blog-category a {
    gap: 10px;
  }

  .andpro-blog-hub-next .pagination {
    justify-content: flex-start;
  }
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX7 */
.breadcrumb {
  width: min(1180px, calc(100% - 32px));
  justify-content: flex-start !important;
  gap: 0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 8px;
  color: #aab4c2;
  content: "/";
}

.breadcrumb-item a,
.breadcrumb-item span {
  min-height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #6f7d8b;
}

.breadcrumb-item.--active a,
.breadcrumb-item.--active span,
.breadcrumb-item:hover a,
.breadcrumb-item:hover span {
  border-color: transparent;
  background: transparent;
  color: #303787;
}

.breadcrumb-item.--active a,
.breadcrumb-item.--active span {
  color: #202b37;
}

/* ANDPRO-BLOG-HUB-PREVIEW-A-FIX8 */
.andpro-blog-hub-next .abh-section-title {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.andpro-blog-hub-next .abh-section-title p {
  display: none !important;
}

/* ANDPRO-BLOG-HUB-PUBLISH-FIX9 */
.breadcrumb {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.andpro-blog-hub-next .blog-category a {
  justify-content: space-between;
  gap: 12px;
}

.andpro-blog-hub-next .blog-category a .abh-cat-count {
  display: inline-flex;
}
/* /ANDPRO-BLOG-HUB-PREVIEW-A */
