#fvc-counter-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #0073aa;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    cursor: default;
    transition: transform 0.2s ease, background 0.2s ease;
}
#fvc-counter-btn:hover {
    transform: scale(1.07);
    background: #005d88;
}
