.single.single-cps_entry .wprm-recipe-container {
  display: block !important;
}

.single.single-cps_entry .entry-header.cps-entry-sequence-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.single.single-cps_entry .cps-entry-sequence-copy {
  display: grid;
  gap: 8px;
  text-align: left;
  width: 100%;
}

.single.single-cps_entry .cps-entry-sequence-topline {
  align-items: center;
  color: #667085;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 100%;
}

.single.single-cps_entry .cps-entry-sequence-position {
  display: block;
  justify-self: start;
  text-align: left;
  width: 100%;
}

.single.single-cps_entry .cps-entry-sequence-read-time {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  font-size: 12px;
  justify-self: end;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
}

.single.single-cps_entry .cps-entry-sequence-read-time-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.single.single-cps_entry .cps-entry-sequence-read-time-icon svg {
  display: block;
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.single.single-cps_entry .cps-entry-sequence-loader {
  background: #e5e7eb;
  border-radius: 999px;
  display: block;
  height: 8px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.single.single-cps_entry .cps-entry-sequence-loader span {
  background: #2fb15a;
  display: block;
  float: left;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  transform: none;
  transform-origin: left center;
}

.single.single-cps_entry .cps-entry-sequence-copy .entry-title {
  color: #101828;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0;
  max-width: 800px;
  margin-bottom: 20px;
}

.single.single-cps_entry .cps-entry-sequence-meta-bar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
}

.single.single-cps_entry .cps-entry-sequence-like-wrap {
  margin: 0;
}

.single.single-cps_entry .cps-entry-sequence-like-button {
  align-items: center;
  background: #f2f4f7;
  border-radius: 999px;
  color: #667085;
  display: inline-flex;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  margin: 0;
}

.single.single-cps_entry .cps-entry-sequence-share-icon {
  color: #98a2b3;
  display: inline-flex;
  flex: 0 0 auto;
}

.single.single-cps_entry .cps-entry-sequence-share-icon svg {
  display: block;
  fill: currentColor;
  height: 16px;
  width: 16px;
}

.single.single-cps_entry .cps-entry-sequence-like-button i {
  color: #98a2b3;
  font-size: 15px;
}

.single.single-cps_entry .cps-entry-sequence-like-button.liked i,
.single.single-cps_entry .cps-entry-sequence-like-button.clicking i,
.single.single-cps_entry .cps-entry-sequence-like-button:hover i,
.single.single-cps_entry .cps-entry-sequence-like-button:focus i {
  color: #e11d48;
}

.single.single-cps_entry .cps-entry-sequence-like-button span,
.single.single-cps_entry .cps-entry-sequence-share-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.single.single-cps_entry .cps-entry-sequence-like-button .like-count::before {
  content: "\00B7";
  margin-right: 8px;
}

.single.single-cps_entry .cps-entry-sequence-like-button:hover,
.single.single-cps_entry .cps-entry-sequence-like-button:focus {
  background: #eaecf0;
  color: #667085;
  text-decoration: none;
}

.single.single-cps_entry .cps-entry-sequence-share {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-content: flex-end;
  margin: 0;
}

.single.single-cps_entry .cps-entry-sequence-share-label {
  align-items: center;
  color: #667085;
  display: inline-flex;
  gap: 7px;
}

.single.single-cps_entry .cps-entry-sequence-share-icons {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.single.single-cps_entry .cps-entry-sequence-share-icons>a,
.single.single-cps_entry .cps-entry-sequence-copy-link {
  align-items: center;
  background: #f2f4f7;
  border: 0;
  border-radius: 999px;
  color: #667085;
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 36px;
}

.single.single-cps_entry .cps-entry-sequence-share-icons>a:hover,
.single.single-cps_entry .cps-entry-sequence-share-icons>a:focus,
.single.single-cps_entry .cps-entry-sequence-copy-link:hover,
.single.single-cps_entry .cps-entry-sequence-copy-link:focus,
.single.single-cps_entry .cps-entry-sequence-copy-link.is-copied {
  background: #ccc;
  color: #344054;
  text-decoration: none;
}

.single.single-cps_entry .cps-entry-sequence-share-icons>a i,
.single.single-cps_entry .cps-entry-sequence-share-icons>a img,
.single.single-cps_entry .cps-entry-sequence-share-icons>a svg {
  display: block;
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.cps-sequence-landing-page .site-content {
  background: #f7f4ef;
}

.cps-sequence-landing {
  padding: 18px 0 76px;
}

.cps-sequence-landing-shell {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 24px;
}

.cps-sequence-hero {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 35px;
  padding: 58px 36px 18px;
  text-align: center;
}

.cps-sequence-hero-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
  padding: 0;
}

.cps-sequence-hero-copy > .inline-flex.items-center.gap-1\.5.bg-primary\/10.text-primary.text-xs.font-bold.uppercase.tracking-wider.px-3.py-1.rounded-full.mb-4,
.cps-sequence-list-eyebrow {
  align-items: center;
  background: #e8f3e8;
  border-radius: 999px;
  color: #38a35b;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  gap: .375rem;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 7px 14px;
  text-transform: uppercase;
}

.cps-sequence-title {
  color: #171b24;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.cps-sequence-description,
.cps-sequence-list-summary {
  color: #5c6470;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}

.cps-sequence-description strong,
.cps-sequence-description b,
.cps-sequence-description .font-bold {
  color: #171b24;
  font-weight: 700;
}

.cps-sequence-description .text-foreground {
  color: #171b24;
}

.cps-sequence-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.cps-sequence-primary-button,
.cps-sequence-secondary-button {
  border-radius: .75rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: .5rem;
  min-height: auto;
  padding: 1rem 1.75rem;
  text-decoration: none;
  transition: transform .15s ease;
  align-items: center;
  justify-content: center;
}

.cps-sequence-primary-button {
  background: hsl(142 60% 42%) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  color: #fff !important;
}

.cps-sequence-secondary-button {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 53, 36, 0.12);
  color: #123524;
}

.cps-sequence-primary-button:hover,
.cps-sequence-primary-button:focus,
.cps-sequence-secondary-button:hover,
.cps-sequence-secondary-button:focus {
  color: inherit;
  text-decoration: none;
}

.cps-sequence-primary-button:hover,
.cps-sequence-primary-button:focus {
  background: hsl(142 60% 42%) !important;
  color: #fff !important;
}

.cps-sequence-primary-button:active {
  transform: scale(.98);
}

.animate-pulse-subtle {
  animation: pulse-subtle 2s ease-in-out infinite;
}

@keyframes pulse-subtle {
  0%,
  100% {
    box-shadow: 0 0 hsl(142 60% 42% / .4);
  }

  50% {
    box-shadow: 0 0 0 8px hsl(142 60% 42% / 0);
  }
}

.cps-sequence-primary-button-arrow {
  display: inline-flex;
  line-height: 1;
}

.cps-sequence-primary-button-arrow svg {
  display: block;
  height: 20px;
  width: 20px;
}

@media (min-width: 768px) {
  .cps-sequence-title {
    font-size: 3rem;
  }

  .cps-sequence-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .cps-sequence-primary-button {
    font-size: 1.125rem;
  }
}

.cps-sequence-hero-note {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.cps-sequence-stat-row {
  align-self: stretch;
  border-bottom: 1px solid #ebe4d8;
  border-top: 1px solid #ebe4d8;
  font-size: .75rem;
  font-weight: 500;
  justify-self: stretch;
  margin: 0 -36px 2rem;
  max-width: none;
  padding: .75rem 0;
  box-sizing: border-box;
  width: calc(100% + 72px);
}

.cps-sequence-stat-row-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}

.cps-sequence-stat {
  align-items: baseline;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  gap: .375rem;
  padding: 0;
}

.cps-sequence-stat-value {
  color: #171b24;
  font-size: inherit;
  font-weight: 800;
}

.cps-sequence-stat-row,
.cps-sequence-stat-row .text-muted-foreground {
  color: #6b7280;
}

.cps-sequence-stat-row .text-foreground,
.cps-sequence-stat-value {
  color: #171b24;
}

.cps-sequence-stat-row strong {
  font-weight: 700;
}

.cps-sequence-item-card {
  background: #fff;
  border: 1px solid #e2e4e9;
  border-radius: 12px;
  box-shadow: none;
  color: inherit;
  display: block;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.cps-sequence-item-media {
  aspect-ratio: 16 / 10;
  background: #eeeff2;
  overflow: hidden;
  position: relative;
}

.cps-sequence-item-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
}

.cps-sequence-item-copy {
  display: grid;
  gap: 8px;
  padding: 12px;
  text-align: left;
}

.cps-sequence-item-rank {
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  color: #14181f;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  inset: 8px auto auto 8px;
  justify-content: center;
  padding: 4px 10px;
  position: absolute;
}

.cps-sequence-item-copy h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #14181f;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.375;
  margin: 0;
  min-height: 2.5rem;
  overflow: hidden;
}

.cps-sequence-item-meta {
  align-self: start;
  color: #737b8c;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  justify-content: flex-start;
  justify-self: start;
  margin: 0;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.cps-sequence-item-chip {
  align-items: center;
  background: #eeeff2;
  border-radius: 9999px;
  color: #737b8c;
  display: inline-flex;
  gap: 4px;
  line-height: 1.3;
  padding: 2px 8px;
}

.cps-sequence-item-chip svg {
  fill: none;
  flex: 0 0 auto;
  display: inline-block;
  height: 12px;
  max-height: 12px;
  max-width: 12px;
  min-height: 12px;
  min-width: 12px;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  vertical-align: middle;
  width: 12px;
}

.cps-sequence-item-chip svg *,
.cps-sequence-item-chip svg circle,
.cps-sequence-item-chip svg path,
.cps-sequence-item-chip svg polyline,
.cps-sequence-item-chip svg rect {
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2 !important;
  vector-effect: non-scaling-stroke;
}

.cps-sequence-notice {
  background: #fffdf9;
  border: 1px solid rgba(31, 122, 79, 0.14);
  border-left: 4px solid #1f7a4f;
  border-radius: 18px;
  color: #2b5a40;
  font-size: 15px;
  font-weight: 600;
  margin: 34px 0 0;
  padding: 16px 18px;
}

.cps-sequence-list-section {
  margin-top: 34px;
}

.cps-sequence-list-header {
  margin-bottom: 26px;
  text-align: center;
}

.cps-sequence-list-header h2 {
  color: #171b24;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.02;
  margin: 8px 0 0;
  max-width: none;
}

.cps-sequence-item-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cps-sequence-list-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 56px;
  text-align: center;
  width: 100%;
}

.cps-sequence-list-cta .cps-sequence-primary-button {
  margin-left: auto;
  margin-right: auto;
}

.cps-sequence-list-subscribe {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.cps-sequence-ad-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cps-sequence-ad-section .IC-Default.ad-wrapper,
.cps-sequence-grid-ad .IC-Default.ad-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.cps-sequence-grid-ad .ad-wrapper {
  background: #fff !important;
  border: 1px solid rgba(18, 53, 36, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(18, 53, 36, 0.04);
  box-sizing: border-box;
  height: 100%;
  min-height: 226px;
  overflow: hidden;
  padding: 12px !important;
  width: 100%;
}

.cps-sequence-ad-section .ad-inner,
.cps-sequence-grid-ad .ad-inner {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.cps-sequence-grid-ad .ad-inner {
  align-items: center;
}

.cps-sequence-ad-section .ad-inner > *,
.cps-sequence-grid-ad .ad-inner > *,
.cps-sequence-ad-section .ad-inner a,
.cps-sequence-grid-ad .ad-inner a,
.cps-sequence-ad-section .ad-inner img,
.cps-sequence-grid-ad .ad-inner img {
  margin-left: auto !important;
  margin-right: auto !important;
}

.cps-sequence-ad-section .ad-inner img,
.cps-sequence-grid-ad .ad-inner img {
  display: block;
}

.cps-sequence-grid-ad .ad-inner a {
  display: block;
  max-width: 100%;
}

.cps-sequence-grid-ad .ad-inner img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.cps-sequence-grid-ad {
  align-self: stretch;
  display: flex;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

.cps-sequence-item-card:hover,
.cps-sequence-item-card:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  text-decoration: none;
  transform: translateY(-2px);
}

.cps-sequence-item-card:hover .cps-sequence-item-media img,
.cps-sequence-item-card:focus .cps-sequence-item-media img {
  transform: scale(1.05);
}

.cps-sequence-item-card.is-completed {
  border-color: #cfe6d7;
}

.cps-sequence-item-card.is-locked {
  border-color: #38a35b;
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(56, 163, 91, .3);
}

.cps-sequence-item-card.is-locked .cps-sequence-item-media img {
  filter: blur(8px);
  transform: scale(1.1);
}

.cps-sequence-item-card.is-locked .cps-sequence-item-rank {
  background: #38a35b;
  color: #fff;
}

.cps-sequence-item-locked-overlay {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, .55);
}

.cps-sequence-item-locked-overlay svg {
  fill: none;
  height: 24px;
  margin-bottom: 6px;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.cps-sequence-item-locked-overlay p {
  color: inherit;
  margin: 0;
}

.cps-sequence-item-locked-overlay p:first-of-type {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.cps-sequence-item-locked-overlay p:last-of-type {
  font-size: 10px;
  margin-top: 4px;
  opacity: .9;
  text-decoration: underline;
}


@media (max-width: 1100px) {
  .cps-sequence-item-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .cps-sequence-landing {
    padding: 32px 0 56px;
  }

  .cps-sequence-landing-shell {
    padding: 0 16px;
  }

  .cps-sequence-hero {
    gap: 20px;
    padding: 38px 20px 12px;
  }

  .cps-sequence-stat-row {
    margin: 0 -20px 2rem;
    padding-top: 16px;
    width: calc(100% + 40px);
  }

  .cps-sequence-stat-row-inner {
    flex-direction: column;
    gap: 12px;
  }

  .cps-sequence-title {
    font-size: clamp(40px, 12vw, 56px);
  }

  .cps-sequence-description,
  .cps-sequence-list-summary {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .cps-sequence-stat-row,
  .cps-sequence-stat-row-inner {
    font-size: .875rem;
    gap: 1rem 2rem;
  }
}

.single.single-cps_entry .cps-entry-sequence-copy-link svg {
  display: block;
  fill: none;
  height: 16px;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.single.single-cps_entry .cps-entry-sequence-copy-link::after {
  background: #101828;
  border-radius: 999px;
  color: #ffffff;
  content: attr(data-copied-label);
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  opacity: 0;
  padding: 7px 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateX(-50%) translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  z-index: 30;
}

.single.single-cps_entry .cps-entry-sequence-copy-link.is-copied::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.single.single-cps_entry .cps-entry-sequence-share-icons>a span {
  display: none;
}

.single.single-cps_entry .cps-entry-sequence-header .featured-media-section {
  width: 100%;
}

.single.single-cps_entry .wprm-recipe-ingredients li::marker,
.single.single-cps_entry .wprm-recipe-ingredient::marker {
  color: #2bab5a;
}

.single.single-cps_entry .wprm-recipe-instructions {
  counter-reset: cps-instruction-step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single.single-cps_entry .wprm-recipe-instruction {
  align-items: flex-start;
  counter-increment: cps-instruction-step;
  display: grid;
  gap: 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.single.single-cps_entry .wprm-recipe-instruction::before {
  align-items: center !important;
  background: #2bab5a;
  border-radius: 999px;
  color: #ffffff;
  content: counter(cps-instruction-step);
  display: inline-flex !important;
  font-size: 15px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 32px;
}

.single.single-cps_entry .wprm-recipe-instruction-text {
  margin: 2px 0 0;
}

.single.single-cps_entry .wprm-recipe-instruction-text>*:first-child {
  margin-top: 0;
}

.single.single-cps_entry .wprm-recipe-instruction-text>*:last-child {
  margin-bottom: 0;
}

.cps-sequence-nav {
  margin: 48px 0;
}

.cps-sequence-next {
  margin-top: 10px;
}

.cps-sequence-actions {
  align-items: stretch;
  display: flex;
  gap: 14px;
}

.cps-back-button,
.cps-next-button {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 62px;
  padding: 0 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cps-back-button {
  background: #ffca28;
  box-shadow: 0 0 0 4px #fff8e1, 0 0 0 1px #f4c64d;
  color: #101828;
  flex: 0 0 auto;
}

.cps-back-button:hover,
.cps-back-button:focus {
  background: #f4b400;
  color: #101828;
  text-decoration: none;
  transform: translateY(-1px);
}

.cps-next-button {
  /* animation: cps-pulse-subtle 2s ease-in-out infinite; */
  background: #2fb15a;
  box-shadow: 0 0 0 4px #eaf8ee, 0 0 0 1px #b7e0c1;
  color: #ffffff;
  flex: 1 1 auto;
}

.cps-next-button:hover,
.cps-next-button:focus {
  background: #25914a;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.cps-next-button span {
  margin: 0;
}

.cps-sequence-button-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.cps-sequence-button-icon svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

@keyframes cps-pulse-subtle {

  0%,
  50% {
    box-shadow: 0 0 0 4px #eaf8ee, 0 0 0 1px #b7e0c1, 0 0 0 0 rgba(43, 171, 90, 0.37);
  }

  100% {
    box-shadow: 0 0 0 4px #eaf8ee, 0 0 0 1px #b7e0c1, 0 0 0 10px rgba(43, 171, 90, 0);
  }
}

.cps-up-next-card {
  align-items: center;
  background: rgb(238 239 242 / 30%);
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  margin-top: 18px;
  padding: 14px 16px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  transition: all 0.2s ease;
}

.cps-up-next-card:hover {
  background: rgb(238 239 242 / 60%);
}

.cps-up-next-label {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.cps-up-next-thumb {
  align-self: center;
  flex: 0 0 64px;
  margin: 0;
}

.cps-up-next-thumb img {
  border-radius: 12px;
  display: block;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.cps-sequence-next .cps-up-next-card .cps-up-next-copy {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  margin: 0;
  min-width: 0;
  text-align: left;
  width: 100%;
}

.cps-sequence-next .cps-up-next-card .cps-up-next-copy>* {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.cps-up-next-heading {
  align-items: baseline;
  color: #101828;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  text-align: left;
}

.cps-up-next-rank {
  color: #101828;
  font-size: 15px;
  font-weight: 800;
  flex: 0 0 auto;
}

.cps-up-next-title {
  color: #101828;
  display: inline;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.cps-up-next-meta {
  color: #667085;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.cps-up-next-card:hover,
.cps-up-next-card:focus {
  border-color: #c8ccd0;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
  text-decoration: none;
}

.cps-sequence-finish {
  margin-top: 30px;
}

.cps-sequence-finish-lead {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 36px;
  text-align: center;
}

.cps-sequence-finish-lead-icon {
  flex: 0 0 auto;
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

.cps-sequence-finish-card {
  background: rgb(238 239 242 / 30%);
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  padding: 44px 48px;
  max-width: 730px !important;
  margin-bottom: 100px;
}

.cps-sequence-finish-card-header {
  display: block;
  margin-bottom: 28px;
}

.cps-sequence-finish-card-copy {
  display: grid;
  gap: 10px;
}

.cps-sequence-finish-card-title-row {
  align-items: center;
  display: flex;
  gap: 2px;
  width: 100%;
}

.cps-sequence-finish-card-icon {
  align-items: center;
  color: #2fb15a;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
  margin: 0;
}

.cps-sequence-finish-card-icon svg {
  display: block;
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 34px;
}

.cps-sequence-finish-title {
  color: #101828;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
}

.cps-sequence-finish-card-title {
  color: #101828;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0;
}

.cps-sequence-finish-card-subtitle {
  color: #667085;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.cps-sequence-finish-shortcode {
  width: 100%;
}

.cps-sequence-finish-shortcode .wp-block-convertkit-form,
.cps-sequence-finish-shortcode .convertkit-form,
.cps-sequence-finish-shortcode .formkit-form,
.cps-sequence-finish-shortcode form {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.cps-sequence-finish-shortcode .formkit-powered-by-convertkit-container {
  display: none !important;
}

.cps-sequence-finish-shortcode .formkit-form[data-format="inline"] [data-style="clean"] {
  padding: 0 !important;
}

.cps-sequence-finish-shortcode .formkit-form[data-format="inline"] .formkit-fields[data-stacked="false"],
.cps-sequence-finish-shortcode .formkit-form[data-format="inline"] .seva-fields.formkit-fields {
  align-items: stretch;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) 190px;
  margin: 0 !important;
}

.cps-sequence-finish-shortcode .formkit-form[data-format="inline"] .formkit-field,
.cps-sequence-finish-shortcode .formkit-form[data-format="inline"] .formkit-submit {
  margin: 0 !important;
}

.cps-sequence-finish-shortcode .formkit-input {
  border: 2px solid #d0d5dd !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  min-height: 50px !important;
  padding: 0 14px !important;
}

.cps-sequence-finish-shortcode .formkit-input::placeholder {
  color: #667085 !important;
  opacity: 1 !important;
}

.cps-sequence-finish-shortcode .formkit-submit {
  background: #2fb15a !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  min-height: 50px !important;
  min-width: 190px;
}

.cps-sequence-finish-shortcode .formkit-submit:hover,
.cps-sequence-finish-shortcode .formkit-submit:focus {
  background: #25914a !important;
}

.cps-sequence-finish-shortcode .formkit-submit>span {
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  padding: 0 28px !important;
}

.cps-sequence-finish-related {
  margin-top: 56px;
}

.cps-sequence-finish-related-title {
  color: #101828;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 28px;
}

.cps-sequence-finish-related-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 80px;
}

.cps-finish-suggestion-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 18px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  color: inherit;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cps-finish-suggestion-card:hover,
.cps-finish-suggestion-card:focus {
  border-color: #bfc6d1;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}

.cps-finish-suggestion-media {
  aspect-ratio: 3 / 1;
  background: linear-gradient(135deg, #eef3f8 0%, #dde7ef 100%);
  display: block;
  overflow: hidden;
  width: 100%;
}

.cps-finish-suggestion-media.is-placeholder::before {
  background:
    radial-gradient(circle at 24% 35%, rgba(43, 171, 90, 0.28) 0, rgba(43, 171, 90, 0.28) 12%, transparent 13%),
    radial-gradient(circle at 62% 38%, rgba(249, 115, 22, 0.22) 0, rgba(249, 115, 22, 0.22) 16%, transparent 17%),
    radial-gradient(circle at 74% 68%, rgba(99, 102, 241, 0.18) 0, rgba(99, 102, 241, 0.18) 12%, transparent 13%),
    linear-gradient(135deg, #e9eff4 0%, #d9e5ec 100%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.cps-finish-suggestion-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cps-finish-suggestion-copy {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
}

.cps-finish-suggestion-title {
  color: #101828;
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0;
}

.cps-finish-suggestion-meta {
  color: #667085;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.cps-sequence-start-over {
  align-items: center;
  background: #eef0f5;
  border-radius: 24px;
  color: #101828;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-top: 32px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.cps-sequence-start-over:hover,
.cps-sequence-start-over:focus {
  background: #e4e8f0;
  color: #101828;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .single.single-cps_entry .cps-entry-sequence-topline {
    align-items: flex-start;
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .single.single-cps_entry .cps-entry-sequence-copy .entry-title {
    font-size: 34px;
  }

  .single.single-cps_entry .cps-entry-sequence-meta-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .single.single-cps_entry .cps-entry-sequence-share {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cps-sequence-actions {
    flex-direction: column;
  }

  .cps-back-button,
  .cps-next-button {
    font-size: 16px;
    min-height: 52px;
    width: 100%;
  }

  .cps-up-next-card {
    align-items: flex-start;
  }

  .cps-up-next-thumb {
    flex-basis: 64px;
  }

  .cps-up-next-thumb img {
    height: 64px;
    width: 64px;
  }

  .cps-up-next-title {
    font-size: 16px;
  }

  .cps-up-next-meta {
    font-size: 13px;
  }

  .cps-sequence-finish-lead {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 60px 0 24px;
  }

  .cps-sequence-finish-card {
    padding: 28px 22px !important;
    max-width: 730px !important;
  }

  .cps-sequence-finish-card-header {
    margin-bottom: 22px;
  }

  .cps-sequence-finish-card-icon {
    height: 36px;
    width: 36px;
  }

  .cps-sequence-finish-card-icon svg {
    height: 32px;
    width: 32px;
  }

  .cps-sequence-finish-card-title-row {
    align-items: flex-start;
    gap: 2px;
    width: 100%;
  }

  .cps-sequence-finish-card-subtitle {
    font-size: 18px;
  }

  .cps-sequence-finish-shortcode .formkit-form[data-format="inline"] .formkit-fields[data-stacked="false"],
  .cps-sequence-finish-shortcode .formkit-form[data-format="inline"] .seva-fields.formkit-fields {
    grid-template-columns: 1fr;
  }

  .cps-sequence-finish-shortcode .formkit-input,
  .cps-sequence-finish-shortcode .formkit-submit {
    min-height: 64px !important;
  }

  .cps-sequence-finish-shortcode .formkit-input {
    font-size: 14px !important;
  }

  .cps-sequence-finish-shortcode .formkit-submit {
    min-width: 100%;
  }

  .cps-sequence-finish-shortcode .formkit-submit>span {
    font-size: 14px !important;
  }

  .cps-sequence-finish-related {
    margin-top: 36px;
  }

  .cps-sequence-finish-related-grid {
    grid-template-columns: 1fr;
  }

  .cps-finish-suggestion-copy {
    padding: 16px;
  }

  .cps-finish-suggestion-title {
    font-size: 16px;
  }

  .cps-finish-suggestion-meta {
    font-size: 13px;
  }

  .cps-sequence-start-over {
    border-radius: 18px;
    font-size: 18px;
    min-height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .cps-back-button,
  .cps-next-button {
    transition: none;
  }

  .cps-next-button {
    animation: none;
  }
}
