.cltpb-container {
    border: 2px solid #eee;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff8f0;
    font-family: Arial, sans-serif;
}
.cltpb-sales {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
    background: #ffe6e0;
    padding: 6px;
    border-radius: 6px;
    display: inline-block;
}
.cltpb-icon {
    animation: pulse 1s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.cltpb-fast {
    font-size: 12px;
    color: #c0392b;
    margin-left: 5px;
}
.cltpb-rating {
    font-size: 18px;
    color: gold;
    margin-top: 8px;
}
.cltpb-rating-text {
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}
.cltpb-trust-row {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    font-size: 14px;
}
.cltpb-urgency {
    margin-top: 8px;
    font-size: 14px;
    color: red;
    font-weight: bold;
}
/* Sticky bar */
.cltpb-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    z-index: 9999;
}
