<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nylas-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px 26px;
    margin-top: 35px;
}

.nylas-button a {
    display: inline-block;
    white-space: nowrap;

    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.nylas-button--default.nylas-button--default a {
    border: 1px solid #4169e1;
    font-size: 16px;
    padding: 16px 30px;

    border-radius: 12px;
    

    background-color: #fff;
    border-color: #4169e1;
    color: #4169e1;
}

.nylas-button--default.nylas-button--default a:hover {
    color: #fff;
    background-color: #4169e1;
}

.nylas-button--arrow a {
    display: flex;
    gap: 8px;
}

.nylas-button--arrow a svg path {
    fill: currentColor;
}

.nylas-button--arrow a svg {
    transition: all .15s ease-in-out;
}

.nylas-button--arrow a:hover svg {
    transform: translateX(4px);
}
</pre></body></html>