/* Alternador de lojas e ações secundárias, sem competir com a impressão. */
.shopee-shipping-page .shipping-header{align-items:center;gap:20px;margin-bottom:18px}
.shopee-shipping-page .shipping-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.shopee-shipping-page .shipping-store-selector{display:flex;align-items:center;gap:12px;padding-right:16px;margin-right:4px;border-right:1px solid #dfe3ec}
.shopee-shipping-page .shipping-store-selector-label{display:flex;align-items:center;gap:6px;color:#68758a;font-size:11px;font-weight:650}
.shopee-shipping-page .shipping-header-actions svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.shopee-shipping-page .shipping-store-selector .shipping-group-switch{display:flex;gap:3px;padding:4px;border:1px solid #dde2ec;border-radius:12px;background:#e9edf4;box-shadow:inset 0 1px 2px #23334a05}
.shopee-shipping-page .shipping-store-selector .shipping-group-switch button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:64px;min-height:34px;padding:7px 12px;border:1px solid transparent;border-radius:8px;background:transparent;color:#758198;font-size:12px;font-weight:750;box-shadow:none}
.shopee-shipping-page .shipping-store-selector .shipping-group-switch button.active{background:#fff;color:#5937c3;border-color:#e1d8fa;box-shadow:0 2px 5px #26334812}
.shopee-shipping-page .shipping-store-selector .shipping-group-switch button.active:before{content:"";width:6px;height:6px;border-radius:50%;background:#7752e5}
.shopee-shipping-page .shipping-header-actions .shipping-refresh-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:9px 11px;border:1px solid #dce2eb;border-radius:9px;background:#fff;color:#58667b;box-shadow:none;font-size:11px;font-weight:650}
.shopee-shipping-page .shipping-header-actions .shipping-refresh-button:hover:not(:disabled){background:#f7f5fc;border-color:#c5b8e8;color:#6243b6}
.shopee-shipping-page .shipping-header-actions .shipping-settings-button{display:grid;place-items:center;min-width:36px;width:36px;height:38px;padding:0;border:1px solid transparent;border-radius:9px;background:transparent;color:#8792a4;box-shadow:none}
.shopee-shipping-page .shipping-header-actions .shipping-settings-button:hover{border-color:#dce2eb;background:#fff;color:#6243b6}
.shopee-shipping-page .shipping-header-actions button:focus-visible{outline:2px solid #7956e7;outline-offset:3px}
@media(max-width:780px){
 .shopee-shipping-page .shipping-header{align-items:flex-start;gap:14px}
 .shopee-shipping-page .shipping-header-actions{width:100%;justify-content:flex-start;gap:8px}
 .shopee-shipping-page .shipping-store-selector{margin-right:auto;padding-right:0;border-right:0;gap:7px}
 .shopee-shipping-page .shipping-store-selector .shipping-group-switch button{min-width:52px;padding:7px 9px}
 .shopee-shipping-page .shipping-store-selector-label{font-size:10px}
 .shopee-shipping-page .shipping-header-actions .shipping-settings-button{margin-left:auto}
}
