/* CrazyPavos Shop Countdown 1.2.0 · limpio: sin modificaciones a tarjetas */
.cp-shop-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    margin:0 0 14px;
}
.cp-shop-bots-notice{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex:1 1 auto;
    min-width:0;
    padding:8px 10px 8px 12px;
    border:1px solid rgba(156,108,255,.12);
    border-radius:12px;
    background:linear-gradient(90deg,rgba(20,18,39,.72),rgba(15,17,30,.68));
}
.cp-shop-bots-notice__copy{
    display:flex;
    align-items:baseline;
    gap:7px;
    min-width:0;
    overflow:hidden;
    white-space:nowrap;
}
.cp-shop-bots-notice__copy strong{
    color:#eef1fa;
    font-size:.79rem;
    font-weight:780;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cp-shop-bots-notice__copy span{
    color:#8892aa;
    font-size:.72rem;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cp-shop-bots-notice__cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:32px;
    padding:0 11px;
    border:1px solid rgba(159,110,255,.20);
    border-radius:10px;
    background:rgba(126,78,255,.08);
    color:#ece4ff;
    text-decoration:none;
    font-size:.74rem;
    font-weight:760;
    white-space:nowrap;
    flex:0 0 auto;
    transition:background .16s ease,border-color .16s ease,color .16s ease;
}
.cp-shop-bots-notice__cta:hover{
    background:rgba(126,78,255,.14);
    border-color:rgba(159,110,255,.30);
    color:#fff;
}
.cp-shop-countdown{
    display:flex;
    justify-content:flex-end;
    flex:0 0 auto;
}
.cp-shop-countdown__pill{
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:34px;
    padding:6px 11px;
    border:1px solid rgba(255,255,255,.085);
    border-radius:999px;
    background:rgba(12,16,29,.72);
    color:#9ca6bf;
    font-size:.71rem;
    line-height:1;
    backdrop-filter:blur(10px);
}
.cp-shop-countdown__icon{
    display:grid;
    place-items:center;
    width:18px;
    height:18px;
    flex:0 0 18px;
    border-radius:6px;
    color:#9d7cff;
    background:rgba(124,77,255,.10);
}
.cp-shop-countdown__icon svg{
    width:12px;
    height:12px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.cp-shop-countdown__copy{
    display:flex;
    align-items:baseline;
    gap:7px;
    min-width:0;
}
.cp-shop-countdown__label{
    color:#858fa8;
    font-weight:650;
    white-space:nowrap;
}
.cp-shop-countdown__time{
    min-width:64px;
    color:#e9ecf6;
    font-variant-numeric:tabular-nums;
    font-weight:850;
    letter-spacing:.035em;
    white-space:nowrap;
}
.cp-shop-countdown__reset{
    color:#656f88;
    font-size:.64rem;
    white-space:nowrap;
}
@media(max-width:980px){
    .cp-shop-topbar{
        flex-direction:column;
        align-items:stretch;
        gap:10px;
    }
    .cp-shop-countdown{
        justify-content:flex-start;
    }
}
@media(max-width:640px){
    .cp-shop-bots-notice{
        padding:8px 9px 8px 10px;
    }
    .cp-shop-bots-notice__copy span{
        display:none;
    }
    .cp-shop-bots-notice__copy strong{
        font-size:.76rem;
    }
    .cp-shop-bots-notice__cta{
        min-height:30px;
        padding:0 10px;
        font-size:.72rem;
    }
    .cp-shop-countdown__reset{
        display:none;
    }
}
@media(max-width:390px){
    .cp-shop-countdown__label{
        display:none;
    }
}
