/* CCXSP_FORCE_TEXT_COLOR_V1 */
.ccxsp-wrap{color:#111}
.ccxsp-wrap a{color:#111}
.ccxsp-wrap .ccxsp-muted{color:rgba(17,17,17,.7)}
.ccxsp-wrap .ccxsp-thead,
.ccxsp-wrap .ccxsp-row,
.ccxsp-wrap .ccxsp-filter label,
.ccxsp-wrap .ccxsp-meta,
.ccxsp-wrap .ccxsp-pageinfo{color:#111}
.ccxsp-wrap .ccxsp-title{color:#111 !important}

.ccxsp-wrap{max-width:1200px;margin:0 auto;padding:16px}
.ccxsp-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:end;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px}
.ccxsp-filter label{display:block;font-size:12px;opacity:.75;margin-bottom:6px}
.ccxsp-filter select{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:10px 12px;background:#fff}
.ccxsp-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end}
.ccxsp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:10px 14px;border:1px solid rgba(0,0,0,.12);background:#111;color:#fff;text-decoration:none;font-weight:600;cursor:pointer}
.ccxsp-btn-secondary{background:#fff;color:#111}
.ccxsp-link{font-size:13px;text-decoration:none;opacity:.75}
.ccxsp-meta{display:flex;justify-content:space-between;align-items:center;margin:14px 2px;color:#111;opacity:.85}
.ccxsp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ccxsp-card{display:grid;grid-template-columns:120px 1fr;gap:12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:12px}
.ccxsp-card-media img{width:120px;height:120px;object-fit:contain;border-radius:12px;background:#fafafa;border:1px solid rgba(0,0,0,.06)}
.ccxsp-imgph{width:120px;height:120px;border-radius:12px;background:#fafafa;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;opacity:.5}
.ccxsp-title{display:block;font-weight:700;line-height:1.2;text-decoration:none;color:#111;margin-bottom:8px}
.ccxsp-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.ccxsp-pill{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:5px 10px;font-size:12px;opacity:.85;background:#fff}
.ccxsp-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}
.ccxsp-price-val{font-size:18px;font-weight:800}
.ccxsp-price-sub{font-size:12px;opacity:.7;margin-top:2px}
.ccxsp-empty{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px;opacity:.9}
.ccxsp-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:14px}
.ccxsp-pager{
  margin:22px 0 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.ccxsp-pagecluster{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.ccxsp-page{
  min-width:42px;
  height:42px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(0,0,0,.10);
  border-radius:999px;
  text-decoration:none;
  color:#111;
  background:#fff;
  font-weight:700;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.ccxsp-page:hover{
  transform:translateY(-1px);
  border-color:rgba(0,0,0,.18);
  box-shadow:0 10px 24px rgba(15,23,42,.10);
}
.ccxsp-page.is-current{
  background:#111;
  color:#fff;
  border-color:#111;
  box-shadow:0 12px 28px rgba(17,17,17,.18);
}
.ccxsp-page-nav{
  min-width:140px;
  background:linear-gradient(180deg,#ffffff 0%, #f6f8fb 100%);
}
.ccxsp-page-ellipsis{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  color:rgba(17,17,17,.45);
  font-weight:700;
}
.ccxsp-page.is-disabled{
  opacity:.42;
  pointer-events:none;
  box-shadow:none;
}
.ccxsp-pageinfo{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  color:rgba(17,17,17,.72);
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

/* OFFERS */
.ccxsp-hero{display:grid;grid-template-columns:160px 1fr;gap:14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;margin-bottom:14px}
.ccxsp-hero-media img{width:160px;height:160px;object-fit:contain;border-radius:14px;background:#fafafa;border:1px solid rgba(0,0,0,.06)}
.ccxsp-hero-title{font-size:22px;line-height:1.2;margin:0 0 10px}
.ccxsp-hero-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.ccxsp-hero-price{margin-top:6px}
.ccxsp-best{margin-top:8px;opacity:.85}
.ccxsp-muted{opacity:.7;font-size:12px}
.ccxsp-section{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px}
.ccxsp-h2{margin:0 0 12px;font-size:18px}
.ccxsp-table{display:grid;gap:8px}
.ccxsp-thead{display:grid;grid-template-columns:2fr .8fr .8fr .8fr .8fr 1fr;gap:10px;font-size:12px;opacity:.7;padding:0 6px}
.ccxsp-row{display:grid;grid-template-columns:2fr .8fr .8fr .8fr .8fr 1fr;gap:10px;align-items:center;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:10px 12px}
.ccxsp-merchant-name{font-weight:800}
.ccxsp-cta{text-align:right}
.ccxsp-promo{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}
.ccxsp-badge{display:inline-flex;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:4px 8px;font-size:12px;background:#fff;opacity:.9}

@media (max-width: 980px){
  .ccxsp-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ccxsp-grid{grid-template-columns:1fr}
  .ccxsp-card{grid-template-columns:100px 1fr}
  .ccxsp-card-media img,.ccxsp-imgph{width:100px;height:100px}
  .ccxsp-hero{grid-template-columns:120px 1fr}
  .ccxsp-hero-media img{width:120px;height:120px}
  .ccxsp-thead{display:none}
  .ccxsp-row{grid-template-columns:1fr;gap:8px}
  .ccxsp-cta{text-align:left}
  .ccxsp-pager{gap:10px}
  .ccxsp-pagecluster{order:1;width:100%;justify-content:center}
  .ccxsp-pageinfo{order:2}
  .ccxsp-page-nav{min-width:0;flex:1}
}

/* CCXSP_OFFERS_PC_STYLE_V1 */
.ccxsp-offers-cards{display:grid;gap:14px;margin-top:10px}
.ccxsp-offer{
  background:#fff;
  border-radius:18px;
  padding:16px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.ccxsp-offer-best{
  border:2px solid rgba(122,223,154,.9);
  background:linear-gradient(180deg,#f6fff9,#ffffff);
  box-shadow:0 14px 40px rgba(0,0,0,.08);
}
.ccxsp-offer-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.ccxsp-offer-merchant{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.ccxsp-merchant-name{font-weight:900;font-size:13px}
.ccxsp-best-badge{
  display:inline-flex;align-items:center;
  padding:6px 10px;border-radius:999px;
  background:#111;color:#fff;font-weight:800;font-size:12px;
}
.ccxsp-offer-price{text-align:right;min-width:220px}
.ccxsp-offer-total{font-weight:950;font-size:20px}
.ccxsp-offer-sub{margin-top:4px;font-size:12px;opacity:.72;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:6px}
.ccxsp-dot{opacity:.5}
.ccxsp-offer-promos{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.ccxsp-offer-cta{margin-top:12px}
.ccxsp-offer-btn{
  display:block;text-align:center;
  padding:12px 14px;border-radius:12px;
  font-weight:900;text-decoration:none;
  color:#111 !important;
  background:linear-gradient(180deg,#f7b55b,#f39c12);
  border:1px solid rgba(0,0,0,.10);
}
.ccxsp-offer-btn:hover{filter:brightness(.98)}
@media (max-width:980px){
  .ccxsp-offer-head{flex-direction:column;align-items:flex-start}
  .ccxsp-offer-price{text-align:left;min-width:auto}
  .ccxsp-offer-sub{justify-content:flex-start}
}

/* CCXSP_MERCHANT_LOGO_STYLE_V1 */
.ccxsp-merchant-logo{display:inline-flex;align-items:center}
.ccxsp-merchant-logo img,
.ccxsp-merchant-logo svg{
  width:22px;height:22px;object-fit:contain;
  border-radius:6px;
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.ccxsp-offer-merchant{gap:10px}
.ccxsp-merchant-name{letter-spacing:.2px}


/* CCXSP_TABS_CSS_V1 */
.ccxsp-tabbar{
  display:flex; gap:10px; align-items:center; flex-wrap:wrap;
  margin:14px 0 18px;
}
.ccxsp-tabbtn{
  appearance:none; border:1px solid rgba(0,0,0,.12);
  background:#fff; color:#111; border-radius:999px;
  padding:8px 12px; font-weight:700; cursor:pointer;
  display:inline-flex; align-items:center; gap:8px;
}
.ccxsp-tabbtn[aria-selected="true"]{
  border-color: rgba(29,185,84,.35);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}
.ccxsp-tabcount{
  display:inline-flex; min-width:26px; height:22px;
  padding:0 8px; border-radius:999px;
  align-items:center; justify-content:center;
  background:rgba(0,0,0,.06); font-size:12px;
}
.ccxsp-tabpanel{ margin-top:10px; }

.ccxsp-offers-cards{ display:flex; flex-direction:column; gap:12px; }
.ccxsp-offer{
  background:#fff; border:1px solid rgba(0,0,0,.08);
  border-radius:16px; padding:14px;
  box-shadow: 0 10px 22px rgba(0,0,0,.05);
}
.ccxsp-offer-best{
  border-color: rgba(29,185,84,.35);
  box-shadow: 0 14px 26px rgba(0,0,0,.07);
}
.ccxsp-offer-head{ display:flex; justify-content:space-between; gap:12px; align-items:flex-start; }
.ccxsp-offer-merchant{ display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
.ccxsp-best-badge{
  background:#111; color:#fff; font-weight:800; font-size:12px;
  padding:6px 10px; border-radius:999px;
}
.ccxsp-merchant-name{ font-weight:800; color:#111; }
.ccxsp-offer-price{ font-weight:900; color:#111; font-size:18px; }
.ccxsp-offer-sub{ margin-top:6px; }
.ccxsp-offer-cta{ margin-top:12px; }

.ccxsp-offer-btn{
  display:flex; align-items:center; justify-content:center;
  width:100%; border-radius:12px;
  padding:10px 14px; font-weight:800;
  border:1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, #F6B24C 0%, #E79A28 100%);
  color:#111; text-decoration:none;
}
.ccxsp-offer-btn:hover{ filter:brightness(0.98); }


/* CCXSP_TEXTSAFE_V1 */
.ccxsp-wrap, .ccxsp-wrap * { color: inherit; }
.ccxsp-hero-title, .ccxsp-h2 { color:#111; }
.ccxsp-muted { color: rgba(0,0,0,.55) !important; }
.ccxsp-merchant-name { color:#111; font-weight:800; }
.ccxsp-offer, .ccxsp-offer * { color:#111; }
.ccxsp-offer .ccxsp-muted { color: rgba(0,0,0,.55) !important; }
.ccxsp-btn { color:#111 !important; text-decoration:none; }

/* CCXSP_TABS_POLISH_V1 */
.ccxsp-tabbtn{
  color:#111 !important;
  background:#fff !important;
}
.ccxsp-tabbtn[aria-selected="true"]{
  background:rgba(29,185,84,.08) !important;
}
.ccxsp-tabcount{
  color:#111 !important;
}
.ccxsp-pill{
  color:#111 !important;
  background:rgba(0,0,0,.04) !important;
  border:1px solid rgba(0,0,0,.10) !important;
}

/* CCXSP_FIX_WHITE_ON_WHITE_V1 */
.ccxsp-wrap{ color:#111 !important; }
.ccxsp-wrap a{ color:inherit; }

.ccxsp-hero-title,
.ccxsp-h2,
.ccxsp-merchant-name,
.ccxsp-offer-total{
  color:#111 !important;
}

/* textes secondaires */
.ccxsp-muted,
.ccxsp-offer-sub,
.ccxsp-price-sub{
  color: rgba(0,0,0,.58) !important;
}

/* pills / badges */
.ccxsp-pill,
.ccxsp-badge,
.ccxsp-tabcount{
  color:#111 !important;
}

/* boutons */
.ccxsp-offer-btn,
.ccxsp-btn{
  color:#111 !important;
  text-decoration:none;
}


/* CCXSP_FIX_BEST_BADGE_V1 */
.ccxsp-best-badge{
  background: #111 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

/* Optionnel: si un thème force des couleurs bizarres sur le label */
.ccxsp-offer-best .ccxsp-best-badge{
  background: #111 !important;
  color: #fff !important;
}


/* CCXSP_FIX_BEST_BADGE_V1 */
.ccxsp-best-badge{
  background:#111 !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.18) !important;
}

/* CCXSP_FIX_APPLY_BTN_TEXT_V1 */
button.ccxsp-btn{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important; /* cas Chrome/Safari */
  opacity:1 !important;
  visibility:visible !important;
  font-size:13px !important;              /* cas font-size:0 */
  line-height:1.1 !important;
  text-indent:0 !important;               /* cas texte décalé */
}

/* si thème applique un style sur enfant/pseudo */
button.ccxsp-btn *,
button.ccxsp-btn::before,
button.ccxsp-btn::after{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
}


/* CCXSP_FIX_APPLY_BTN_STYLE_V1 */
button.ccxsp-btn{
  background:#111 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:10px !important;
  padding:10px 14px !important;
  font-weight:800 !important;
}
button.ccxsp-btn:hover{
  filter:brightness(1.08);
}



/* CCXSP_HERO_CSS_V1 */
.ccxsp-hero{
  display:flex;
  justify-content:center;
  margin:28px 0 18px;
  background:transparent;
  border:none;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.ccxsp-hero-card{
  width:100%;
  max-width:1320px;
  text-align:center;
  background:transparent;
  border:none;
  border-radius:24px;
  padding:0;
  box-shadow:0 20px 55px rgba(8,15,35,.10);
  overflow:hidden;
}
.ccxsp-hero-banner{
  display:block;
  width:100%;
  height:auto;
  border-radius:24px;
}
.ccxsp-hero-title{
  margin:0;
  font-size:42px;
  line-height:1.1;
  font-weight:800;
  color:#111;
}
.ccxsp-hero-sub{
  margin:10px 0 0;
  color:rgba(0,0,0,.62);
  font-size:14px;
  font-weight:600;
}

/* cache le titre WP (blanc sur blanc) uniquement sur la page Smartphones */
body.page-id-16436 .entry-title,
body.page-id-16436 .page-title{
  display:none !important;
}

/* cache le titre WP sur la page Téléviseurs : le hero suffit */
body.page-id-16526 .entry-title,
body.page-id-16526 .page-title{
  display:none !important;
}

@media (max-width: 640px){
  .ccxsp-hero{
    margin:20px 0 14px;
  }
  .ccxsp-hero-card{
    border-radius:18px;
  }
  .ccxsp-hero-banner{
    border-radius:18px;
  }
}

/* CCXSP_COLORS_CSS_V1 */
.ccxsp-variants{
  margin-top: 10px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.ccxsp-variants-label{
  font-size:12px;
  color:#6b7280;
}
.ccxsp-variants-list{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.ccxsp-variant,
.ccxsp-color{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  font-size:12px;
  color:#111;
  background:#fff;
  text-decoration:none;
  transition: all .15s ease;
}
.ccxsp-variant:hover,
.ccxsp-color:hover{
  border-color: rgba(0,0,0,.16);
  transform: translateY(-1px);
}
.ccxsp-variant.is-active{
  border-color: rgba(16,185,129,.55);
  box-shadow: 0 0 0 3px rgba(16,185,129,.12);
}

.ccxsp-colors{
  margin-top: 8px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

/* === CCXTV_BUTTON_FIX_V1 === */
.ccxsp-card-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
}
.ccxsp-card-price-row .ccxsp-card-price{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 !important;
}
.ccxsp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:#111;
  transition:transform .08s ease, box-shadow .08s ease;
}
.ccxsp-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* === CCXTV_MOBILE_PREMIUM_V1 === */
@media (max-width: 640px){
  body.page-id-16526 .entry-title,
  body.page-id-16526 .page-title,
  body.page-id-16526 h1.entry-title,
  body.page-id-16526 .et_pb_title_container,
  body.page-id-16526 .et_pb_post_title,
  body.page-id-16526 .woocommerce-products-header,
  body.page-id-16526 .entry-content > h1:first-child{
    display:none !important;
  }

  body.page-id-16526 #main-content,
  body.page-id-16526 #main-content > .container,
  body.page-id-16526 .entry-content,
  body.page-id-16526 article,
  body.page-id-16526 .et-l--post{
    width:100% !important;
    max-width:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .ccxsp-wrap{
    padding:2px 4px 18px;
  }

  .ccxsp-hero{
    margin:0 0 10px;
    background:transparent;
    border:none;
    border-radius:0;
    padding:0;
    box-shadow:none;
  }

  .ccxsp-hero-card{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
    overflow:visible;
  }

  .ccxsp-hero-card,
  .ccxsp-hero-banner{
    border-radius:18px;
  }

  .ccxsp-filters{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px;
    padding:12px;
    border-radius:18px;
    box-shadow:0 14px 32px rgba(15,23,42,.04);
  }

  .ccxsp-filter label{
    font-size:12px;
    font-weight:700;
    color:#5b6472;
    letter-spacing:.01em;
    margin-bottom:6px;
  }

  .ccxsp-filter select{
    min-height:44px;
    border-radius:13px;
    font-size:14px;
    padding:10px 12px;
  }

  .ccxsp-actions{
    grid-column:1 / -1;
    justify-content:center;
    padding-top:2px;
  }

  .ccxsp-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 13px;
    border-radius:999px;
    background:#f7f8fa;
    border:1px solid rgba(0,0,0,.08);
    font-size:13px;
    font-weight:700;
    opacity:1;
  }

  .ccxsp-meta{
    margin:12px 2px 12px;
    font-size:13px;
    align-items:flex-start;
  }

  .ccxsp-grid{
    gap:12px;
  }

  .ccxsp-card{
    grid-template-columns:92px 1fr;
    gap:14px;
    padding:16px 18px 16px 16px;
    border-radius:22px;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 16px 30px rgba(15,23,42,.045);
    align-items:start;
  }

  .ccxsp-card-media{
    align-self:start;
    padding-left:4px;
  }

  .ccxsp-card-media img,
  .ccxsp-imgph{
    width:92px;
    height:92px;
    border-radius:16px;
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
    box-shadow:0 10px 22px rgba(15,23,42,.07);
  }

  .ccxsp-card-body{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:5px;
    padding-right:10px;
  }

  .ccxsp-card-title{
    margin:0;
    font-size:15px;
    line-height:1.14;
    letter-spacing:-0.02em;
    font-weight:800;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .ccxsp-card-meta{
    font-size:11px;
    line-height:1.25;
    color:rgba(17,17,17,.72);
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .ccxsp-card-offers{
    font-size:11px;
    line-height:1.2;
    font-weight:700;
    color:rgba(17,17,17,.54);
    margin-top:-1px;
  }

  .ccxsp-card-price-row{
    margin-top:4px;
    gap:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-right:8px;
  }

  .ccxsp-card-price{
    display:flex;
    flex-direction:row;
    align-items:center !important;
    justify-content:flex-start;
    gap:0 !important;
    min-width:0;
    flex:1 1 auto;
  }

  .ccxsp-card-price strong{
    font-size:16px;
    line-height:1;
    letter-spacing:-0.02em;
    white-space:nowrap;
  }

  .ccxsp-card-price-row .ccxsp-btn{
    flex:0 0 auto;
    min-width:0;
    min-height:34px;
    padding:0 12px;
    border-radius:11px;
    font-size:12px;
    font-weight:800;
    text-align:center;
    line-height:1;
    white-space:nowrap;
    align-self:center;
    margin-right:0;
    background:linear-gradient(180deg,#ffffff 0%, #f6f8fb 100%);
    box-shadow:0 8px 16px rgba(15,23,42,.045);
  }

  .ccxsp-pager{
    margin-top:18px;
    padding-left:2px;
    padding-right:2px;
  }

  .ccxsp-pagecluster{
    border-radius:18px;
    padding:8px;
  }

  .ccxsp-page{
    min-width:40px;
    height:40px;
  }
}
