/* Marketplace extension: the product stays with the fisher, the offer belongs to a shop. */
.market-shop-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px 24px;margin:0 0 24px;font-size:.875rem}.market-shop-links>span{color:var(--muted)}.product-actions .button,.trip-product>.button{white-space:normal;overflow-wrap:anywhere;line-height:1.4;text-align:center}.product-actions .button{min-width:0}.trip-product>.button{min-width:0}
.market-dialog{width:min(1060px,calc(100vw - 32px));max-width:1060px;max-height:calc(100dvh - 32px);padding:0}.market-dialog .dialog-content{padding:28px}.market-dialog .dialog-heading{gap:20px}.market-dialog .dialog-heading h2{font-size:1.5rem}.market-dialog .dialog-heading button{flex:none}.market-product{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center;margin:12px 0 24px}.market-product img{border-radius:12px;background:#e1e4e5;aspect-ratio:1;object-fit:contain}.market-product h3{font-size:1.25rem}.market-product p:not(.eyebrow){font-size:.9375rem;color:var(--muted);margin-top:7px}.market-product .eyebrow{font-size:.75rem;margin-bottom:7px}.market-product .text-button{margin-top:7px;text-align:left}.market-demo-note,.market-offline{padding:13px 16px;border-radius:10px;font-size:.875rem;line-height:1.6;margin-bottom:20px}.market-demo-note{color:#47582c;background:#f0f4e8;border:1px solid #dde5cd}.market-offline{color:#78521d;background:#fff2d9}.market-controls{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.market-controls .field{margin:0}.market-controls label{font-size:.8125rem}.market-sort-hint{margin:9px 0 16px}.market-offer-list{border-top:1px solid var(--line)}.market-offer{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);gap:18px 24px;padding:22px 0;border-bottom:1px solid var(--line);align-items:start}.market-offer>*{min-width:0}.market-seller h3{font-size:1rem;margin:9px 0 5px}.market-seller p{font-size:.875rem}.market-seller small{display:block;color:var(--muted);font-size:.75rem;line-height:1.5;margin-top:5px}.market-badges{display:flex;flex-wrap:wrap;gap:6px}.market-tag{display:inline-flex;width:fit-content;padding:3px 8px;border-radius:5px;background:#edf0ee;color:#56645c;font-size:.6875rem;line-height:1.5;font-weight:600}.market-tag-warning{background:#fff1d9;color:#7c571c}.market-tag-best{background:#e9f2d7;color:#3b582a}.market-cost{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.market-cost>strong{font-size:1.35rem;letter-spacing:-.04em;line-height:1.3}.market-cost>span{font-size:.8125rem;color:var(--muted);line-height:1.5}.market-cost>b{font-size:.875rem;font-weight:600}.market-column-label{display:block;color:var(--muted);font-size:.75rem;line-height:1.3;margin-bottom:7px}.market-delivery>strong{font-size:.9375rem}.market-delivery>p{font-size:.8125rem;color:var(--muted);margin-top:7px;line-height:1.5}.market-offer-action{grid-column:2/-1;display:flex;justify-content:flex-end}.market-offer-action .button{min-width:190px;font-size:.8125rem;padding:10px 14px;min-height:42px}.market-dialog button:disabled{cursor:default;opacity:.7}.market-disclaimer{font-size:.8125rem;color:var(--muted);margin:20px 0 14px;max-width:760px;line-height:1.6}.market-offer-stale .market-cost{color:#69716b}.market-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:26px 0 44px}.market-merchant-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;min-width:0}.market-merchant-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px}.market-merchant-symbol{width:44px;height:44px;flex:none;display:grid;place-items:center;border-radius:50%;background:var(--selected);color:var(--pine);font-size:.8125rem;font-weight:600}.market-merchant-card h2{font-size:1.25rem;margin-bottom:12px}.market-merchant-card>p{font-size:.9375rem;color:var(--muted);line-height:1.7}.market-merchant-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:auto;padding-top:24px;font-size:.8125rem}.market-merchant-foot>span{color:var(--muted)}.market-onboarding{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.market-onboarding>p{color:var(--muted);margin-top:14px;max-width:760px}.market-steps{list-style:none;counter-reset:market-step;padding:0;margin:28px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.market-steps li{counter-increment:market-step;font-size:.9375rem;color:var(--muted);line-height:1.7}.market-steps li::before{content:counter(market-step,decimal-leading-zero);display:block;font-size:.8125rem;color:#69824a;font-weight:600;margin-bottom:10px}.market-steps strong{display:block;font-size:1rem;color:var(--ink);margin-bottom:8px}.market-feed-links{display:flex;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:24px}.market-onboarding .field-hint{font-size:.875rem;margin-top:20px}.market-merchant-card a,.market-demo-note,.market-offer{overflow-wrap:anywhere}
@media(max-width:1100px){.market-directory{grid-template-columns:1fr}.market-merchant-heading{margin-bottom:18px}.market-merchant-card{padding:24px}.market-steps{gap:22px}}
@media(max-width:620px){.market-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.market-dialog .dialog-content{padding:20px}.market-dialog .dialog-heading h2{font-size:1.15rem}.market-product{grid-template-columns:76px minmax(0,1fr);gap:14px;margin-bottom:20px}.market-product h3{font-size:1.05rem}.market-product .eyebrow{font-size:.625rem}.market-product p:not(.eyebrow){font-size:.8125rem}.market-product .text-button{font-size:.8125rem;line-height:1.5}.market-controls{grid-template-columns:1fr;gap:14px}.market-demo-note{font-size:.8125rem;padding:12px}.market-offer{grid-template-columns:1fr;gap:16px;padding:22px 0}.market-cost{padding-top:4px}.market-delivery{border-top:1px dashed var(--line);padding-top:14px}.market-offer-action{grid-column:auto;display:block}.market-offer-action .button{width:100%;min-width:0}.market-seller h3{font-size:1.05rem}.market-sort-hint{font-size:.75rem}.market-directory{margin:20px 0 30px;gap:14px}.market-onboarding{padding:22px}.market-steps{grid-template-columns:1fr;gap:22px}.market-feed-links{flex-direction:column}.market-feed-links .button{text-align:center}}
