.wordsnap-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    max-width: 320px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999;
}

.wordsnap-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.wordsnap-voice-btn {
    border: none;
    background: #0073aa;
    color: white;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 3px;
}

.wordsnap-voice-btn:hover {
    background: #005177;
}

.wordsnap-content {
    margin-bottom: 6px;
}
