.st-sw-mod-header{background-color:#fff;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease;border-radius:8px}.st-sw-mod-header:hover{background-color:#f5f5f5}.st-sw-mod-store-name{font-size:16px;font-weight:500;color:#333}.st-sw-mod-arrow{color:#777;transition:transform .2s ease}.st-sw-mod-header:hover .st-sw-mod-arrow{transform:translateY(2px)}.st-sw-mod-flex-center-btw{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.st-sw-mod-options{display:flex;flex-direction:column;gap:12px}.st-sw-mod-card.selected{background-color:#f5f9ff;border:1px solid #1976d2;border-color:var(--secondary-main);position:relative}.st-sw-mod-card.selected:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background:var(--secondary-main);opacity:.05}