/* Shared region selector, including the existing sticky header clone. */
.header-right .market-select {
    width: 165px; max-width: 100%; min-height: 36px; padding: 6px 7px;
    border: 1px solid #f3c8a8; border-radius: 4px; background-color: #fff;
    color: #c95e1b; font-family: inherit; font-size: 13px; font-weight: 600;
    line-height: 1.4; cursor: pointer;
}
.header-right .market-select:focus-visible { outline: 2px solid #ff7800; outline-offset: 2px; }
.order-modal-sg-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.order-modal-sg-fields > div { min-width: 0; }
@media (max-width: 580px) {
    .primary-header-inner .header-right { gap: 8px; }
    .header-right .mobile-menu-icon { margin-left: 0; }
    .header-right .market-select { width: 154px; font-size: 12px; min-height: 32px; }
    .primary-header .header-logo { max-width: calc(100% - 190px); }
}
@media (max-width: 640px) { .order-modal-sg-fields { grid-template-columns: 1fr; } }
