#mlg-modal .button {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #111827;
}

#mlg-modal .button-primary {
    background: #333d83;
    border-color: #333d83;
    color: #fff;
}