/* Cross-sell — tematyczne firmy/sklepy przy ofertach i lokalach */
.xsell{margin:28px 0}
.xsell__inner{background:#fff;border:1px solid #e9edf3;border-radius:18px;padding:22px}
.xsell__head{margin-bottom:18px}
.xsell__h{font-size:19px;font-weight:800;color:#0f172a;margin:0 0 4px}
.xsell__sub{font-size:13px;color:#6b7280;margin:0}
.xsell__theme{margin-top:18px}
.xsell__theme:first-of-type{margin-top:0}
.xsell__theme-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.xsell__theme-ico{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:#0b61ff}
.xsell__theme-txt{display:flex;flex-direction:column;line-height:1.2}
.xsell__theme-label{font-size:14.5px;font-weight:700;color:#1f2937}
.xsell__theme-sub{font-size:12px;color:#9ca3af}
.xsell__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.xsell__card{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid #e9edf3;border-radius:13px;text-decoration:none;background:#fcfdff;transition:border-color .15s,box-shadow .15s,transform .15s}
.xsell__card:hover{border-color:#bcd3ff;box-shadow:0 6px 18px rgba(11,97,255,.08);transform:translateY(-1px)}
.xsell__logo{width:46px;height:46px;flex:0 0 46px;border-radius:11px;overflow:hidden;background:#eef2f7;display:flex;align-items:center;justify-content:center}
.xsell__logo img{width:100%;height:100%;object-fit:cover}
.xsell__logo-ini{font-weight:800;color:#64748b;font-size:18px}
.xsell__cbody{min-width:0;display:flex;flex-direction:column;gap:2px}
.xsell__name{font-size:13.5px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:5px;min-width:0}
.xsell__name-txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.xsell__trust{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;background:#dcfce7;color:#166534;font-size:9.5px;font-weight:800;letter-spacing:.02em;padding:2px 6px 2px 5px;border-radius:99px;white-space:nowrap;text-transform:uppercase}
.xsell__trust svg{display:block;flex-shrink:0}
.xsell__trust--inline{vertical-align:-3px;font-size:10px}
.xsell__meta{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.xsell__rating{display:flex;align-items:center;gap:4px;font-size:11.5px;color:#6b7280}
.xsell__rating strong{font-weight:800;color:#111827}
.xsell__rating-n{color:#9ca3af}
.xsell__dist{font-size:11.5px;color:#0b61ff;font-weight:600;display:flex;align-items:center;gap:3px}
.xsell__foot{margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7;font-size:12.5px;color:#9ca3af}
.xsell__foot a{color:#0b61ff;text-decoration:none;font-weight:600;white-space:nowrap}
@media(max-width:600px){.xsell__inner{padding:16px;border-radius:14px}.xsell__grid{grid-template-columns:1fr}}
