.wct-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 99999; }
.wct-banner__inner { background: rgba(20,20,20,0.95); color: #fff; padding: 12px 16px; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.wct-accept { background: #16a34a; color: #fff; border: none; padding: 8px 14px; border-radius: 8px; cursor: pointer; }
.wct-accept:hover { filter: brightness(1.05); }


