
:root{--cc-black:#08090b;--cc-charcoal:#15171a;--cc-gold:#d7ad52;--cc-gold2:#f1d786;--cc-cream:#f5f2e9;--cc-card:#fff;--cc-text:#151515}
.cc-break-page{background:radial-gradient(circle at 10% 0,rgba(215,173,82,.18),transparent 32rem),var(--cc-cream);min-height:100vh;padding:45px 18px 90px}
.cc-break-shell{max-width:1180px;margin:auto}.cc-break-hero{background:linear-gradient(135deg,#07080a,#1b1d21);color:#fff;border-radius:24px;padding:42px;position:relative;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.18);border:1px solid rgba(215,173,82,.28)}
.cc-break-hero:after{content:"";position:absolute;width:350px;height:350px;right:-120px;top:-170px;border-radius:50%;background:radial-gradient(circle,rgba(215,173,82,.3),transparent 68%)}
.cc-break-hero>*{position:relative;z-index:1}.cc-break-kicker{color:var(--cc-gold);letter-spacing:.18em;font-weight:900;font-size:13px}
.cc-break-hero h1{font-size:clamp(44px,7vw,80px);letter-spacing:-.05em;line-height:.95;margin:10px 0 18px}
.cc-break-meta{display:flex;flex-wrap:wrap;gap:9px}.cc-break-meta span{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);border-radius:999px;padding:8px 13px}
.cc-break-cover{display:flex;justify-content:center;margin:34px 0}.cc-break-cover img{width:min(100%,720px);max-height:580px;object-fit:contain;border-radius:20px;filter:drop-shadow(0 22px 28px rgba(0,0,0,.15))}
.cc-break-description{max-width:760px;margin:0 auto 34px;font-size:17px;line-height:1.7}.cc-live-panel{margin-top:20px}
.cc-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cc-stat-grid div{background:#fff;border:1px solid #ddd9cf;border-radius:16px;padding:20px}
.cc-stat-grid strong{display:block;font-size:30px}.cc-stat-grid span{color:#6a6862}
.cc-progress-card{background:var(--cc-charcoal);color:#fff;border-radius:18px;padding:20px;margin:14px 0 20px}.cc-progress-head,.cc-progress-foot{display:flex;justify-content:space-between;gap:15px}
.cc-progress{height:13px;border-radius:999px;background:#35373b;overflow:hidden;margin:11px 0}.cc-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--cc-gold),var(--cc-gold2));border-radius:inherit}
.cc-progress-foot{font-size:14px;color:#d2d2d2}.cc-tools{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px}
.cc-search{width:min(100%,540px);padding:14px 16px;border-radius:12px;border:1px solid #d6d2c8;background:#fff;font-size:16px}
.cc-filters{display:flex;gap:8px;flex-wrap:wrap}.cc-filters button{border:1px solid #d6d2c8;background:#fff;padding:10px 15px;border-radius:999px;font-weight:800;cursor:pointer}
.cc-filters button.is-active{background:var(--cc-black);border-color:var(--cc-black);color:#fff}.cc-spot-list{display:grid;gap:11px}
.cc-spot{display:grid;grid-template-columns:55px minmax(0,1fr) auto 145px;gap:15px;align-items:center;background:#fff;border:1px solid #ddd9cf;border-left:6px solid var(--cc-gold);border-radius:15px;padding:18px 20px;box-shadow:0 8px 22px rgba(0,0,0,.045)}
.cc-spot-number{font-size:19px;color:var(--cc-gold);font-weight:900}.cc-spot-name,.cc-spot-price{font-size:17px}.cc-spot-status{justify-self:end;min-width:108px;text-align:center;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:900}
.cc-spot--available{border-left-color:#24a455}.cc-spot--available .cc-spot-status{background:#e4f6e9;color:#126d32}
.cc-spot--sold{border-left-color:#cb3439;opacity:.72}.cc-spot--sold .cc-spot-status{background:#fde6e7;color:#99191f}
.cc-spot--payment_lock{border-left-color:#d39b16}.cc-spot--payment_lock .cc-spot-status{background:#fff1c4;color:#755100}
.cc-spot--reserved_unpaid{border-left-color:#e87524}.cc-spot--reserved_unpaid .cc-spot-status{background:#ffe6d6;color:#8c3e09}
.cc-break-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cc-break-card{background:#fff;border:1px solid #ddd9cf;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.cc-break-card img{width:100%;height:260px;object-fit:cover}.cc-break-card-body{padding:22px}.cc-card-eyebrow{color:#a57a22;letter-spacing:.15em;font-weight:900;font-size:12px}
.cc-break-card h3{font-size:25px;margin:8px 0}.cc-break-card a{text-decoration:none;color:inherit}.cc-btn{display:inline-block;background:var(--cc-black);color:#fff!important;border-radius:10px;padding:12px 17px;font-weight:900}
@media(max-width:800px){.cc-stat-grid{grid-template-columns:repeat(2,1fr)}.cc-tools{flex-direction:column;align-items:stretch}.cc-search{width:100%}.cc-break-grid{grid-template-columns:1fr}}
@media(max-width:620px){.cc-break-page{padding:22px 10px 60px}.cc-break-hero{padding:28px 20px}.cc-spot{grid-template-columns:42px minmax(0,1fr);padding:15px}.cc-spot-price,.cc-spot-status{grid-column:2;justify-self:start}.cc-progress-foot{flex-direction:column;gap:4px}}

.cc-spot.is-selectable{cursor:pointer;position:relative}
.cc-spot.is-selectable:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.09)}
.cc-spot.is-selected{border-color:var(--cc-gold);background:linear-gradient(90deg,#fffaf0,#fff);box-shadow:0 0 0 3px rgba(215,173,82,.22)}
.cc-spot.is-selected:after{content:"✓";position:absolute;right:-7px;top:-7px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--cc-gold);color:#08090b;font-weight:950}
.cc-selection-bar{position:sticky;bottom:14px;z-index:30;margin-top:18px;background:rgba(8,9,11,.96);backdrop-filter:blur(12px);border:1px solid rgba(215,173,82,.32);border-radius:16px;padding:15px 17px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 20px 45px rgba(0,0,0,.24)}
.cc-selection-bar[hidden]{display:none}.cc-selection-bar div{display:flex;flex-direction:column}.cc-selection-total{color:var(--cc-gold);font-size:18px;font-weight:900}
.cc-reserve-button{border:0;border-radius:11px;background:var(--cc-gold);color:#08090b;padding:13px 18px;font-weight:950;cursor:pointer}
.cc-reserve-button:disabled{opacity:.6;cursor:wait}
@media(max-width:620px){.cc-selection-bar{bottom:8px}.cc-reserve-button{padding:12px 14px}}

.cc-rewards-hero{display:flex;justify-content:space-between;gap:28px;align-items:center;background:linear-gradient(135deg,#08090b,#1b1d22);color:#fff;border:1px solid rgba(215,173,82,.3);border-radius:20px;padding:28px;margin-bottom:16px}
.cc-rewards-hero>div:first-child>span{color:#d7ad52;letter-spacing:.17em;font-size:12px;font-weight:950}
.cc-rewards-hero h2{font-size:36px;color:#fff;margin:7px 0}.cc-rewards-hero p{color:#c9c9c9;margin:0;max-width:590px}
.cc-rewards-balance{text-align:right}.cc-rewards-balance strong{display:block;color:#d7ad52;font-size:46px;line-height:1}.cc-rewards-balance span{color:#d7d7d7}
.cc-rewards-rule{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}
.cc-rewards-rule div{background:#fff;border:1px solid #ddd7ca;border-radius:14px;padding:17px}
.cc-rewards-rule strong,.cc-rewards-rule span{display:block}.cc-rewards-rule strong{font-size:22px}.cc-rewards-rule span{color:#6d6962}
.cc-rank-progress{background:#fff;border:1px solid #ddd7ca;border-radius:16px;padding:20px;margin-bottom:16px}
.cc-rank-progress-head{display:flex;justify-content:space-between}.cc-rank-progress-bar{height:12px;background:#e9e5db;border-radius:999px;overflow:hidden;margin:10px 0}
.cc-rank-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d7ad52,#f1d786)}
.cc-rank-progress p{margin-bottom:0;color:#645f57}
.cc-rank-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.cc-rank-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#efede7;border:1px solid #ddd7ca;border-radius:14px;padding:17px;filter:grayscale(1);opacity:.55}
.cc-rank-card.is-unlocked{background:#fff8e7;filter:none;opacity:1;border-color:#d7ad52}
.cc-rank-card>span{font-size:32px}.cc-rank-card strong{margin:6px 0}.cc-rank-card small{color:#6d6962}.cc-rank-card em{font-style:normal;color:#8a7a56;font-size:11px;margin-top:6px;line-height:1.35}.cc-rank-explanation{background:#fff8e7;border:1px solid #d7ad52;border-radius:14px;padding:16px 18px;margin:0 0 16px;color:#51472f;line-height:1.55}
@media(max-width:1100px){.cc-rank-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.cc-rank-grid{grid-template-columns:repeat(2,1fr)}.cc-rewards-rule{grid-template-columns:1fr}.cc-rewards-hero{align-items:flex-start;flex-direction:column}.cc-rewards-balance{text-align:left}}


/* Compact break list and private admin totals – v0.7.1 */
.cc-break-sticky{
  position:sticky;
  top:94px;
  z-index:25;
  padding-top:1px;
  background:linear-gradient(180deg,#f6f2e8 0%,#f6f2e8 86%,rgba(246,242,232,0) 100%);
}
.admin-bar .cc-break-sticky{top:126px}
.cc-break-sticky .cc-progress-card{
  margin-bottom:12px;
  padding:16px 20px;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
}
.cc-break-sticky .cc-progress-head{margin-bottom:8px}
.cc-break-sticky .cc-progress{height:11px}
.cc-break-sticky .cc-progress-foot{margin-top:8px;font-size:14px}
.cc-admin-only-value{
  color:#d7ad52;
  font-weight:900;
}
.cc-break-sticky .cc-tools{
  margin:0 0 14px;
  padding:10px;
  border:1px solid #ddd7ca;
  border-radius:14px;
  background:rgba(246,242,232,.96);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.cc-spot-list{gap:7px}
.cc-spot{
  min-height:62px;
  grid-template-columns:48px minmax(0,1fr) 118px 112px;
  gap:12px;
  padding:10px 15px;
  border-radius:13px;
  border-left-width:5px;
}
.cc-spot-number{font-size:17px}
.cc-spot-name{font-size:15px;line-height:1.25}
.cc-spot-price{font-size:15px;text-align:right;white-space:nowrap}
.cc-spot-status{
  min-width:100px;
  padding:7px 10px;
  font-size:12px;
}
.cc-spot.is-selectable:hover{
  transform:translateY(-1px);
  box-shadow:0 9px 22px rgba(0,0,0,.08);
}
@media(max-width:782px){
  .cc-break-sticky,
  .admin-bar .cc-break-sticky{
    position:static;
    top:auto;
    background:transparent;
  }
}
@media(max-width:620px){
  .cc-break-sticky .cc-progress-card{padding:15px}
  .cc-break-sticky .cc-tools{padding:0;border:0;background:transparent;box-shadow:none}
  .cc-spot{
    min-height:0;
    grid-template-columns:38px minmax(0,1fr);
    gap:6px 10px;
    padding:13px;
  }
  .cc-spot-name{font-size:15px}
  .cc-spot-price,.cc-spot-status{
    grid-column:2;
    justify-self:start;
    text-align:left;
  }
}


/* Filtering visibility fix */
.cc-spot[hidden],
.cc-single-card[hidden],
.cc-no-results[hidden],
.cc-singles-empty[hidden]{
  display:none!important;
}

.cc-dual-price{display:flex;flex-direction:column;gap:3px}
.cc-normal-price,.cc-live-price{display:block}
.cc-normal-price{color:#5f5b54;font-size:.84em}
.cc-live-price{color:#9a701c}
.cc-purchase-mode{border:0;padding:0;margin:16px 0}
.cc-purchase-mode legend{font-size:16px;font-weight:950;margin-bottom:9px}
.cc-purchase-mode label{display:flex;align-items:center;gap:10px;border:1px solid #ddd7ca;border-radius:12px;padding:12px 14px;margin:7px 0;cursor:pointer;background:#fff}
.cc-purchase-mode label:has(input:checked){border-color:#d7ad52;background:#fff8e7;box-shadow:0 0 0 3px rgba(215,173,82,.12)}
.cc-purchase-mode input{accent-color:#a97918}
.cc-purchase-mode label>span{display:flex;justify-content:space-between;align-items:center;gap:18px;width:100%}
.cc-purchase-mode small{color:#8b661b;font-weight:900;font-size:14px}


/* Reservation Engine v1.1 */
.cc-spot-countdown{
  min-width:72px;
  justify-self:end;
  color:#9a6710;
  background:#fff1c7;
  border:1px solid #e5c46f;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  font-variant-numeric:tabular-nums;
  text-align:center;
}
.cc-spot--payment_lock{
  border-color:#e0b94f;
  background:linear-gradient(90deg,#fffaf0,#fff);
}
.cc-spot--payment_lock .cc-spot-status{
  background:#f4c95d;
  color:#4c3500;
}
@media(min-width:621px){
  .cc-spot:has(.cc-spot-countdown){
    grid-template-columns:48px minmax(0,1fr) 118px 112px 78px;
  }
}
@media(max-width:620px){
  .cc-spot-countdown{
    grid-column:2;
    justify-self:start;
  }
}


/* Carlos Live Break v2.1 */
.cc-live-sync-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:12px;
  padding:11px 14px;
  border:1px solid rgba(215,173,82,.24);
  border-radius:13px;
  background:linear-gradient(135deg,#111318,#1b1e24);
  color:#fff;
}

.cc-live-sync-state{
  display:flex;
  align-items:center;
  gap:9px;
}

.cc-live-sync-state strong{
  color:#f2d67e;
  font-size:13px;
  letter-spacing:.03em;
}

.cc-live-pulse{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#35bd69;
  box-shadow:0 0 0 0 rgba(53,189,105,.55);
  animation:ccLivePulse 1.8s ease-out infinite;
}

@keyframes ccLivePulse{
  0%{box-shadow:0 0 0 0 rgba(53,189,105,.55)}
  75%,100%{box-shadow:0 0 0 9px rgba(53,189,105,0)}
}

.cc-live-updated{
  color:#aeb2ba;
  font-size:12px;
  font-variant-numeric:tabular-nums;
}

.cc-live-updated.is-error{
  color:#ff9a94;
}

.cc-spot{
  transition:
    transform .2s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.cc-spot-just-changed{
  animation:ccSpotChanged 1.35s ease;
}

@keyframes ccSpotChanged{
  0%{transform:scale(.985);box-shadow:0 0 0 0 rgba(215,173,82,.55)}
  38%{transform:scale(1.012);box-shadow:0 0 0 5px rgba(215,173,82,.24)}
  100%{transform:scale(1);box-shadow:0 0 0 0 rgba(215,173,82,0)}
}

.cc-spot.is-mine{
  border-color:#d7ad52!important;
  background:linear-gradient(90deg,#fff7dc,#fffdf7)!important;
  box-shadow:inset 4px 0 0 #d7ad52,0 9px 24px rgba(123,87,16,.10);
}

.cc-spot-mine{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:end;
  min-width:58px;
  border-radius:999px;
  padding:6px 9px;
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#090a0b;
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}

.cc-value-changed{
  animation:ccValueChanged .7s ease;
}

@keyframes ccValueChanged{
  0%{transform:translateY(0);color:inherit}
  35%{transform:translateY(-3px);color:#b48116}
  100%{transform:translateY(0);color:inherit}
}

.cc-progress span{
  transition:width .55s cubic-bezier(.22,.8,.24,1);
}

@media(min-width:621px){
  .cc-spot.is-mine,
  .cc-spot:has(.cc-spot-mine){
    grid-template-columns:48px minmax(0,1fr) 118px 112px 70px;
  }
}

@media(max-width:620px){
  .cc-live-sync-bar{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }

  .cc-spot-mine{
    grid-column:2;
    justify-self:start;
  }
}


/* Queue Engine v2.2 */
.cc-queue-area{
  grid-column:2/-1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  margin-top:3px;
}

.cc-queue-count{
  color:#6c675e;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.cc-queue-button{
  border:1px solid #d7ad52;
  border-radius:999px;
  background:#fff8e7;
  color:#76520c;
  padding:7px 11px;
  font-size:12px;
  font-weight:950;
  cursor:pointer;
  transition:.18s ease;
}

.cc-queue-button:hover{
  transform:translateY(-1px);
  background:#fff1c7;
  box-shadow:0 7px 18px rgba(167,117,18,.14);
}

.cc-queue-button.is-queued{
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#090a0b;
}

.cc-queue-button:disabled{
  opacity:.55;
  cursor:wait;
}

@media(max-width:620px){
  .cc-queue-area{
    grid-column:2;
    align-items:flex-start;
    flex-direction:column;
    justify-content:flex-start;
  }
}


/* v2.2.3 – Mobile purchase bar hotfix */
@media(max-width:620px){
  .cc-selection-bar:not([hidden]){
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom, 0px));
    z-index:99990;
    width:auto;
    margin:0;
    padding:12px;
    border-radius:16px;
    box-shadow:0 18px 48px rgba(0,0,0,.38);
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
  }

  .cc-selection-bar div{
    min-width:0;
  }

  .cc-selection-count{
    font-size:13px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .cc-selection-total{
    font-size:16px;
    line-height:1.25;
  }

  .cc-reserve-button{
    min-height:48px;
    padding:11px 14px;
    white-space:nowrap;
    font-size:13px;
    box-shadow:0 8px 22px rgba(215,173,82,.22);
  }

  .cc-live-panel{
    padding-bottom:105px;
  }
}

@media(max-width:380px){
  .cc-selection-bar:not([hidden]){
    left:8px;
    right:8px;
    bottom:calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .cc-reserve-button{
    padding-inline:11px;
    font-size:12px;
  }
}


/* v2.9.5 – Shop category navigation */
.cc-shop-menu-parent{
  position:relative;
}

.cc-shop-dropdown{
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  z-index:100050;
  min-width:210px;
  padding:9px;
  border:1px solid rgba(215,173,82,.42);
  border-radius:14px;
  background:#0b0c0f;
  box-shadow:0 18px 42px rgba(0,0,0,.34);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,-6px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}

.cc-shop-dropdown::before{
  content:"";
  position:absolute;
  left:50%;
  top:-7px;
  width:12px;
  height:12px;
  background:#0b0c0f;
  border-left:1px solid rgba(215,173,82,.42);
  border-top:1px solid rgba(215,173,82,.42);
  transform:translateX(-50%) rotate(45deg);
}

.cc-shop-dropdown a{
  display:block!important;
  padding:12px 14px!important;
  border-radius:9px;
  color:#fff!important;
  background:transparent!important;
  font-weight:850!important;
  text-decoration:none!important;
  white-space:nowrap;
}

.cc-shop-dropdown a:hover,
.cc-shop-dropdown a:focus{
  background:linear-gradient(135deg,#d7ad52,#f2d67e);
  color:#08090a!important;
}

.cc-shop-menu-parent:focus-within>.cc-shop-dropdown,
.cc-shop-menu-parent.is-shop-menu-open>.cc-shop-dropdown{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}

.cc-shop-category-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}

.cc-shop-category-filter a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border:1px solid #d8d0c2;
  border-radius:999px;
  background:#fff;
  color:#151515;
  font-weight:850;
  text-decoration:none;
  transition:.16s ease;
}

.cc-shop-category-filter a:hover{
  transform:translateY(-1px);
  border-color:#d7ad52;
}

.cc-shop-category-filter a.is-active{
  border-color:#0b0c0f;
  background:#0b0c0f;
  color:#f2d67e;
}

.cc-shop-category-select{
  display:none;
  margin:0 0 22px;
}

.cc-shop-category-select span{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  font-weight:900;
  color:#746b5e;
}

.cc-shop-category-select select{
  width:100%;
  min-height:50px;
  padding:0 14px;
  border:1px solid #d8d0c2;
  border-radius:12px;
  background:#fff;
  font-size:16px;
  font-weight:750;
}

@media(max-width:900px){
  .cc-shop-dropdown{
    position:static;
    min-width:0;
    width:100%;
    margin-top:8px;
    transform:none;
    display:none;
    opacity:1;
    visibility:visible;
    box-shadow:none;
  }

  .cc-shop-dropdown::before{
    display:none;
  }

  .cc-shop-menu-parent:hover>.cc-shop-dropdown{
    display:none;
  }

  .cc-shop-menu-parent.is-shop-menu-open>.cc-shop-dropdown{
    display:block;
    transform:none;
  }
}

@media(max-width:650px){
  .cc-shop-category-filter{
    display:none;
  }

  .cc-shop-category-select{
    display:block;
  }
}


/* v2.9.6 – independent Carlos Points checkout panel */
.cc-points-checkout-panel,
.cc-points-block-panel{
  margin:0 0 18px;
  padding:18px;
  border:1px solid #d8cfbd;
  border-radius:14px;
  background:#fffaf0;
}

.cc-points-checkout-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:14px;
}

.cc-points-checkout-head>div{
  display:grid;
  gap:3px;
}

.cc-points-eyebrow{
  color:#9a6b0d;
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
}

.cc-points-checkout-head strong{
  font-size:18px;
}

.cc-points-balance{
  color:#8b620d;
  font-weight:900;
  white-space:nowrap;
}

.cc-points-switch{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:11px 13px;
  border:1px solid #ded7ca;
  border-radius:11px;
  background:#fff;
  font-weight:800;
  cursor:pointer;
}

.cc-points-switch input{
  width:21px;
  height:21px;
}

.cc-points-amount-wrap{
  margin-top:12px;
}

.cc-points-amount-wrap>label{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  font-weight:850;
}

.cc-points-amount-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
}

.cc-points-amount-row input{
  min-width:0;
  min-height:46px;
  padding:0 12px;
  border:1px solid #d8cfbd;
  border-radius:9px;
  background:#fff;
}

.cc-points-amount-row button{
  min-height:46px;
  padding:0 16px;
  border:0;
  border-radius:9px;
  background:#0b0c0f;
  color:#f2d67e;
  font-weight:900;
  cursor:pointer;
}

.cc-points-amount-wrap small,
.cc-points-help,
.cc-points-message{
  display:block;
  margin:8px 0 0;
  color:#746b5e;
  font-size:12px;
}

@media(max-width:520px){
  .cc-points-checkout-head{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* v2.20.12 – Multi Spot Cart */
.cc-cart-feedback{
  margin-top:16px;
  padding:15px 16px;
  border:1px solid rgba(38,141,78,.28);
  border-radius:16px;
  background:#f2fbf5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.cc-cart-feedback[hidden]{display:none}
.cc-cart-feedback>div:first-child{display:flex;flex-direction:column;gap:3px}
.cc-cart-feedback strong{color:#145b2c}
.cc-cart-feedback-text{color:#496452;font-size:13px;font-weight:700}
.cc-cart-feedback-actions{display:flex;align-items:center;gap:9px}
.cc-continue-shopping,.cc-open-cart{
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.cc-continue-shopping{border:1px solid #d7ad52;background:#fff;color:#72500d}
.cc-open-cart{border:1px solid #111;background:#111;color:#fff}
.cc-mini-cart{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99980;
  display:flex;
  align-items:center;
  gap:13px;
  padding:12px 15px;
  border:1px solid rgba(215,173,82,.48);
  border-radius:999px;
  background:rgba(8,9,11,.96);
  color:#fff;
  box-shadow:0 16px 42px rgba(0,0,0,.3);
  text-decoration:none;
  backdrop-filter:blur(12px);
}
.cc-mini-cart[hidden]{display:none}
.cc-mini-cart span{display:flex;align-items:center;gap:5px;white-space:nowrap}
.cc-mini-cart-time{color:#f2d67e}
@media(max-width:620px){
  .cc-cart-feedback{align-items:stretch;flex-direction:column}
  .cc-cart-feedback-actions{display:grid;grid-template-columns:1fr 1fr}
  .cc-continue-shopping,.cc-open-cart{text-align:center;padding:11px 8px;font-size:12px}
  .cc-mini-cart{right:12px;bottom:calc(84px + env(safe-area-inset-bottom, 0px));padding:10px 12px;font-size:12px}
}

/* v2.22.10 – Excel-kompatibilis spot- és résztvevőlista másolás */
.cc-copy-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0}
.cc-copy-list-button{appearance:none;border:1px solid #d7c7ad;border-radius:10px;background:#fffdf8;color:#19140d;padding:9px 12px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.18s ease}
.cc-copy-list-button:hover{border-color:#a87a32;transform:translateY(-1px)}
.cc-copy-list-button:focus-visible{outline:3px solid rgba(168,122,50,.25);outline-offset:2px}
.cc-copy-list-button.is-copied{background:#eaf8ef;border-color:#7ecb99;color:#176536}
.cc-copy-feedback{min-height:18px;color:#176536;font-size:12px;font-weight:800}
.cc-participant-summary+.cc-copy-tools{margin-top:14px}
@media(max-width:620px){.cc-copy-tools{align-items:stretch;flex-direction:column}.cc-copy-list-button{width:100%}}


/* v2.23.30 – a Shop fejléc-menü legördülője megszűnt; a kategóriák az oldalon kattinthatók */
.cc-shop-dropdown{display:none!important;}
