<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scheduled-orders__item {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 8px; }

.scheduled-orders__primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px; }
@media screen and (min-width: 768px) {
    .scheduled-orders__primary {
        margin-bottom: 12px; } }

.scheduled-orders__heading {
    flex-shrink: 1;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px; }
@media screen and (min-width: 768px) {
    .scheduled-orders__heading {
        font-size: 16px;
        line-height: 24px; } }

.scheduled-orders__flag {
    margin-right: 8px;
    width: 24px;
    height: 24px; }

.scheduled-orders__add.ui.button {
    height: 32px;
    display: flex;
    align-items: center;
    min-width: 0 !important;
    padding-left: 6px;
    padding-right: 16px;
    flex: 0 0 auto;
    margin: 0 0 0 8px; }
.scheduled-orders__add.ui.button [class*="icon--"] {
    margin-right: 8px; }
@media screen and (min-width: 768px) {
    .scheduled-orders__add.ui.button {
        height: 40px; } }

.scheduled-orders__secondary {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 22px; }
@media screen and (min-width: 768px) {
    .scheduled-orders__secondary {
        font-size: 16px;
        line-height: 24px; } }

.scheduled-orders__items {
    margin-right: 8px; }

.scheduled-orders__values {
    display: flex;
    align-items: center; }

.scheduled-orders__pv {
    color: #9d57b2; }

.scheduled-orders__price {
    margin-left: 8px; }

.scheduled-orders--list {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
.scheduled-orders--list .scheduled-orders__item:not(:first-of-type) {
    margin-top: 16px; }</pre></body></html>