.brxe-shortcode{width:100%}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}.orders-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4xs); width: 100%;}.orders-grid .order-card { display: grid; grid-template-columns: 4fr 1fr; gap: var(--space-s); justify-items: stretch; align-items: center; height: 100%; border: 1px solid var(--dark-5); border-radius: var(--radius-m); padding: var(--space-s) var(--space-m); position: relative;}.card-header-body { display: flex; justify-content: space-between; gap: var(--space-s);}.card-header-status { display: flex; flex-direction: column; flex-wrap: wrap; align-items: start; gap: var(--space-3xs);}.card-header h2 { font-size: var(--text-l); margin: 0; padding: 0;}.card-status { display: flex; gap: var(--space-4xs); flex-wrap: wrap;}.card-status .status { line-height: 1; white-space: nowrap; color: var(--black-l-2); background-color: var(--dark-5); padding: var(--space-4xs) var(--space-2xs); font-size: var(--text-s); border-radius: var(--radius-s);}.status.wc-pending,.status.wc-on-hold { color:var(--info-d-1); background-color: var(--info-20);}.status.wc-processing { color: var(--warning-d-1); background-color: var(--warning-20);}.status.wc-completed { color: var(--success-d-1); background-color: var(--success-20);}.status.wc-cancelled,.status.wc-failed { color: var(--error-d-1); background-color: var(--error-20);}.card-body { display: flex; align-items: center; flex-direction: column; gap: var(--space-4xs); white-space: nowrap; min-width: 50%;}.card-body p { padding: 0; margin: 0; color: var(--black-l-2);}.order-link { display: flex; justify-content: flex-end; align-items: center; white-space: nowrap;}@media screen and (max-width: 900px) { .orders-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 18.5rem), 1fr)); } .orders-grid .order-card { grid-template-columns: 1fr; } .card-header-status { gap: var(--space-4xs); min-width: 40%; } .card-body { display: flex; align-items: start; gap: 0; min-width: 60%; }}@media screen and (max-width: 770px) { .card-header-body { flex-wrap: wrap; } .card-header-status { min-width: 30%; } .card-body { min-width: 70%; }}@media screen and (max-width: 670px) { .card-header-status { min-width: 40%; max-width: min-content; } .card-body { min-width: 50%; }}@media screen and (max-width: 480px) { .card-header-status { min-width: 100%; max-width: max-content; }}#brxe-lrlyzt {font-size: var(--text-4xl)}#brxe-wukcfa {max-width: 100%; width: 100%}