.mo-feedback-button {
    color: white !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #003399;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.mo-feedback-button:hover {
    background-color: #0066FF;
}