<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.design-block.button .buttons {
    width: 194px;
    height: 69px;
    margin: 1rem;
    background: linear-gradient(135deg,#d37200 25%, #d2344d);
    border: none;
    color: white;
}

    .design-block.button .buttons:hover {
        background: #d1374e;
    }
</pre></body></html>