/* CashbackOase shop overview polish - 2026-05-11
   Scope: shops.php only. No tracking, login, favorite or go2store logic is changed. */

.cbo-shops-page,
.cbo-shops-page * {
  box-sizing: border-box;
}

.cbo-shops-page {
  width: 100%;
  margin: 0 auto 44px;
  color: #082247;
}

.cbo-shops-page a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cbo-shops-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin: 20px 0 18px;
  padding: 26px 30px;
  border: 1px solid #d8e8f7;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 56%, #eef7ff 100%);
  box-shadow: 0 20px 55px rgba(7, 54, 110, .08);
}

.cbo-shops-hero__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.cbo-shops-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #075dbd;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cbo-shops-hero h1 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: #082247;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.03em;
}

.cbo-shops-hero h1 .colored,
.cbo-shops-page h1 .colored {
  color: #0b63ce;
}

.cbo-shops-hero p {
  max-width: 660px;
  margin: 0;
  color: #51627a;
  font-size: 17px;
  line-height: 1.58;
}

.cbo-shops-hero__facts {
  flex: 0 0 260px;
  display: grid;
  gap: 12px;
}

.cbo-shops-hero__facts span {
  display: block;
  padding: 16px 18px;
  border: 1px solid #d5e6f6;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  color: #51627a;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(7,54,110,.06);
}

.cbo-shops-hero__facts strong {
  display: block;
  margin-bottom: 3px;
  color: #0b63ce;
  font-size: 26px;
  line-height: 1;
}

.cbo-shops-breadcrumbs,
.cbo-shops-category-description {
  border-radius: 18px;
}

.cbo-shops-breadcrumbs {
  margin: 0 0 18px;
  padding: 14px 18px;
  border: 1px solid #e6eef7;
  background: #fff;
  color: #6b7688;
}

.cbo-shops-breadcrumbs a {
  color: #0b63ce;
  font-weight: 700;
}

.cbo-shops-category-description {
  padding: 16px 18px;
  border: 1px solid #e5edf6;
  background: #fff;
  color: #51627a;
  line-height: 1.65;
}

.cbo-shops-layout {
  display: flex;
  align-items: flex-start;
}

.cbo-shops-main,
.cbo-shops-sidebar {
  min-width: 0;
}

#alphabet.cbo-shops-alphabet {
  height: auto !important;
  min-height: 0;
  white-space: normal;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #e4edf7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8,34,71,.05);
}

#alphabet.cbo-shops-alphabet ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}

#alphabet.cbo-shops-alphabet li {
  float: none !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#alphabet.cbo-shops-alphabet a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  padding: 6px 9px;
  border-radius: 10px;
  color: #0a3c77;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

#alphabet.cbo-shops-alphabet a:hover,
#alphabet.cbo-shops-alphabet a.active {
  background: #0b63ce;
  color: #fff;
}

.cbo-shops-login-hint {
  border: 1px solid #cfe5f9;
  border-radius: 18px;
  background: #edf7ff;
  color: #285980;
  font-weight: 700;
}

.cbo-shops-toolbar {
  margin: 0 0 22px;
  padding: 16px 16px;
  border: 1px solid #e4edf7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,34,71,.06);
}

.cbo-shops-sort form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.cbo-shops-sort span {
  margin-right: 0;
  color: #082247;
  font-weight: 900;
}

.cbo-shops-sort .form-control {
  min-width: 124px;
  height: 38px;
  border: 1px solid #cedded;
  border-radius: 12px;
  background: #f8fbff;
  color: #26354a;
  box-shadow: none;
}

.cbo-shops-results {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 38px;
  color: #51627a;
  font-weight: 700;
}

.cbo-shops-results a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f0f6ff;
}

.cbo-shops-results img {
  max-width: 18px;
  height: auto;
}

.cbo-shops-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.cbo-shop-card-col {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.cbo-shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 252px;
  padding: 18px 16px 16px;
  border: 1px solid #e1ebf6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8,34,71,.08);
  overflow: hidden;
}

.cbo-shop-card:hover {
  border-color: #bfd9f3;
  box-shadow: 0 22px 46px rgba(8,34,71,.12);
  transform: translateY(-2px);
}

.cbo-shop-card .featured {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cbo-shop-card .featured img {
  width: 48px;
  height: auto;
}

.cbo-shop-card__coupons,
.cbo-shop-card .coupons.pull-right {
  position: absolute;
  top: 12px;
  right: 14px;
  float: none !important;
  min-width: 34px;
  height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f6fbff;
  color: #8593a5;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e3eef8;
}

.cbo-shop-card__coupons:hover {
  background: #eaf4ff;
  color: #0b63ce;
}

.cbo-shop-card__title {
  display: block;
  min-height: 38px;
  margin: 10px 34px 10px 0;
  text-decoration: none;
}

.cbo-shop-card__title h3 {
  margin: 0;
  padding: 0;
  color: #24324a;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.01em;
}

.cbo-shop-card__title:hover h3 {
  color: #0b63ce;
}

.cbo-shop-card__logo,
.cbo-shop-card .imagebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 96px;
  margin: 0 auto 14px;
  padding: 12px;
  border: 1px solid #edf3f9;
  border-radius: 18px;
  background: #fbfdff;
}

.cbo-shop-card__logo img,
.cbo-shop-card .imagebox img {
  max-width: 150px;
  max-height: 72px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.cbo-shop-card__cashback,
.cbo-shop-card .cashback {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
  margin: 0 auto 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eefbea;
  color: #269319;
  font-weight: 900;
  line-height: 1;
}

.cbo-shop-card__cashback .value,
.cbo-shop-card .cashback .value {
  color: #18a331;
  font-size: 18px;
  font-weight: 950;
}

.cbo-shop-card .old_cashback {
  display: inline-block;
  margin: -2px 4px 8px;
  color: #9ca7b5;
  text-decoration: line-through;
  font-weight: 700;
}

.cbo-shop-card__meta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto 0 14px;
}

.cbo-shop-card__meta-actions a,
.cbo-shop-card__meta-actions .favorites,
.cbo-shop-card__meta-actions .cbo-shop-share {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  border-radius: 999px !important;
  border: 1px solid #d9e7f7;
  background: #fff !important;
  box-shadow: 0 6px 14px rgba(11, 99, 206, .08);
  text-decoration: none !important;
  line-height: 1;
}

.cbo-shop-card__meta-actions img {
  width: 16px;
  height: 16px;
}

.cbo-shop-card__meta-actions .cbo-shop-share i,
.cbo-shop-card__meta-actions .cbo-shop-share span,
.cbo-shop-card__meta-actions .favorites i {
  font-size: 15px;
  line-height: 1;
}

.cbo-shop-card__meta-actions .cbo-shop-share--facebook {
  color: #0b63ce !important;
}

.cbo-shop-card__meta-actions .cbo-shop-share--x {
  color: #10233f !important;
  font-weight: 950;
  font-family: Arial, Helvetica, sans-serif;
}

.cbo-shop-card__meta-actions .cbo-shop-share--whatsapp {
  color: #22a846 !important;
}

.cbo-shop-card__meta-actions .favorites,
.cbo-shop-card__meta-actions .cbo-shop-card__favorite {
  color: #e94e5d !important;
  border-color: #f5d9de;
}

.cbo-shop-card__meta-actions .favorites:before {
  content: none !important;
}

.cbo-shop-card__meta-actions a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(11, 99, 206, .13);
}

.cbo-shop-card__cta,
.cbo-shop-card .go2store {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #0b63ce !important;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(11,99,206,.22);
}

.cbo-shop-card__cta:hover,
.cbo-shop-card .go2store:hover {
  background: #084fa6 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.cbo-shops-page .pagination,
.cbo-shops-page ul.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 14px 0 26px;
}

.cbo-shops-page .pagination > li > a,
.cbo-shops-page .pagination > li > span,
.cbo-shops-page .paging a,
.cbo-shops-page .paging span {
  border-radius: 10px !important;
  border: 1px solid #d7e5f4;
  color: #0a3c77;
  font-weight: 800;
}

.cbo-shops-page .pagination > .active > a,
.cbo-shops-page .pagination > .active > span,
.cbo-shops-page .paging .active {
  background: #0b63ce !important;
  border-color: #0b63ce !important;
  color: #fff !important;
}

.cbo-shops-main .table-responsive {
  border: 1px solid #e4edf7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,34,71,.06);
}

.cbo-shops-main table {
  margin-bottom: 0;
}

.cbo-shops-main th {
  padding: 13px 12px;
  background: #f3f7fb;
  color: #082247;
  font-weight: 900;
}

.cbo-shops-main td {
  padding: 12px;
  border-top: 1px solid #eef3f8;
}

.cbo-shops-main .retailer_title_s {
  color: #0b63ce;
  font-weight: 900;
}

.cbo-shops-sidebar .box {
  margin-bottom: 18px;
  border: 1px solid #e1ebf6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(8,34,71,.07);
  overflow: hidden;
}

.cbo-shops-sidebar .box .top {
  padding: 15px 16px;
  border-bottom: 1px solid #eaf1f8;
  background: #fbfdff;
  color: #082247;
  font-size: 16px;
  font-weight: 900;
}

.cbo-shops-sidebar .box .top .colored,
.cbo-shops-sidebar .box .top i {
  color: #0b63ce;
}

.cbo-shops-sidebar .box .middle {
  padding: 16px;
}

.cbo-shops-sidebar .box .bottom {
  display: none;
}

.cbo-shops-sidebar select.form-control {
  min-height: 40px;
  border-radius: 12px;
  border-color: #d4e2f0;
  box-shadow: none;
}

.cbo-shops-sidebar ul {
  margin: 0;
  padding: 0;
}

.cbo-shops-sidebar li {
  list-style: none;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #eef3f8;
  color: #53647b;
}

.cbo-shops-sidebar li:last-child {
  border-bottom: 0;
}

.cbo-shops-sidebar li a {
  color: #0a3c77;
  font-weight: 700;
  text-decoration: none;
}

.cbo-shops-sidebar li a:hover {
  color: #0b63ce;
}

.cbo-shops-sidebar .badge {
  background: #eaf4ff;
  color: #0b63ce;
}

.cbo-shops-sidebar .imagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 84px;
}

.cbo-shops-sidebar .imagebox img {
  max-width: 150px;
  max-height: 70px;
  width: auto !important;
  height: auto !important;
}

.cbo-shops-sidebar .oldcash {
  color: #9ca7b5;
  text-decoration: line-through;
}

.cbo-shops-sidebar .ccash,
.cbo-shops-sidebar .newest_cashback {
  color: #18a331;
  font-weight: 900;
}

.cbo-shops-sidebar .more {
  display: inline-flex;
  margin-top: 8px;
  color: #0b63ce;
  font-weight: 800;
}

@media (max-width: 991px) {
  .cbo-shops-hero {
    flex-direction: column;
  }

  .cbo-shops-hero__facts {
    flex-basis: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbo-shops-results {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .cbo-shops-page {
    margin-bottom: 26px;
  }

  .cbo-shops-hero {
    margin-top: 16px;
    padding: 22px 20px;
    border-radius: 24px;
  }

  .cbo-shops-hero__eyebrow {
    font-size: 11px;
  }

  .cbo-shops-hero h1 {
    font-size: 34px;
  }

  .cbo-shops-hero p {
    font-size: 16px;
  }

  .cbo-shops-hero__facts {
    grid-template-columns: 1fr;
  }

  .cbo-shops-breadcrumbs {
    font-size: 15px;
  }

  .cbo-shops-layout {
    display: block;
  }

  .cbo-shops-main,
  .cbo-shops-sidebar {
    width: 100%;
  }

  .cbo-shops-toolbar {
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .cbo-shops-sort form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cbo-shops-sort .form-control {
    width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 16px;
  }

  .cbo-shops-results {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }

  .cbo-shop-card-col {
    margin-bottom: 14px;
  }

  .cbo-shop-card {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .cbo-shop-card__title {
    min-height: 0;
    margin-right: 42px;
  }

  .cbo-shop-card__title h3 {
    font-size: 20px;
  }

  .cbo-shop-card__logo,
  .cbo-shop-card .imagebox {
    min-height: 104px;
  }

  .cbo-shop-card__cashback .value,
  .cbo-shop-card .cashback .value {
    font-size: 20px;
  }

  .cbo-shop-card__cta,
  .cbo-shop-card .go2store {
    min-height: 48px;
    font-size: 16px;
  }

  .cbo-shops-sidebar {
    margin-top: 8px;
  }

  .cbo-shops-sidebar .box {
    border-radius: 20px;
  }

  .cbo-shops-sidebar .box .top {
    font-size: 17px;
  }

  .cbo-shops-main .table-responsive {
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .cbo-shops-hero h1 {
    font-size: 30px;
  }

  .cbo-shops-hero__facts strong {
    font-size: 24px;
  }

  .cbo-shops-breadcrumbs {
    display: none;
  }

  .cbo-shop-card__title h3 {
    font-size: 19px;
  }
}


/* Shop overview micro-polish - 2026-05-11
   Hide empty coupon counters, improve login hint wording style and reduce visual button weight slightly. */
.cbo-shops-login-hint a {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: #0b63ce;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cbo-shops-login-hint a:hover {
  color: #084fa6;
}

.cbo-shop-card__coupons:empty,
.cbo-shop-card .coupons.pull-right:empty {
  display: none !important;
}

.cbo-shop-card__coupons i {
  margin-right: 3px;
}

.cbo-shop-card__cta,
.cbo-shop-card .go2store {
  border-radius: 12px;
  box-shadow: 0 10px 18px rgba(11,99,206,.18);
}

.cbo-shop-card__cashback,
.cbo-shop-card .cashback {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .cbo-shops-login-hint {
    padding: 14px 16px;
    line-height: 1.45;
  }

  .cbo-shops-login-hint a {
    display: inline;
    margin-left: 0;
  }
}


/* Shop card share/favorite polish - 2026-05-11
   Modernize old Facebook/Twitter PNG icons, add WhatsApp share, and make favorite heart a clean round action. */
.cbo-shop-card__meta-actions .favorites.cbo-shop-card__favorite {
  background-image: none !important;
  overflow: visible !important;
  text-indent: 0 !important;
}

.cbo-shop-card__meta-actions .favorites.cbo-shop-card__favorite i {
  display: block;
}

@media (max-width: 767px) {
  .cbo-shop-card__meta-actions {
    gap: 10px;
    margin-bottom: 16px;
  }

  .cbo-shop-card__meta-actions a,
  .cbo-shop-card__meta-actions .favorites,
  .cbo-shop-card__meta-actions .cbo-shop-share {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
  }

  .cbo-shop-card__meta-actions .cbo-shop-share i,
  .cbo-shop-card__meta-actions .cbo-shop-share span,
  .cbo-shop-card__meta-actions .favorites i {
    font-size: 17px;
  }
}


/* Shop card favorite alignment fix - 2026-05-11
   Old global a.favorites padding moved the heart inside the modern round button. Reset padding only inside shops.php card action row. */
.cbo-shop-card__meta-actions a,
.cbo-shop-card__meta-actions .favorites,
.cbo-shop-card__meta-actions .cbo-shop-share,
.cbo-shop-card__meta-actions .favorites.cbo-shop-card__favorite {
  padding: 0 !important;
  box-sizing: border-box !important;
}

.cbo-shop-card__meta-actions .favorites.cbo-shop-card__favorite {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: none !important;
  background-position: center !important;
}

.cbo-shop-card__meta-actions .favorites.cbo-shop-card__favorite i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1em;
  height: 1em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Phase F2 - Alle Shops / Shoplisten modernisieren - 2026-05-23
   Scoped to shops.php. No automatic shop opening, no redirect logic changes. */
.cbo-shops-page {
  --cbo-shop-ink: #071f45;
  --cbo-shop-muted: #5b6b82;
  --cbo-shop-line: #dfe9f4;
  --cbo-shop-soft: #f7fbff;
  --cbo-shop-blue: #075bbb;
  --cbo-shop-green: #128047;
  --cbo-shop-green-soft: #eaf7f1;
  --cbo-shop-gold: #b7791f;
  --cbo-shop-gold-soft: #fff7e8;
}

.cbo-shops-hero {
  margin-top: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(18, 128, 71, .10), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #f4f8fc 100%);
}

.cbo-shops-hero__eyebrow {
  background: #eef7f2;
  color: var(--cbo-shop-green);
}

.cbo-shops-hero__facts strong {
  color: var(--cbo-shop-green);
}

.cbo-shops-finder {
  position: relative;
  z-index: 4;
  margin: 0 0 20px;
  padding: 18px;
  border: 1px solid var(--cbo-shop-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(8,34,71,.07);
}

.cbo-shops-finder__main {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.cbo-shops-finder__copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  color: var(--cbo-shop-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cbo-shops-finder__copy strong {
  display: block;
  color: var(--cbo-shop-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.02em;
}

.cbo-shops-finder__copy em {
  display: block;
  margin-top: 5px;
  color: var(--cbo-shop-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.cbo-shops-finder__form {
  position: relative;
  min-width: 0;
}

.cbo-shops-finder__inputwrap {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 54px;
  border: 1px solid #cfddeb;
  border-radius: 18px;
  background: #fbfdff;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.cbo-shops-finder__inputwrap > i {
  color: var(--cbo-shop-blue);
  text-align: center;
  font-size: 17px;
}

.cbo-shops-finder__inputwrap input {
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--cbo-shop-ink);
  font-size: 16px;
  font-weight: 750;
  outline: none;
  box-shadow: none;
}

.cbo-shops-finder__inputwrap input::placeholder {
  color: #8a98aa;
  font-weight: 650;
}

.cbo-shops-finder__inputwrap button {
  height: 42px;
  margin-right: 6px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: var(--cbo-shop-ink);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.cbo-shops-finder__inputwrap button:hover,
.cbo-shops-finder__inputwrap button:focus {
  background: var(--cbo-shop-blue);
}

.cbo-shops-finder__help {
  margin-top: 7px;
  color: #7b8798;
  font-size: 12px;
  font-weight: 700;
}

.cbo-shops-finder__suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  border: 1px solid #d7e5f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(8,34,71,.18);
  overflow: hidden;
}

.cbo-shops-finder__suggestions .ac_results {
  position: static !important;
  width: auto !important;
  border: 0 !important;
  background: #fff !important;
}

.cbo-shops-finder__suggestions .ac_results a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cbo-shops-finder__suggestions .xlist {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid #eef3f8;
}

.cbo-shops-finder__suggestions a:first-child .xlist {
  border-top: 0;
}

.cbo-shops-finder__suggestions .xlist:hover {
  background: #f7fbff;
}

.cbo-shops-finder__suggestions .ac_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 42px;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  background: #fff;
}

.cbo-shops-finder__suggestions .ac_image img {
  max-width: 52px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.cbo-shops-finder__suggestions .ac_result {
  color: var(--cbo-shop-ink);
  font-weight: 900;
  min-width: 0;
}

.cbo-shops-finder__suggestions .ac_cashback {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--cbo-shop-green-soft);
  color: var(--cbo-shop-green);
  font-size: 12px;
  font-weight: 900;
}

.cbo-shops-quick-picks {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eef3f8;
}

.cbo-shops-quick-picks__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--cbo-shop-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cbo-shops-quick-picks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cbo-shops-quick-pick {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e5edf6;
  border-radius: 16px;
  background: #fbfdff;
  text-decoration: none !important;
}

.cbo-shops-quick-pick:hover,
.cbo-shops-quick-pick:focus {
  border-color: #cbdff2;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(8,34,71,.08);
  transform: translateY(-1px);
}

.cbo-shops-quick-pick__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 42px;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  background: #fff;
}

.cbo-shops-quick-pick__logo img {
  max-width: 50px;
  max-height: 30px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cbo-shops-quick-pick__body {
  min-width: 0;
}

.cbo-shops-quick-pick__body strong,
.cbo-shops-quick-pick__body em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cbo-shops-quick-pick__body strong {
  color: var(--cbo-shop-ink);
  font-size: 14px;
  font-weight: 950;
}

.cbo-shops-quick-pick__body em {
  color: var(--cbo-shop-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.cbo-shops-quick-pick > i {
  color: var(--cbo-shop-blue);
}

#alphabet.cbo-shops-alphabet {
  position: sticky;
  top: 6px;
  z-index: 3;
  margin-bottom: 16px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}

#alphabet.cbo-shops-alphabet a {
  border: 1px solid transparent;
  background: #f6f9fc;
}

#alphabet.cbo-shops-alphabet a:hover,
#alphabet.cbo-shops-alphabet a.active {
  background: var(--cbo-shop-ink);
  border-color: var(--cbo-shop-ink);
}

.cbo-shops-toolbar {
  align-items: center;
}

.cbo-shops-sort form {
  gap: 8px;
}

.cbo-shops-sort .form-control {
  background: #fff;
}

.cbo-shops-results {
  flex-wrap: wrap;
  gap: 9px;
}

.cbo-shops-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border: 1px solid #dbe8f5;
  border-radius: 14px;
  background: #f7fbff;
}

.cbo-shops-results .cbo-shops-view-toggle a {
  width: auto;
  height: 32px;
  gap: 5px;
  padding: 0 10px;
  border-radius: 10px;
  background: transparent;
  color: var(--cbo-shop-muted);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cbo-shops-results .cbo-shops-view-toggle a.active,
.cbo-shops-results .cbo-shops-view-toggle a:hover,
.cbo-shops-results .cbo-shops-view-toggle a:focus {
  background: var(--cbo-shop-ink);
  color: #fff;
}

.cbo-shops-results__count {
  color: var(--cbo-shop-muted);
  font-size: 13px;
  font-weight: 850;
}

.cbo-shop-card-col {
  text-align: left;
}

.cbo-shop-card,
.cbo-shop-list-item {
  border-color: #dfe9f4;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.cbo-shop-card {
  min-height: 322px;
  padding: 14px;
  text-align: left;
}

.cbo-shop-card.is-featured,
.cbo-shop-list-item.is-featured {
  border-color: #f0d7a7;
  box-shadow: 0 18px 42px rgba(183,121,31,.11);
}

.cbo-shop-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 31px;
  margin-bottom: 10px;
}

.cbo-shop-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.cbo-shop-badge--top {
  background: var(--cbo-shop-gold-soft);
  color: var(--cbo-shop-gold);
  border: 1px solid #f2dbb0;
}

.cbo-shop-badge--quiet {
  background: #f2f6fb;
  color: #52647d;
  border: 1px solid #e3ecf5;
}

.cbo-shop-badge--coupon {
  background: var(--cbo-shop-green-soft);
  color: var(--cbo-shop-green) !important;
  border: 1px solid #cfe9db;
  text-decoration: none !important;
}

.cbo-shop-card__logo,
.cbo-shop-card .imagebox {
  min-height: 100px;
  margin-bottom: 14px;
  border-color: #e8eff7;
  background: #fff;
}

.cbo-shop-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.cbo-shop-card__title {
  min-height: 0;
  margin: 0 0 9px;
}

.cbo-shop-card__title h3 {
  color: var(--cbo-shop-ink);
  font-size: 19px;
  font-weight: 950;
}

.cbo-shop-card .cbo-shop-card__benefit {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  width: 100%;
  margin: 0 0 10px;
  padding: 11px 12px;
  border: 1px solid #d5eddf;
  border-radius: 16px;
  background: var(--cbo-shop-green-soft);
  color: var(--cbo-shop-green);
  text-align: left;
}

.cbo-shop-card .cbo-shop-card__benefit span {
  color: #3c6c55;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cbo-shop-card .cbo-shop-card__benefit strong {
  color: var(--cbo-shop-green);
  font-size: 20px;
  line-height: 1.05;
  font-weight: 950;
}

.cbo-shop-card .cbo-shop-card__benefit--muted {
  border-color: #e3ebf4;
  background: #f7fbff;
  color: var(--cbo-shop-muted);
}

.cbo-shop-card .cbo-shop-card__benefit--muted strong {
  color: var(--cbo-shop-ink);
  font-size: 16px;
}

.cbo-shop-card__hint {
  min-height: 38px;
  margin: 0 0 14px;
  color: var(--cbo-shop-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.cbo-shop-card__actions,
.cbo-shop-list-item__actions {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 8px;
  margin-top: auto;
}

.cbo-shop-card__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #d7e5f4;
  border-radius: 13px;
  background: #fff;
  color: var(--cbo-shop-blue) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.cbo-shop-card__details:hover,
.cbo-shop-card__details:focus {
  border-color: #bfd5ec;
  background: #f7fbff;
}

.cbo-shop-card__cta,
.cbo-shop-card .go2store {
  min-height: 42px;
  border-radius: 13px;
  background: var(--cbo-shop-blue) !important;
  box-shadow: 0 10px 18px rgba(7,91,187,.16);
}

.cbo-shop-card__cta:hover,
.cbo-shop-card .go2store:hover,
.cbo-shop-card__cta:focus,
.cbo-shop-card .go2store:focus {
  background: var(--cbo-shop-ink) !important;
}

.cbo-shop-list {
  display: grid;
  gap: 12px;
}

.cbo-shop-list-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 220px;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--cbo-shop-line);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(8,34,71,.055);
}

.cbo-shop-list-item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  background: #fff;
}

.cbo-shop-list-item__logo img {
  max-width: 108px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cbo-shop-list-item__body {
  min-width: 0;
}

.cbo-shop-list-item__titleline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.cbo-shop-list-item .retailer_title_s {
  color: var(--cbo-shop-ink);
  font-size: 18px;
  font-weight: 950;
  text-decoration: none;
}

.cbo-shop-list-item .retailer_title_s:hover,
.cbo-shop-list-item .retailer_title_s:focus {
  color: var(--cbo-shop-blue);
}

.cbo-shop-list-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cbo-shop-list-item__meta span,
.cbo-shop-list-item__meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f7fb;
  color: var(--cbo-shop-muted);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.cbo-shop-list-item__meta a {
  background: var(--cbo-shop-green-soft);
  color: var(--cbo-shop-green);
}

.cbo-shops-sidebar .box {
  box-shadow: 0 12px 30px rgba(8,34,71,.06);
}

.cbo-shops-sidebar .box .top {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.cbo-shops-sidebar li.active > a,
.cbo-shops-sidebar li.active > a:hover {
  color: var(--cbo-shop-green);
}

.cbo-shops-sidebar li a {
  display: inline-flex;
  max-width: calc(100% - 44px);
}

@media (max-width: 1199px) {
  .cbo-shops-quick-picks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbo-shop-list-item {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .cbo-shop-list-item__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .cbo-shops-finder__main {
    grid-template-columns: 1fr;
  }

  .cbo-shops-results {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .cbo-shops-hero {
    margin-bottom: 14px;
  }

  .cbo-shops-finder {
    padding: 15px;
    border-radius: 20px;
  }

  .cbo-shops-finder__inputwrap {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .cbo-shops-finder__inputwrap button {
    grid-column: 1 / -1;
    width: calc(100% - 12px);
    margin: 0 6px 6px;
  }

  .cbo-shops-quick-picks__grid {
    grid-template-columns: 1fr;
  }

  #alphabet.cbo-shops-alphabet {
    position: relative;
    top: auto;
    padding: 11px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #alphabet.cbo-shops-alphabet ul {
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
  }

  #alphabet.cbo-shops-alphabet a {
    min-width: 34px;
  }

  .cbo-shops-toolbar .col-md-8,
  .cbo-shops-toolbar .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .cbo-shops-results {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .cbo-shops-view-toggle {
    width: 100%;
  }

  .cbo-shops-results .cbo-shops-view-toggle a {
    flex: 1 1 50%;
  }

  .cbo-shop-card {
    min-height: 0;
    padding: 14px;
  }

  .cbo-shop-card__logo,
  .cbo-shop-card .imagebox {
    min-height: 92px;
  }

  .cbo-shop-card__hint {
    min-height: 0;
  }

  .cbo-shop-card__actions,
  .cbo-shop-list-item__actions {
    grid-template-columns: 1fr;
  }

  .cbo-shop-list-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .cbo-shop-list-item__logo {
    min-height: 68px;
  }

  .cbo-shop-list-item__logo img {
    max-width: 82px;
    max-height: 44px;
  }

  .cbo-shop-list-item .retailer_title_s {
    font-size: 17px;
  }

  .cbo-shop-list-item__meta span,
  .cbo-shop-list-item__meta a {
    min-height: 28px;
    padding: 5px 8px;
  }
}

@media (max-width: 480px) {
  .cbo-shops-finder__copy strong {
    font-size: 18px;
  }

  .cbo-shops-quick-pick {
    grid-template-columns: 50px minmax(0, 1fr) 14px;
  }

  .cbo-shops-quick-pick__logo {
    width: 50px;
  }

  .cbo-shop-badge {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cbo-shop-list-item {
    grid-template-columns: 1fr;
  }
}


/* F2.1 screenshot QA: denser shop list rhythm, especially on mobile. */
@media (min-width: 768px) {
  .cbo-shop-card__hint {
    min-height: 30px;
    margin-bottom: 12px;
  }

  .cbo-shop-card {
    min-height: 308px;
  }
}

@media (max-width: 767px) {
  .cbo-shops-page {
    margin-bottom: 30px;
  }

  .cbo-shops-hero {
    gap: 13px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .cbo-shops-hero__eyebrow {
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .cbo-shops-hero h1 {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 1.12;
  }

  .cbo-shops-hero p {
    font-size: 14px;
    line-height: 1.45;
  }

  .cbo-shops-hero__facts {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cbo-shops-hero__facts span {
    padding: 10px 11px;
    border-radius: 14px;
    font-size: 12px;
  }

  .cbo-shops-hero__facts strong {
    font-size: 20px;
  }

  .cbo-shops-finder {
    padding: 13px;
    border-radius: 18px;
  }

  .cbo-shops-finder__main {
    gap: 12px;
  }

  .cbo-shops-finder__copy strong {
    font-size: 18px;
    line-height: 1.18;
  }

  .cbo-shops-finder__copy em,
  .cbo-shops-finder__help {
    display: none;
  }

  .cbo-shops-finder__inputwrap {
    grid-template-columns: 34px minmax(0, 1fr) 84px;
    min-height: 46px;
    border-radius: 15px;
  }

  .cbo-shops-finder__inputwrap > i {
    font-size: 14px;
  }

  .cbo-shops-finder__inputwrap input {
    height: 46px;
    padding-right: 6px;
    font-size: 14px;
  }

  .cbo-shops-finder__inputwrap button {
    grid-column: auto;
    width: auto;
    height: 38px;
    min-height: 38px;
    margin: 4px 5px 4px 0;
    padding: 0 11px;
    border-radius: 12px;
    font-size: 13px;
  }

  .cbo-shops-quick-picks {
    margin-top: 12px;
    padding-top: 12px;
  }

  .cbo-shops-quick-picks__grid {
    gap: 7px;
  }

  .cbo-shops-quick-pick {
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .cbo-shops-quick-pick__logo {
    width: 48px;
    height: 38px;
    border-radius: 10px;
  }

  .cbo-shops-breadcrumbs {
    margin-bottom: 12px;
    padding: 11px 13px;
    border-radius: 15px;
    font-size: 12px;
  }

  #alphabet.cbo-shops-alphabet {
    margin-bottom: 12px;
    padding: 9px 10px;
    border-radius: 17px;
  }

  #alphabet.cbo-shops-alphabet ul {
    gap: 5px;
  }

  #alphabet.cbo-shops-alphabet a {
    min-width: 31px;
    min-height: 31px;
    padding: 5px 8px;
    border-radius: 9px;
    font-size: 12px;
  }

  .cbo-shops-login-hint {
    margin-bottom: 12px;
    padding: 10px 11px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 1.35;
  }

  .cbo-shops-toolbar {
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 18px;
  }

  .cbo-shops-sort form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px;
  }

  .cbo-shops-sort span {
    grid-column: 1 / -1;
    font-size: 12px;
    line-height: 1.15;
  }

  .cbo-shops-sort .form-control {
    width: 100%;
    min-width: 0;
    height: 36px;
    border-radius: 11px;
    font-size: 13px;
  }

  .cbo-shops-view-toggle {
    margin-top: 10px;
  }

  .cbo-shops-results__count {
    width: 100%;
    font-size: 12px;
    line-height: 1.35;
  }

  .cbo-shop-card-col {
    padding-left: 6px;
    padding-right: 6px;
  }

  .cbo-shop-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-areas:
      "top top"
      "logo body"
      "actions actions";
    column-gap: 10px;
    row-gap: 8px;
    padding: 10px;
    border-radius: 17px;
  }

  .cbo-shop-card__topline {
    grid-area: top;
    min-height: 0;
    margin-bottom: 0;
  }

  .cbo-shop-badge {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 10.5px;
  }

  .cbo-shop-card__logo,
  .cbo-shop-card .imagebox {
    grid-area: logo;
    min-height: 72px;
    margin-bottom: 0;
    padding: 8px;
    border-radius: 14px;
  }

  .cbo-shop-card__logo img,
  .cbo-shop-card .imagebox img {
    max-width: 72px;
    max-height: 42px;
  }

  .cbo-shop-card__body {
    grid-area: body;
    min-width: 0;
  }

  .cbo-shop-card__title {
    margin-bottom: 6px;
  }

  .cbo-shop-card__title h3 {
    font-size: 16px;
    line-height: 1.18;
  }

  .cbo-shop-card .cbo-shop-card__benefit {
    margin-bottom: 6px;
    padding: 8px 9px;
    border-radius: 12px;
  }

  .cbo-shop-card .cbo-shop-card__benefit span {
    font-size: 10px;
  }

  .cbo-shop-card .cbo-shop-card__benefit strong {
    font-size: 16px;
    line-height: 1.1;
  }

  .cbo-shop-card .cbo-shop-card__benefit--muted strong {
    font-size: 14px;
  }

  .cbo-shop-card__hint {
    display: none;
  }

  .cbo-shop-card__actions,
  .cbo-shop-list-item__actions {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 7px;
  }

  .cbo-shop-card__actions {
    grid-area: actions;
  }

  .cbo-shop-card__details,
  .cbo-shop-card__cta,
  .cbo-shop-card .go2store {
    min-height: 38px;
    padding: 8px 9px;
    border-radius: 12px;
    font-size: 13px;
  }

  .cbo-shop-list {
    gap: 9px;
  }

  .cbo-shop-list-item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .cbo-shop-list-item__logo {
    min-height: 58px;
    border-radius: 13px;
  }

  .cbo-shop-list-item__logo img {
    max-width: 70px;
    max-height: 38px;
  }

  .cbo-shop-list-item .retailer_title_s {
    font-size: 16px;
  }

  .cbo-shop-list-item__meta {
    gap: 5px;
  }

  .cbo-shop-list-item__meta span,
  .cbo-shop-list-item__meta a {
    min-height: 25px;
    padding: 4px 7px;
    font-size: 11px;
  }

  .cbo-shops-sidebar .box {
    margin-bottom: 12px;
    border-radius: 17px;
  }
}

@media (max-width: 374px) {
  .cbo-shops-finder__inputwrap {
    grid-template-columns: 32px minmax(0, 1fr) 76px;
  }

  .cbo-shops-finder__inputwrap button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .cbo-shop-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .cbo-shop-card__logo,
  .cbo-shop-card .imagebox {
    min-height: 68px;
    padding: 7px;
  }

  .cbo-shop-card__logo img,
  .cbo-shop-card .imagebox img {
    max-width: 64px;
    max-height: 38px;
  }
}

/* F2.6 CSS-only mobile density polish.
   Stable recovery basis: F2.5. No shop loop, filter logic or redirect logic changed. */
@media (max-width: 767px) {
  .cbo-shops-page {
    padding-bottom: 24px;
  }

  .cbo-shops-hero {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .cbo-shops-hero h1 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .cbo-shops-hero p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.38;
  }

  .cbo-shops-hero__eyebrow {
    margin-bottom: 6px;
    padding: 5px 9px;
    font-size: 10px;
  }

  .cbo-shops-hero__facts {
    gap: 6px;
  }

  .cbo-shops-hero__facts span {
    padding: 8px 9px;
    border-radius: 12px;
  }

  .cbo-shops-hero__facts strong {
    font-size: 19px;
  }

  .cbo-shops-finder {
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 17px;
  }

  .cbo-shops-finder__main {
    gap: 10px;
  }

  .cbo-shops-finder__copy strong {
    font-size: 17px;
  }

  .cbo-shops-finder__inputwrap {
    grid-template-columns: 32px minmax(0, 1fr) 78px;
    min-height: 43px;
    border-radius: 14px;
  }

  .cbo-shops-finder__inputwrap input {
    height: 43px;
    font-size: 13px;
  }

  .cbo-shops-finder__inputwrap button {
    height: 35px;
    min-height: 35px;
    margin: 4px 5px 4px 0;
    padding: 0 9px;
    border-radius: 11px;
    font-size: 12px;
  }

  .cbo-shops-quick-picks {
    margin-top: 10px;
    padding-top: 10px;
  }

  .cbo-shops-quick-picks__label {
    margin-bottom: 7px;
    font-size: 10.5px;
  }

  .cbo-shops-quick-picks__grid {
    gap: 6px;
  }

  .cbo-shops-quick-pick:nth-child(n+4) {
    display: none;
  }

  .cbo-shops-quick-pick {
    grid-template-columns: 44px minmax(0, 1fr) 12px;
    min-height: 48px;
    padding: 7px 9px;
    border-radius: 13px;
  }

  .cbo-shops-quick-pick__logo {
    width: 44px;
    height: 34px;
    border-radius: 9px;
  }

  .cbo-shops-quick-pick__body strong {
    font-size: 13px;
    line-height: 1.1;
  }

  .cbo-shops-quick-pick__body em {
    max-width: 100%;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cbo-shops-breadcrumbs {
    display: none;
  }

  #alphabet.cbo-shops-alphabet {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 9px;
    border-radius: 15px;
  }

  #alphabet.cbo-shops-alphabet a {
    min-width: 29px;
    min-height: 29px;
    padding: 4px 7px;
    border-radius: 8px;
    font-size: 11.5px;
  }

  .cbo-shops-login-hint {
    margin-bottom: 10px;
    padding: 9px 10px;
    border-radius: 14px;
    font-size: 12px;
  }

  .cbo-shops-toolbar {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .cbo-shops-sort form {
    gap: 6px;
  }

  .cbo-shops-sort span {
    font-size: 11.5px;
  }

  .cbo-shops-sort .form-control {
    height: 34px;
    border-radius: 10px;
    font-size: 12px;
  }

  .cbo-shops-results__count {
    font-size: 11.5px;
  }

  .cbo-shops-grid {
    margin-left: -4px;
    margin-right: -4px;
  }

  .cbo-shop-card-col {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }

  .cbo-shop-card {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 6px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(8,34,71,.065);
  }

  .cbo-shop-card__topline {
    min-height: 0;
    margin-bottom: -1px;
  }

  .cbo-shop-badge {
    min-height: 20px;
    padding: 3px 6px;
    font-size: 9.5px;
    letter-spacing: .02em;
  }

  .cbo-shop-card__logo,
  .cbo-shop-card .imagebox {
    min-height: 60px;
    padding: 6px;
    border-radius: 12px;
  }

  .cbo-shop-card__logo img,
  .cbo-shop-card .imagebox img {
    max-width: 60px;
    max-height: 34px;
  }

  .cbo-shop-card__title {
    margin-bottom: 4px;
  }

  .cbo-shop-card__title h3 {
    font-size: 15px;
    line-height: 1.12;
  }

  .cbo-shop-card .cbo-shop-card__benefit {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 0;
    padding: 6px 7px;
    border-radius: 10px;
  }

  .cbo-shop-card .cbo-shop-card__benefit span {
    font-size: 9.5px;
    letter-spacing: .03em;
  }

  .cbo-shop-card .cbo-shop-card__benefit strong {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.05;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cbo-shop-card .cbo-shop-card__benefit--muted strong {
    font-size: 12px;
  }

  .cbo-shop-card__actions,
  .cbo-shop-list-item__actions {
    gap: 6px;
  }

  .cbo-shop-card__details,
  .cbo-shop-card__cta,
  .cbo-shop-card .go2store {
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 10px;
    font-size: 12px;
  }

  .cbo-shop-list {
    gap: 8px;
  }

  .cbo-shop-list-item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 8px;
    padding: 9px;
    border-radius: 15px;
  }

  .cbo-shop-list-item__logo {
    min-height: 52px;
    border-radius: 12px;
  }

  .cbo-shop-list-item__logo img {
    max-width: 62px;
    max-height: 34px;
  }

  .cbo-shop-list-item .retailer_title_s {
    font-size: 15px;
  }

  .cbo-shop-list-item__meta span,
  .cbo-shop-list-item__meta a {
    min-height: 24px;
    padding: 4px 7px;
    font-size: 10.5px;
  }
}

@media (max-width: 374px) {
  .cbo-shops-finder__inputwrap {
    grid-template-columns: 30px minmax(0, 1fr) 70px;
  }

  .cbo-shop-card {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .cbo-shop-card__logo,
  .cbo-shop-card .imagebox {
    min-height: 56px;
  }

  .cbo-shop-card__logo img,
  .cbo-shop-card .imagebox img {
    max-width: 54px;
    max-height: 32px;
  }

  .cbo-shop-card__details,
  .cbo-shop-card__cta,
  .cbo-shop-card .go2store {
    font-size: 11px;
  }
}

/* Phase F2.7 - Cashback benefit box centering - 2026-05-24
   Safe CSS-only polish: center the label and amount inside desktop shop cards.
   No PHP loop, redirect, coupon reveal or database logic changes. */
@media (min-width: 768px) {
  .cbo-shops-page .cbo-shop-card .cbo-shop-card__benefit {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-height: 76px;
    padding: 12px 14px;
  }

  .cbo-shops-page .cbo-shop-card .cbo-shop-card__benefit span,
  .cbo-shops-page .cbo-shop-card .cbo-shop-card__benefit strong {
    display: block;
    width: 100%;
    text-align: center !important;
  }
}

/* F2.8: Typografie-Polish - ruhiger, hochwertiger, weniger "alles fett" */
.cbo-shop-card__title h3 {
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.012em;
}

.cbo-shop-badge {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cbo-shop-card .cbo-shop-card__benefit span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.cbo-shop-card .cbo-shop-card__benefit strong {
  font-weight: 800;
  letter-spacing: -0.018em;
}

.cbo-shop-card__hint {
  color: #53627a;
  font-weight: 500;
  line-height: 1.48;
}

.cbo-shop-card__details {
  font-weight: 750;
}

.cbo-shop-card__cta,
.cbo-shop-card .go2store {
  font-weight: 800;
  letter-spacing: 0;
}

.cbo-shop-list-item .retailer_title_s {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cbo-shop-list-item__meta span,
.cbo-shop-list-item__meta a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .cbo-shop-card__title h3 {
    font-weight: 800;
  }

  .cbo-shop-card__hint {
    font-weight: 500;
  }

  .cbo-shop-badge {
    font-weight: 700;
  }
}
