html {
  scroll-behavior: smooth;
}

.sb-coupons-page {
  --sb-coupons-shell: min(1824px, calc(100% - 224px));
  width: 100%;
  overflow: hidden;
  color: #111827;
  background: #ffffff;
}

.sb-coupons-page .container {
  width: var(--sb-coupons-shell);
  max-width: none;
}

.sb-coupons-hero {
  position: relative;
  padding: 104px 0 96px;
  border-bottom: 1px solid #dbe5f2;
  background:
    linear-gradient(rgba(21, 114, 232, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 114, 232, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 16% 8%, rgba(21, 114, 232, 0.1) 0%, rgba(21, 114, 232, 0) 32%),
    radial-gradient(circle at 82% 10%, rgba(49, 206, 54, 0.08) 0%, rgba(49, 206, 54, 0) 28%),
    #ffffff;
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

.sb-coupons-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.68fr);
  gap: 80px;
  align-items: center;
}

.sb-coupons-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #1572e8;
  background: rgba(21, 114, 232, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sb-coupons-hero h1,
.sb-coupons-section-head h2,
.sb-coupons-loyalty-panel h2,
.sb-coupons-faq-intro h2 {
  margin: 0;
  color: #111827;
  font-weight: 600;
  letter-spacing: 0;
}

.sb-coupons-hero h1 {
  max-width: 780px;
  font-size: 60px;
  line-height: 1.1;
}

.sb-coupons-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #475467;
  font-size: 20px;
  line-height: 1.68;
}

.sb-coupons-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 34px;
}

.sb-coupons-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 45px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.34s ease, border-color 0.18s ease, color 0.18s ease;
}

.sb-coupons-button-primary {
  color: #ffffff;
  background-image: linear-gradient(90deg, #073fb8 0 50%, #1572e8 50% 100%);
}

.sb-coupons-button-secondary {
  color: #111827;
  border: 1px solid #d5e1f0;
  background-image: linear-gradient(90deg, #eef2f7 0 50%, #ffffff 50% 100%);
}

.sb-coupons-button-dark {
  color: #ffffff;
  background-image: linear-gradient(90deg, #1f2937 0 50%, #07111f 50% 100%);
}

.sb-coupons-button:hover,
.sb-coupons-button:focus {
  background-position: 0 0;
}

.sb-coupons-button-primary:hover,
.sb-coupons-button-primary:focus,
.sb-coupons-button-dark:hover,
.sb-coupons-button-dark:focus {
  color: #ffffff;
}

.sb-coupons-button-secondary:hover,
.sb-coupons-button-secondary:focus {
  color: #111827;
}

.sb-coupons-button:disabled {
  cursor: default;
  opacity: 0.78;
}

.sb-coupons-button.is-coupon-revealed {
  display: none;
}

.sb-coupons-finder-panel {
  min-width: 0;
}

.sb-coupons-finder-card {
  padding: 20px;
  border: 1px solid #d9e7f5;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.sb-coupons-finder-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  background: #ffffff;
}

.sb-coupons-finder-header span {
  color: #1572e8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sb-coupons-finder-header strong {
  color: #15803d;
  font-size: 15px;
  font-weight: 700;
}

.sb-coupons-finder-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #dce8f4;
  border-radius: 16px;
  background: #ffffff;
}

.sb-coupons-finder-form h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.16;
}

.sb-coupons-finder-form p {
  margin: -4px 0 2px;
  color: #516074;
  font-size: 16px;
  line-height: 1.55;
}

.sb-coupons-finder-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d7e2ee;
  border-radius: 14px;
  color: #111827;
  background: #ffffff;
  padding: 0 14px;
  outline: none;
}

.sb-coupons-finder-form input:focus {
  border-color: #1572e8;
}

.sb-coupons-section {
  padding: 74px 0;
}

#cupons {
  scroll-margin-top: 24px;
}

.sb-coupons-section-soft {
  background: #f6f9fd;
}

.sb-coupons-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.sb-coupons-section-head h2 {
  max-width: 720px;
  font-size: 42px;
  line-height: 1.12;
}

.sb-coupons-section-head p {
  max-width: 430px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.6;
}

.sb-coupons-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.sb-coupons-filter-panel {
  position: sticky;
  top: 102px;
  padding: 18px;
  border: 1px solid #dbe5f2;
  border-radius: 22px;
  background: #ffffff;
}

.sb-coupons-filter-title {
  display: block;
  margin-bottom: 12px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.sb-coupons-filter-title-spaced {
  margin-top: 24px;
}

.sb-coupons-filter-list {
  display: grid;
  gap: 8px;
}

.sb-coupons-filter-list a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d7e2ee;
  border-radius: 12px;
  color: #344054;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.sb-coupons-filter-list a.is-active {
  color: #ffffff;
  border-color: #1572e8;
  background: #1572e8;
}

.sb-coupons-list {
  display: grid;
  gap: 14px;
}

.sb-coupon-card,
.sb-coupons-empty {
  border: 1px solid #dbe5f2;
  border-radius: 22px;
  background: #ffffff;
}

.sb-coupon-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 22px;
  padding: 22px;
}

.sb-coupon-store-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.sb-coupon-store-logo {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  overflow: hidden;
  border-radius: 13px;
  color: #073fb8;
  background: #eef6ff;
  font-size: 15px;
  font-weight: 700;
}

.sb-coupon-store-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.sb-coupon-store-logo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sb-coupon-store-name {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

a.sb-coupon-store-logo:hover,
a.sb-coupon-store-logo:focus {
  outline: 2px solid #b8d6ff;
  outline-offset: 3px;
}

a.sb-coupon-store-name:hover,
a.sb-coupon-store-name:focus {
  color: #073fb8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sb-coupon-website-link {
  display: inline-block;
  width: fit-content;
  margin-top: 4px;
  padding: 0;
  border: 0;
  color: #536174;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.sb-coupon-website-link:hover,
.sb-coupon-website-link:focus {
  color: #073fb8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sb-coupon-card h3 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.sb-coupon-card p {
  max-width: 680px;
  margin: 0 0 14px;
  color: #536174;
  font-size: 15px;
  line-height: 1.55;
}

.sb-coupon-conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb-coupon-conditions li {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  color: #344054;
  background: #f2f6fb;
  font-size: 12px;
  font-weight: 600;
}

.sb-coupon-action {
  display: grid;
  align-content: center;
  gap: 12px;
  padding-left: 22px;
  border-left: 1px solid #dbe5f2;
}

.sb-coupon-discount {
  color: #073fb8;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.sb-coupon-discount span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sb-coupon-masked-code {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 20px;
  border: 1px dashed #b8c7d9;
  border-radius: 13px;
  color: #667085;
  background: #fbfdff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: clamp(14px, 1.12vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: break-word;
}

.sb-coupon-masked-code[data-code-length="1"],
.sb-coupon-masked-code[data-code-length="2"],
.sb-coupon-masked-code[data-code-length="3"],
.sb-coupon-masked-code[data-code-length="4"],
.sb-coupon-masked-code[data-code-length="5"],
.sb-coupon-masked-code[data-code-length="6"],
.sb-coupon-masked-code[data-code-length="7"],
.sb-coupon-masked-code[data-code-length="8"],
.sb-coupon-masked-code[data-code-length="9"],
.sb-coupon-masked-code[data-code-length="10"],
.sb-coupon-masked-code[data-code-length="11"],
.sb-coupon-masked-code[data-code-length="12"] {
  font-size: 20px;
  letter-spacing: 0.06em;
}

.sb-coupon-masked-code[data-code-length="13"],
.sb-coupon-masked-code[data-code-length="14"],
.sb-coupon-masked-code[data-code-length="15"],
.sb-coupon-masked-code[data-code-length="16"] {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.sb-coupon-masked-code[data-code-length="17"],
.sb-coupon-masked-code[data-code-length="18"],
.sb-coupon-masked-code[data-code-length="19"],
.sb-coupon-masked-code[data-code-length="20"] {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.sb-coupon-masked-code.is-copyable {
  cursor: pointer;
  color: #111827;
  border-color: #9bb8dd;
  background: #ffffff;
}

.sb-coupon-masked-code.is-copyable:hover,
.sb-coupon-masked-code.is-copyable:focus {
  outline: 2px solid #b8d6ff;
  outline-offset: 3px;
}

.sb-coupon-copy-hint {
  display: block;
  margin-top: -6px;
  color: #667085;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.sb-coupon-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  min-width: 180px;
  max-width: calc(100% - 32px);
  box-sizing: border-box;
  padding: 12px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #111827;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sb-coupon-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sb-flash-countdown {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid #fed7aa;
  border-radius: 13px;
  color: #9a3412;
  background: #fff7ed;
  text-align: center;
}

.sb-flash-countdown-label {
  color: #7c2d12;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sb-flash-countdown strong {
  color: #111827;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  width: 8ch;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  text-align: center;
}

.sb-flash-countdown.is-expired {
  border-color: #dbe5f2;
  color: #667085;
  background: #f8fafc;
}

.sb-flash-coupon-card {
  grid-template-columns: minmax(0, 1fr) 220px;
  padding: 18px 20px;
}

.sb-flash-coupon-card .sb-coupon-store-row {
  margin-bottom: 10px;
}

.sb-flash-coupon-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.sb-flash-coupon-card p {
  margin-bottom: 12px;
}

.sb-flash-coupon-card .sb-coupon-action {
  gap: 8px;
  padding-left: 18px;
}

.sb-flash-coupon-card .sb-coupon-discount {
  font-size: 30px;
}

.sb-flash-coupon-card .sb-flash-countdown {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border-radius: 11px;
}

.sb-flash-coupon-card .sb-flash-countdown-label {
  font-size: 10px;
  white-space: nowrap;
}

.sb-flash-coupon-card .sb-flash-countdown strong {
  font-size: 18px;
}

.sb-flash-coupon-card .sb-coupon-masked-code {
  min-height: 54px;
  padding: 10px 14px;
  font-size: 18px;
}

.sb-flash-coupon-card .sb-coupon-copy-hint {
  margin-top: -3px;
  font-size: 10px;
}

.sb-flash-coupon-card .sb-coupons-button {
  min-height: 44px;
  padding: 0 18px;
  font-size: 15px;
}

.sb-coupons-empty {
  padding: 34px;
}

.sb-coupons-empty h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
}

.sb-coupons-empty p {
  max-width: 680px;
  margin: 0 0 20px;
  color: #536174;
  font-size: 16px;
  line-height: 1.62;
}

.sb-coupons-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-top: 18px;
}

.sb-coupons-pagination-summary {
  color: #5b687a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.sb-coupons-pagination-mobile-summary {
  display: none;
}

.sb-coupons-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.sb-coupons-pagination-pages a,
.sb-coupons-pagination-pages span {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #dbe6f4;
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.34s ease, border-color 0.18s ease, color 0.18s ease;
}

.sb-coupons-pagination-pages span {
  color: #98a2b3;
}

.sb-coupons-pagination-pages a:hover,
.sb-coupons-pagination-pages a:focus {
  border-color: #1572e8;
  color: #073fb8;
  background: #eef6ff;
}

.sb-coupons-pagination-pages a.is-active {
  color: #ffffff;
  border-color: #1572e8;
  background-image: linear-gradient(90deg, #073fb8 0 50%, #1572e8 50% 100%);
}

.sb-coupons-pagination-pages a.is-active:hover,
.sb-coupons-pagination-pages a.is-active:focus {
  background-position: 0 0;
}

.sb-coupons-loyalty-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: start;
  padding: 36px;
  border: 1px solid #cfddec;
  border-radius: 30px;
  background: #ffffff;
}

.sb-coupons-loyalty-panel h2 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.12;
}

.sb-coupons-loyalty-panel p {
  margin: 0 0 24px;
  color: #667085;
  font-size: 17px;
  line-height: 1.65;
}

.sb-coupons-loyalty-steps {
  display: grid;
  gap: 12px;
  counter-reset: step;
}

.sb-coupons-loyalty-step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 16px;
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  background: #f6f9fd;
  counter-increment: step;
}

.sb-coupons-loyalty-step::before {
  content: counter(step);
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #07111f;
  background: #f7cf2c;
  font-weight: 700;
}

.sb-coupons-loyalty-step strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.sb-coupons-loyalty-step span {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

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

.sb-coupons-seo-grid article {
  padding: 22px;
  border: 1px solid #dbe5f2;
  border-radius: 22px;
  background: #ffffff;
}

.sb-coupons-seo-grid h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.28;
}

.sb-coupons-seo-grid p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}

.sb-coupons-faq {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 96px;
  align-items: start;
}

.sb-coupons-faq-intro {
  position: sticky;
  top: 104px;
}

.sb-coupons-faq-intro h2 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: 48px;
  line-height: 1.12;
}

.sb-coupons-faq-intro p {
  max-width: 520px;
  margin: 0;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.68;
}

.sb-coupons-faq-list {
  display: grid;
  border-top: 1px solid rgba(217, 226, 239, 0.58);
}

.sb-coupons-faq-list details {
  border-bottom: 1px solid rgba(217, 226, 239, 0.58);
  background: transparent;
  overflow: hidden;
}

.sb-coupons-faq-list summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  color: #111827;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28;
  list-style: none;
}

.sb-coupons-faq-list summary::-webkit-details-marker {
  display: none;
}

.sb-coupons-faq-list summary::after {
  content: "+";
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe5f2;
  border-radius: 999px;
  color: #1572e8;
  background: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.sb-coupons-faq-list details[open] summary::after {
  content: "-";
  color: #ffffff;
  border-color: #1572e8;
  background: #1572e8;
}

.sb-coupons-faq-list p {
  max-width: 760px;
  margin: -14px 76px 32px 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.68;
}

@media (max-width: 1499.98px) {
  .sb-coupons-page {
    --sb-coupons-shell: min(1520px, calc(100% - 120px));
  }
}

@media (max-width: 1099.98px) {
  .sb-coupons-page {
    --sb-coupons-shell: calc(100% - 56px);
  }

  .sb-coupons-hero-grid,
  .sb-coupons-layout,
  .sb-coupons-loyalty-panel,
  .sb-coupons-faq {
    grid-template-columns: 1fr;
  }

  .sb-coupons-finder-panel {
    max-width: 720px;
  }

  .sb-coupons-filter-panel,
  .sb-coupons-faq-intro {
    position: static;
  }

  .sb-coupons-filter-list {
    display: flex;
    flex-wrap: wrap;
  }

  .sb-coupon-card {
    grid-template-columns: 1fr;
  }

  .sb-coupon-action {
    grid-template-columns: 1fr;
    align-items: stretch;
    border-left: 0;
    border-top: 1px solid #dbe5f2;
    padding: 18px 0 0;
  }

  .sb-coupon-discount {
    text-align: center;
  }

  .sb-coupons-seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .sb-coupons-page {
    --sb-coupons-shell: calc(100% - 24px);
  }

  .sb-coupons-hero {
    padding: 72px 0;
  }

  .sb-coupons-hero h1 {
    font-size: 42px;
  }

  .sb-coupons-lead {
    font-size: 18px;
  }

  .sb-coupons-section {
    padding: 54px 0;
  }

  .sb-coupons-section-head {
    display: grid;
  }

  .sb-coupons-section-head h2,
  .sb-coupons-loyalty-panel h2,
  .sb-coupons-faq-intro h2 {
    font-size: 30px;
  }

  .sb-coupon-card {
    padding: 18px;
    gap: 16px;
    border-radius: 18px;
  }

  .sb-coupon-store-row {
    margin-bottom: 12px;
  }

  .sb-coupon-card h3 {
    font-size: 25px;
    line-height: 1.16;
  }

  .sb-coupon-card p {
    font-size: 17px;
    line-height: 1.42;
  }

  .sb-coupon-conditions {
    gap: 8px;
  }

  .sb-coupon-conditions li {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .sb-flash-coupon-card {
    padding: 16px;
  }

  .sb-flash-coupon-card h3 {
    font-size: 24px;
  }

  .sb-flash-coupon-card p {
    font-size: 16px;
  }

  .sb-flash-coupon-card .sb-coupon-action {
    gap: 8px;
    width: 100%;
    justify-self: stretch;
    align-self: stretch;
    box-sizing: border-box;
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid #dbe5f2;
  }

  .sb-flash-coupon-card .sb-coupon-discount {
    font-size: 34px;
  }

  .sb-flash-coupon-card .sb-flash-countdown {
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: none;
    padding: 8px 10px;
  }

  .sb-flash-coupon-card .sb-flash-countdown-label {
    font-size: 9px;
  }

  .sb-flash-coupon-card .sb-flash-countdown strong {
    font-size: 17px;
  }

  .sb-flash-coupon-card .sb-coupon-masked-code {
    width: 100%;
    max-width: none;
    min-height: 56px;
    padding: 10px 12px;
  }

  .sb-flash-coupon-card .sb-coupons-button {
    width: 100%;
    max-width: none;
  }

  .sb-coupon-website-link {
    margin-left: 0;
  }

  .sb-coupons-pagination {
    display: grid;
    justify-content: stretch;
    gap: 14px;
    padding-top: 24px;
  }

  .sb-coupons-pagination-summary {
    display: none;
  }

  .sb-coupons-pagination-mobile-summary {
    display: block;
    color: #5b687a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  .sb-coupons-pagination-pages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .sb-coupons-pagination-pages > :not(:first-child):not(:last-child) {
    display: none;
  }

  .sb-coupons-pagination-pages a,
  .sb-coupons-pagination-pages span {
    min-width: 0;
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }

  .sb-coupons-pagination-pages span:first-child,
  .sb-coupons-pagination-pages span:last-child {
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.54);
  }

  .sb-coupons-finder-card,
  .sb-coupons-loyalty-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .sb-coupons-faq-intro p {
    font-size: 16px;
  }

  .sb-coupons-faq-list summary {
    min-height: 84px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 18px;
    font-size: 20px;
  }

  .sb-coupons-faq-list summary::after {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .sb-coupons-faq-list p {
    margin: -8px 54px 28px 0;
    font-size: 16px;
  }
}

@media (max-width: 399.98px) {
  .sb-flash-coupon-card .sb-flash-countdown {
    display: grid;
    justify-items: center;
    gap: 4px;
  }

  .sb-flash-coupon-card .sb-flash-countdown strong {
    width: auto;
    min-width: 8ch;
  }
}
