#wmc-icon img {
    width: 60px;
    height: auto;
    cursor: pointer;
    display: block;
}

#wmc-list {
    display: none;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

#wmc-list li {
    margin-bottom: 8px;
}

#wmc-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* فاصلة ثابتة بين الأيقونة والنص */
    padding: 10px 12px;
    text-decoration: none;
    color: #ffffff;
    background: #25D366;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.2s;
}

#wmc-list li a:hover {
    background: #1ebe57;
}
