<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mlink-button {
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding: 10px 20px;
    outline: none;
    border: 0;
    border-radius: 5px;
    background-color: #f2994a;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.mlink-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
</pre></body></html>