#wfb-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

#wfb-floating-button img {
    width: 54px;
    height: 54px;
}

/* باکس شماره‌ها */
#wfb-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 9999;
}

#wfb-popup a {
    display: block;
    color: #075e54;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}

@media (max-width: 768px) {
    #wfb-floating-button {
        bottom: 70px;
    }

    #wfb-popup {
        bottom: 160px; /* مطابقت با دکمه */
    }
}
