.cps-bsp-wrap {
  max-width: var(--cps-random-slider-container, var(--cps-container, 1400px));
  margin: 0 auto;
  padding: 22px 20px 40px;
}

.cps-bsp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.cps-bsp-pill {
  border: 0;
  background: var(--cps-pill-bg, #eeecfb);
  color: var(--cps-pill-text, #2f2cab);
  font-size: 12px;
  line-height: 1;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.cps-bsp-pill-label {
  display: inline-block;
}

.cps-bsp-pill-count {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  opacity: .88;
}

.cps-bsp-pill:hover,
.cps-bsp-pill.is-active {
  background: var(--cps-pill-active-bg, #63b4ff);
  color: var(--cps-pill-active-text, #fff);
}

.cps-bsp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

.cps-bsp-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.cps-bsp-column-left {
  gap: var(--cps-left-stack-gap, 54px);
}

.cps-bsp-column-right {
  gap: 42px;
}

.cps-bsp-card {
  display: block;
}

.cps-bsp-thumb-link {
  display: block;
  text-decoration: none;
}

.cps-bsp-thumb-frame {
  position: relative;
  overflow: hidden;
  background: #f1f1f7;
}

.cps-bsp-thumb-frame::before {
  content: "";
  display: block;
  padding-top: var(--cps-ratio-padding, 62.5%);
}

.cps-bsp-thumb-frame img,
.cps-bsp-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cps-bsp-image-fallback {
  background: linear-gradient(135deg, #ebecf7, #d9d9f2);
}

.cps-bsp-content {
  padding-top: 18px;
}

.cps-bsp-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.cps-bsp-cat-link {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .04em;
  color: #58aaf0;
  text-transform: uppercase;
  text-decoration: none;
}

.cps-bsp-title {
  margin: 0 0 14px;
  color: var(--cps-primary, #2f2cab);
  font-weight: 800;
  letter-spacing: -.03em;
}

.cps-bsp-title a {
  color: inherit;
  text-decoration: none;
}

.cps-bsp-card.is-big .cps-bsp-title {
  font-size: clamp(36px, 4vw, var(--cps-left-title-size, 62px));
  line-height: var(--cps-left-title-line-height, 1.06);
  color: var(--cps-left-title-color, var(--cps-primary, #2f2cab));
  max-width: 92%;
}

.cps-bsp-card:not(.is-big) .cps-bsp-title {
  font-size: clamp(24px, 2vw, var(--cps-right-title-size, 34px));
  line-height: var(--cps-right-title-line-height, 1.15);
  color: var(--cps-right-title-color, var(--cps-primary, #2f2cab));
}

.cps-bsp-excerpt {
  margin: 0 0 14px;
  color: var(--cps-excerpt, #4e4f84);
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.65;
  max-width: 92%;
}

.cps-bsp-card:not(.is-big) .cps-bsp-excerpt {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

.cps-bsp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--cps-meta, #4798eb);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.cps-bsp-meta-item {
  position: relative;
}

.cps-bsp-meta-item + .cps-bsp-meta-item::before {
  content: "|";
  color: var(--cps-meta, #4798eb);
  margin-right: 10px;
}

.cps-bsp-read-time::before {
  content: "◌";
  margin-right: 8px;
  font-size: 14px;
  vertical-align: 1px;
}

.cps-bsp-button-row {
  text-align: center;
  padding-top: 46px;
}

.cps-bsp-discovery-nav {
  margin-top: 24px;
  padding-top: 6px;
}

.cps-bsp-discovery-label {
  margin-bottom: 12px;
  color: var(--cps-primary, #2f2cab);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cps-bsp-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cps-bsp-page-link,
.cps-bsp-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f4f6fb;
  color: var(--cps-primary, #2f2cab);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease;
}

.cps-bsp-page-link:hover,
.cps-bsp-pagination a.page-numbers:hover {
  background: var(--cps-pill-active-bg, #63b4ff);
  color: var(--cps-pill-active-text, #fff);
}

.cps-bsp-pagination .current {
  background: var(--cps-pill-active-bg, #63b4ff);
  color: var(--cps-pill-active-text, #fff);
}

.cps-bsp-load-more {
  min-width: 250px;
  min-height: 60px;
  border: 0;
  border-radius: 10px;
  background: var(--cps-button-bg, #63b4ff);
  color: var(--cps-button-text, #fff);
  font-size: 17px;
  font-weight: 800;
  padding: 15px 34px;
  cursor: pointer;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .2s ease, opacity .2s ease;
}

.cps-bsp-load-more:hover {
  transform: translateY(-1px);
}

.cps-bsp-load-more:disabled {
  opacity: .65;
  cursor: wait;
}

.cps-bsp-empty {
  color: var(--cps-primary, #2f2cab);
  font-weight: 700;
  font-size: 20px;
  padding: 12px 0;
}

.cps-bsp-wrap.is-loading .cps-bsp-grid {
  opacity: .82;
}

@media (max-width: 1180px) {
  .cps-bsp-grid {
    gap: 30px;
  }

  .cps-bsp-column-left {
    gap: calc(var(--cps-left-stack-gap, 54px) * .9);
  }

  .cps-bsp-column-right {
    gap: 34px;
  }

  .cps-bsp-card.is-big .cps-bsp-title {
    max-width: 100%;
  }
}


@media (max-width: 767px) {
  .cps-bsp-filter-bar {
    flex-wrap: nowrap;
    gap: 10px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .cps-bsp-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .cps-bsp-pill {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }
}
@media (max-width: 860px) {
  .cps-bsp-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cps-bsp-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cps-bsp-column-left,
  .cps-bsp-column-right {
    gap: 34px;
  }

  .cps-bsp-card.is-big .cps-bsp-title,
  .cps-bsp-card:not(.is-big) .cps-bsp-title {
    font-size: clamp(28px, 7vw, 48px);
    line-height: 1.08;
  }

  .cps-bsp-excerpt,
  .cps-bsp-card:not(.is-big) .cps-bsp-excerpt {
    max-width: 100%;
    font-size: 16px;
  }

  .cps-bsp-button-row {
    padding-top: 34px;
  }

  .cps-bsp-load-more {
    width: 100%;
    min-width: 0;
  }
}


.cps-bsp-author-link {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.cps-bsp-author-link:hover {
  color: var(--cps-primary, #2f2cab);
  opacity: .9;
}

.cps-bsp-author-archive-page {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  overflow: hidden;
}

.cps-bsp-author-shell {
  max-width: var(--cps-author-page-width, var(--cps-container, 1400px));
  margin: 0 auto;
  padding: var(--cps-author-page-top-padding-desktop, 28px) 20px 64px;
  box-sizing: border-box;
}

.cps-bsp-author-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .88fr);
  gap: 64px;
  align-items: center;
  padding: 18px 0 68px;
}

.cps-bsp-author-copy {
  max-width: 760px;
  min-width: 0;
}

.cps-bsp-author-eyebrow {
  margin-bottom: 12px;
  color: #58aaf0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cps-bsp-author-title {
  margin: 0 0 16px;
  color: var(--cps-primary, #2f2cab);
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.03em;
}

.cps-bsp-author-bio {
  color: var(--cps-excerpt, #4e4f84);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.8;
}

.cps-bsp-author-bio p {
  margin: 0;
}

.cps-bsp-author-visual {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.cps-bsp-author-avatar-card {
  width: min(100%, 420px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.cps-bsp-author-avatar-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 244px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: var(--cps-author-avatar-bg, #ff4c6a);
  box-shadow: 0 28px 64px rgba(47, 44, 171, .14);
}

.cps-bsp-author-avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  background: var(--cps-author-avatar-bg, #ff4c6a);
}

.cps-bsp-author-avatar-fallback {
  background: linear-gradient(135deg, var(--cps-author-avatar-bg, #ff4c6a), #ff8d54);
}

.cps-bsp-author-design-media {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin-top: -24px;
}

.cps-bsp-author-design-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cps-bsp-author-posts-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 28px;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.03em;
}

.cps-bsp-author-posts-count {
  color: var(--cps-primary, #2f2cab);
}

.cps-bsp-author-posts-by {
  color: var(--cps-author-posts-by, #63b4ff);
}

.cps-bsp-author-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 34px;
}

.cps-bsp-author-posts-grid .cps-bsp-card {
  min-width: 0;
}

.cps-bsp-author-posts-grid .cps-bsp-card .cps-bsp-thumb-frame::before {
  padding-top: 60%;
}

.cps-bsp-author-posts-grid .cps-bsp-card .cps-bsp-content {
  padding-top: 16px;
}

.cps-bsp-author-posts-grid .cps-bsp-card .cps-bsp-title {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.14;
  max-width: 100%;
}

.cps-bsp-author-posts-grid .cps-bsp-card .cps-bsp-excerpt {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.65;
}

.cps-bsp-author-pagination-wrap {
  padding-top: 34px;
}

.cps-bsp-author-pagination-wrap .cps-bsp-pagination {
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .cps-bsp-author-hero {
    gap: 38px;
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }

  .cps-bsp-author-copy {
    max-width: 100%;
  }

  .cps-bsp-author-visual {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .cps-bsp-author-shell {
    padding-top: var(--cps-author-page-top-padding-mobile, 28px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 46px;
  }

  .cps-bsp-author-hero {
    gap: 28px;
    padding-top: 8px;
    padding-bottom: 38px;
  }

  .cps-bsp-author-visual {
    justify-content: center;
  }

  .cps-bsp-author-posts-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cps-bsp-author-title {
    font-size: clamp(30px, 9vw, 44px);
  }

  .cps-bsp-author-bio {
    font-size: 16px;
    line-height: 1.72;
  }

  .cps-bsp-author-posts-title {
    font-size: clamp(26px, 7vw, 36px);
    margin-bottom: 22px;
  }

  .cps-bsp-author-avatar-card {
    width: min(100%, 320px);
  }

  .cps-bsp-author-avatar-stage {
    width: min(100%, 212px);
  }

  .cps-bsp-author-design-media {
    width: min(100%, 300px);
    margin-top: -18px;
  }

  .cps-bsp-author-pagination-wrap .cps-bsp-pagination {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .cps-bsp-author-shell {
    padding-top: var(--cps-author-page-top-padding-mobile, 28px);
    padding-left: 14px;
    padding-right: 14px;
  }

  .cps-bsp-author-avatar-card {
    width: min(100%, 280px);
  }

  .cps-bsp-author-avatar-stage {
    width: min(100%, 188px);
  }

  .cps-bsp-author-design-media {
    width: min(100%, 260px);
    margin-top: -14px;
  }

  .cps-bsp-author-posts-grid .cps-bsp-card .cps-bsp-title {
    font-size: clamp(22px, 7vw, 30px);
  }

  .cps-bsp-author-posts-grid .cps-bsp-card .cps-bsp-excerpt {
    font-size: 15px;
    line-height: 1.6;
  }
}


.cps-bsp-random-showcase {
  max-width: var(--cps-random-slider-container, var(--cps-container, 1400px));
  margin: 0 auto;
  padding: 24px 20px 44px;
}

.cps-bsp-random-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 34px;
}

.cps-bsp-random-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--cps-random-pill-bg, #78bbf2);
  color: var(--cps-random-pill-text, #ffffff);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(99, 180, 255, .18);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.cps-bsp-random-pill:hover,
.cps-bsp-random-pill.is-active {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(99, 180, 255, .26);
  opacity: 1;
}

.cps-bsp-random-header {
  margin-bottom: 22px;
}

.cps-bsp-random-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 18px;
}

.cps-bsp-random-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--cps-primary, #2f2cab) 10%, #ffffff);
  color: var(--cps-primary, #2f2cab);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.cps-bsp-random-archive-link:hover,
.cps-bsp-random-archive-link:focus {
  background: var(--cps-primary, #2f2cab);
  color: #ffffff;
  transform: translateY(-1px);
}

.cps-bsp-random-eyebrow {
  margin-bottom: 8px;
  color: #58aaf0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cps-bsp-random-category-title {
  margin: 0;
  color: var(--cps-primary, #2f2cab);
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.03em;
}

.cps-bsp-random-grid-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--cps-random-featured-col-width, 61%)) minmax(0, calc(100% - var(--cps-random-featured-col-width, 61%) - 28px));
  gap: 28px;
  align-items: start;
}

.cps-bsp-random-main-col,
.cps-bsp-random-side-col {
  min-width: 0;
}

.cps-bsp-random-side-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.cps-bsp-random-featured-card,
.cps-bsp-random-mini-card {
  min-width: 0;
}

.cps-bsp-random-featured-link,
.cps-bsp-random-mini-thumb {
  text-decoration: none;
}

.cps-bsp-random-featured-media-link,
.cps-bsp-random-mini-media-link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.cps-bsp-random-featured-frame,
.cps-bsp-random-mini-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #eef2f8;
}

.cps-bsp-random-featured-frame::before {
  content: "";
  display: block;
  padding-top: 107%;
}

.cps-bsp-random-mini-frame::before {
  content: "";
  display: block;
  padding-top: 58%;
}

.cps-bsp-random-featured-frame img,
.cps-bsp-random-mini-frame img,
.cps-bsp-random-featured-frame .cps-bsp-image-fallback,
.cps-bsp-random-mini-frame .cps-bsp-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cps-bsp-random-featured-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 14, 34, .08) 0%, rgba(15, 18, 41, .26) 38%, rgba(13, 16, 35, .58) 100%);
}

.cps-bsp-random-featured-top,
.cps-bsp-random-mini-top {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}

.cps-bsp-random-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #2e3242;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.cps-bsp-random-chip--dark {
  background: color-mix(in srgb, var(--cps-random-slider-nav-bg, #ffffff) 96%, transparent);
}

.cps-bsp-random-featured-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
}

.cps-bsp-random-featured-title {
  margin: 0 0 16px;
  color: var(--cps-random-featured-title-color, #ffffff);
  font-size: clamp(30px, 3.2vw, var(--cps-random-featured-title-size, 56px));
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.04em;
  text-align: center;
  text-wrap: balance;
}

.cps-bsp-random-featured-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, .96);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.cps-bsp-random-featured-title-link,
.cps-bsp-random-featured-title-link:visited,
.cps-bsp-random-featured-title-link:hover,
.cps-bsp-random-featured-title-link:focus {
  color: var(--cps-random-featured-title-color, inherit);
  text-decoration: none;
}

.cps-bsp-random-featured-author,
.cps-bsp-random-featured-author:visited,
.cps-bsp-random-featured-author:hover,
.cps-bsp-random-featured-author:focus,
.cps-bsp-random-featured-author span {
  color: var(--cps-random-featured-author-color, inherit);
  text-decoration: none;
  font-weight: 800;
}

.cps-bsp-random-featured-card--no-media .cps-bsp-random-featured-no-media-shell {
  min-height: 100%;
  border-radius: 22px;
  padding: 28px;
  background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(47, 44, 171, .08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cps-bsp-random-featured-top--static,
.cps-bsp-random-mini-top--static {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-bottom: 16px;
}

.cps-bsp-random-featured-copy--static {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
}

.cps-bsp-random-featured-card--no-media .cps-bsp-random-featured-title {
  color: var(--cps-primary, #2f2cab);
  text-align: left;
}

.cps-bsp-random-featured-card--no-media .cps-bsp-random-featured-meta {
  justify-content: flex-start;
  color: #5a5f7d;
}

.cps-bsp-random-mini-content {
  padding-top: 16px;
}

.cps-bsp-random-mini-card--no-media {
  border-radius: 22px;
  padding: 22px;
  background: #f7f9ff;
  border: 1px solid rgba(47, 44, 171, .08);
}

.cps-bsp-random-mini-content--no-media {
  padding-top: 0;
}

.cps-bsp-random-mini-title {
  margin: 0 0 10px;
  color: var(--cps-primary, #2f2cab);
  font-size: clamp(22px, 1.55vw, var(--cps-random-mini-title-size, 34px));
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -.03em;
}

.cps-bsp-random-mini-title a {
  color: inherit;
  text-decoration: none;
}

.cps-bsp-random-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.cps-bsp-random-mini-by.has-divider::before {
  content: "|";
  margin-right: 8px;
  color: #8b90a9;
}

.cps-bsp-random-mini-author {
  color: var(--cps-primary, #2f2cab);
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .cps-bsp-random-grid-layout {
    grid-template-columns: 1fr;
  }

  .cps-bsp-random-featured-frame::before {
    padding-top: 78%;
  }
}

@media (max-width: 860px) {
  .cps-bsp-random-showcase {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cps-bsp-random-pills {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .cps-bsp-random-pill {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .cps-bsp-random-featured-frame::before {
    padding-top: 96%;
  }

  .cps-bsp-random-featured-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .cps-bsp-random-featured-card--no-media .cps-bsp-random-featured-no-media-shell,
  .cps-bsp-random-mini-card--no-media {
    padding: 20px;
  }

  .cps-bsp-random-featured-title {
    font-size: clamp(28px, 8.4vw, 42px);
  }

  .cps-bsp-random-featured-meta {
    font-size: 13px;
  }

  .cps-bsp-random-side-col {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cps-bsp-random-mini-title {
    font-size: clamp(24px, 6vw, 32px);
  }
}

.cps-bsp-random-slider-showcase {
  max-width: var(--cps-random-slider-container, var(--cps-container, 1400px));
  margin: 0 auto;
  padding: 24px 20px 48px;
}

.cps-bsp-random-slider-header {
  margin-bottom: 30px;
}

.cps-bsp-random-slider-header-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cps-bsp-random-slider-title {
  margin: 0;
  color: var(--cps-primary, #2f2cab);
  font-size: clamp(28px, 2.6vw, 50px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.03em;
}

.cps-bsp-random-slider-title span {
  font-weight: 800;
}

.cps-bsp-random-slider-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--cps-primary, #2f2cab) 10%, #ffffff);
  color: var(--cps-primary, #2f2cab);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.cps-bsp-random-slider-archive-link:hover,
.cps-bsp-random-slider-archive-link:focus {
  background: var(--cps-primary, #2f2cab);
  color: #ffffff;
  transform: translateY(-1px);
}

.cps-bsp-random-slider-shell {
  position: relative;
}

.cps-bsp-random-slider-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cps-bsp-random-slider-viewport::-webkit-scrollbar {
  display: none;
}

.cps-bsp-random-slider-track {
  display: flex;
  gap: var(--cps-random-slider-gap, 32px);
}

.cps-bsp-random-slider-card {
  flex: 0 0 calc((100% - (var(--cps-random-slider-gap, 32px) * (var(--cps-random-slider-desktop-slides, 3) - 1))) / var(--cps-random-slider-desktop-slides, 3));
  min-width: 0;
  scroll-snap-align: start;
}

.cps-bsp-random-slider-thumb {
  display: block;
  text-decoration: none;
}

.cps-bsp-random-slider-frame {
  position: relative;
  overflow: hidden;
  background: #eef2f8;
  border-radius: 0;
}

.cps-bsp-random-slider-frame::before {
  content: "";
  display: block;
  padding-top: 49%;
}

.cps-bsp-random-slider-frame img,
.cps-bsp-random-slider-frame .cps-bsp-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cps-bsp-random-slider-content {
  padding-top: 16px;
}

.cps-bsp-random-slider-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.cps-bsp-random-slider-cat {
  color: #58aaf0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.cps-bsp-random-slider-card-title {
  margin: 0 0 12px;
  color: var(--cps-primary, #2f2cab);
  font-size: clamp(22px, 1.8vw, var(--cps-random-slider-title-size, 30px));
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.03em;
}

.cps-bsp-random-slider-card-title a {
  color: inherit;
  text-decoration: none;
}

.cps-bsp-random-slider-excerpt {
  margin: 0 0 14px;
  color: var(--cps-excerpt, #4e4f84);
  font-size: 16px;
  line-height: 1.6;
}

.cps-bsp-random-slider-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--cps-meta, #4798eb);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.cps-bsp-random-slider-meta-item + .cps-bsp-random-slider-meta-item::before {
  content: "|";
  margin-right: 8px;
  color: var(--cps-meta, #4798eb);
}

.cps-bsp-random-slider-read-time::before {
  content: "◌";
  margin-right: 8px;
  font-size: 14px;
  vertical-align: 1px;
}

.cps-bsp-random-slider-author {
  color: inherit;
  text-decoration: none;
}

.cps-bsp-random-slider-nav {
  position: absolute;
  top: 120px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--cps-random-slider-nav-size, 72px);
  height: var(--cps-random-slider-nav-size, 72px);
  border: 0;
  border-radius: 999px;
  background: var(--cps-random-slider-nav-bg, #ffffff);
  color: var(--cps-random-slider-nav-text, #171717);
  box-shadow: 0 18px 36px rgba(20, 28, 56, .12);
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.cps-bsp-random-slider-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(20, 28, 56, .16);
}

.cps-bsp-random-slider-nav:disabled {
  opacity: .45;
  cursor: default;
  transform: none;
  box-shadow: 0 10px 24px rgba(20, 28, 56, .08);
}

.cps-bsp-random-slider-nav span {
  font-size: 42px;
  line-height: 1;
  transform: translateY(-2px);
}

.cps-bsp-random-slider-nav.is-prev {
  left: -28px;
}

.cps-bsp-random-slider-nav.is-next {
  right: -28px;
}

@media (max-width: 1180px) {
  .cps-bsp-random-slider-card {
    flex-basis: calc((100% - (var(--cps-random-slider-gap, 32px) * (var(--cps-random-slider-tablet-slides, 2) - 1))) / var(--cps-random-slider-tablet-slides, 2));
  }

  .cps-bsp-random-slider-nav {
    top: 96px;
    width: min(var(--cps-random-slider-nav-size, 72px), 64px);
    height: min(var(--cps-random-slider-nav-size, 72px), 64px);
  }

  .cps-bsp-random-slider-nav.is-prev {
    left: -18px;
  }

  .cps-bsp-random-slider-nav.is-next {
    right: -18px;
  }
}

@media (max-width: 860px) {
  .cps-bsp-random-slider-showcase {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cps-bsp-random-slider-track {
    gap: max(16px, calc(var(--cps-random-slider-gap, 32px) - 12px));
  }

  .cps-bsp-random-slider-card {
    flex-basis: calc((100% - (max(16px, calc(var(--cps-random-slider-gap, 32px) - 12px)) * (var(--cps-random-slider-mobile-slides, 1) - 1))) / var(--cps-random-slider-mobile-slides, 1));
  }

  .cps-bsp-random-slider-card-title {
    font-size: clamp(24px, 6vw, 34px);
  }

  .cps-bsp-random-slider-excerpt {
    font-size: 15px;
  }

  .cps-bsp-random-slider-nav {
    top: 80px;
    width: min(var(--cps-random-slider-nav-size, 72px), 56px);
    height: min(var(--cps-random-slider-nav-size, 72px), 56px);
  }

  .cps-bsp-random-slider-nav span {
    font-size: 34px;
  }

  .cps-bsp-random-slider-nav.is-prev {
    left: -6px;
  }

  .cps-bsp-random-slider-nav.is-next {
    right: -6px;
  }
}

@media (max-width: 560px) {
  .cps-bsp-random-slider-showcase {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cps-bsp-random-slider-title {
    font-size: clamp(24px, 8vw, 36px);
  }

  .cps-bsp-random-slider-nav {
    top: 70px;
    width: min(var(--cps-random-slider-nav-size, 72px), 50px);
    height: min(var(--cps-random-slider-nav-size, 72px), 50px);
  }

  .cps-bsp-random-slider-nav span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .cps-bsp-random-slider-header-main {
    align-items: stretch;
  }

  .cps-bsp-random-slider-archive-link {
    width: 100%;
    justify-content: center;
  }
}
