
.cps-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 20px 14px 30px;
    z-index: 9999;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
    border-radius: 16px 16px 0 0;
    max-width: 600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: transform 0.3s ease-in-out;
}

.cps-drag {
    width: 40px;
    height: 5px;
    background: #ccc;
    border-radius: 3px;
    margin: 0 auto 10px;
}

.cps-price-info strong {
    display: block;
    font-size: 22px;
    margin: 6px 0;
    color: #007aff;
}

.cps-coupon {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cps-coupon-code {
    background: #f2f2f7;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #e5e5ea;
}

.cps-copy-btn {
    background: #007aff;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.cps-copy-btn:active {
    background: #005bb5;
}
