<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.delivery-hours-special-text {
    color: #1db100;
}

.delivery-note {
    margin-top: 10px;
}

.delivery-note &gt; p {
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .delivery-note &gt; p {
        font-size: 13px;
        line-height: 1.5em;
    }

    .delivery-note {
        margin-top: 20px;
    }

    .note-title {
        font-size: 16px !important;
        font-weight: 900 !important;
    }
}
</pre></body></html>