.cm-credit-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  width:100%;
  margin:16px 0 4px;
  padding:16px;
  border:1px solid rgba(255,199,0,.24);
  border-radius:22px;
  background:
    radial-gradient(circle at 0 0,rgba(255,199,0,.12),transparent 38%),
    linear-gradient(135deg,rgba(20,20,20,.98),rgba(8,8,8,.99));
  box-shadow:0 16px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04);
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}
.cm-credit-card *{box-sizing:border-box}
.cm-credit-glow{position:absolute;inset:-60%;z-index:-1;background:conic-gradient(from 180deg,transparent 0 34%,rgba(255,201,0,.15) 44%,transparent 54% 100%);opacity:.7;pointer-events:none}
.cm-credit-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#ffd000;background:linear-gradient(145deg,#1d1d1d,#0d0d0d);border:1px solid rgba(255,208,0,.22);box-shadow:0 10px 24px rgba(0,0,0,.28),0 0 24px rgba(255,199,0,.05)}
.cm-credit-icon svg{width:25px;height:25px}
.cm-credit-main{min-width:0}
.cm-credit-eyebrow{display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#d4a900;font-size:10px;font-weight:900;letter-spacing:1.25px;line-height:1.2}
.cm-live-dot{width:7px;height:7px;border-radius:50%;background:#2fda88;box-shadow:0 0 0 5px rgba(47,218,136,.1),0 0 16px rgba(47,218,136,.5);flex:0 0 auto}
.cm-credit-title{font-size:16px;line-height:1.25;font-weight:700;color:#f4f4f4}
.cm-credit-title strong{position:relative;color:#ffd000;font-weight:950;white-space:nowrap}
.cm-credit-subtitle{margin-top:5px;color:#9b9b9b;font-size:12px;line-height:1.45;max-width:470px}
.cm-credit-cta{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 14px;border-radius:14px;text-decoration:none!important;color:#101010!important;background:linear-gradient(135deg,#ffd600,#ffbd00);font-size:12px;font-weight:900;box-shadow:0 9px 24px rgba(255,194,0,.14);transition:transform .2s ease,box-shadow .2s ease}
.cm-credit-cta:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(255,194,0,.22)}
.cm-fb{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#1877f2;color:white;font-family:Arial,sans-serif;font-size:18px;font-weight:900;line-height:1}
.cm-arrow{font-size:18px;line-height:1}
.cm-credit-badge{padding:9px 11px;border-radius:12px;border:1px solid rgba(255,208,0,.18);color:#b99500;background:rgba(255,208,0,.05);font-size:9px;font-weight:900;letter-spacing:.8px;white-space:nowrap}
.cm-animate .cm-credit-glow{animation:cmOrbit 10s linear infinite}
.cm-animate .cm-live-dot{animation:cmPulse 1.8s ease-out infinite}
.cm-animate .cm-credit-title strong{background:linear-gradient(90deg,#ffd000,#fff3a6,#ffd000);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:cmShine 4.5s linear infinite}
@keyframes cmOrbit{to{transform:rotate(360deg)}}
@keyframes cmPulse{0%{box-shadow:0 0 0 0 rgba(47,218,136,.36),0 0 16px rgba(47,218,136,.45)}70%{box-shadow:0 0 0 9px rgba(47,218,136,0),0 0 16px rgba(47,218,136,.15)}100%{box-shadow:0 0 0 0 rgba(47,218,136,0),0 0 16px rgba(47,218,136,.35)}}
@keyframes cmShine{to{background-position:220% center}}
@media (max-width:640px){
  .cm-credit-card{grid-template-columns:auto minmax(0,1fr);padding:14px;gap:12px;border-radius:20px}
  .cm-credit-icon{width:48px;height:48px;border-radius:15px}
  .cm-credit-title{font-size:15px}
  .cm-credit-subtitle{font-size:11px}
  .cm-credit-cta,.cm-credit-badge{grid-column:1/-1;width:100%;justify-content:center;margin-top:2px}
}
@media (prefers-reduced-motion:reduce){.cm-credit-card *{animation:none!important;transition:none!important}}

/* v1.0.1 – keep the premium card inside the footer content column */
.cm-credit-mount{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:16px 0 4px;
  padding:0;
  box-sizing:border-box;
  clear:both;
}
.cm-credit-mount .cm-credit-card{
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  box-sizing:border-box;
}
@media (max-width:640px){
  .cm-credit-mount{
    width:100%;
    max-width:100%;
    margin:16px 0 6px;
    overflow:visible;
  }
  .cm-credit-mount .cm-credit-card{
    width:100%;
    max-width:100%;
    margin:0;
  }
  .cm-credit-main,
  .cm-credit-title,
  .cm-credit-subtitle{min-width:0;max-width:100%;overflow-wrap:anywhere}
  .cm-credit-cta{min-width:0;max-width:100%;padding-left:12px;padding-right:12px;text-align:center}
}
