
#qazimatch-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
}

#qazimatch-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.qazimatch-hidden {
    display: none;
}

.qazimatch-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
}

.qazimatch-box ul {
    list-style: none;
    padding: 0;
}

.qazimatch-box li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.qazimatch-box li:hover {
    background: #f5f5f5;
}
