<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nylas-multi-code {
    --title-color: #fff;
    border-radius: 8px;
}

.nylas-multi-code__header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 16px;
    gap: 16px;

    border-bottom: 1px solid #585A5E;
}

.nylas-multi-code__header select,
.nylas-multi-code__header .nylas-multi-code__title.nylas-multi-code__title {
    color: var(--title-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.nylas-multi-code__header select {
    appearance: none;
    background-color: transparent;
    border-radius: 4px;
    padding: .65em 1.3em;
    border: 1px solid rgba(255, 255, 255, .8);
    cursor: pointer;
    transition: all .2s;

    background-image: url("data:image/svg+xml,%3Csvg width='15' height='24' viewBox='0 0 15 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.68306 14.8081C2.92714 14.564 3.32286 14.564 3.56694 14.8081L7.5 18.7411L11.4331 14.8081C11.6771 14.564 12.0729 14.564 12.3169 14.8081C12.561 15.0521 12.561 15.4479 12.3169 15.6919L7.94194 20.0669C7.69786 20.311 7.30214 20.311 7.05806 20.0669L2.68306 15.6919C2.43898 15.4479 2.43898 15.0521 2.68306 14.8081Z' fill='white'/%3E%3Cpath d='M2.68306 9.19194C2.92714 9.43602 3.32286 9.43602 3.56694 9.19194L7.5 5.25888L11.4331 9.19194C11.6771 9.43602 12.0729 9.43602 12.3169 9.19194C12.561 8.94786 12.561 8.55214 12.3169 8.30806L7.94194 3.93306C7.69786 3.68898 7.30214 3.68898 7.05806 3.93306L2.68306 8.30806C2.43898 8.55214 2.43898 8.94786 2.68306 9.19194Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
    background-size: 0.75em auto;
    padding-right: 2em;
}

.nylas-multi-code__header select:hover {
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent;
}

.nylas-multi-code .nylas-code pre {
    background-color: transparent !important;
}

.nylas-multi-code__code .nylas-code &gt; pre {
    height: 22em;
    height: 13lh;
    overflow: auto;

    scrollbar-gutter: stable both-edges;
}</pre></body></html>