/* SSR tweaks on top of market.v3.css — do not edit hashed v3. */
.market-module .mk-tab,
.market-module .mk-cat-item,
.market-module .mk-chip {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.market-module .mk-cat-item { width: 100%; box-sizing: border-box; }
.market-module a.mk-tab.is-active,
.market-module a.mk-cat-item.is-active { pointer-events: none; }
.market-module .mk-pager {
  display: flex; gap: 10px; align-items: center; justify-content: center;
  margin: 28px 0 8px;
}
.market-module .mk-empty {
  background: #fff; border: 1px dashed var(--mk-border, #dce7e4);
  border-radius: 12px; padding: 28px 20px; text-align: center; color: #5a6b6b;
}
.market-module .mk-consult-item {
  background: #fff; border: 1px solid var(--mk-border, #dce7e4);
  border-radius: 12px; padding: 14px 16px; margin: 0 0 10px;
}
.market-module .mk-consult-item p { margin: 8px 0 0; line-height: 1.55; }
.market-module .page-crumbs { padding: 16px 0 0; font-size: .88rem; color: #5a6b6b; }
.market-module .page-crumbs a { color: var(--mk-jade, #075B5B); }
.market-module a.mk-fab { text-decoration: none; color: #fff; }
.market-module .mk-cat-mobile {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 12px;
}
.market-module .mk-hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.market-module .mk-hot-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}
.market-module .mk-hot-list a { color: inherit; text-decoration: none; }
.market-module .mk-hot-list a:hover { color: var(--mk-jade, #075B5B); }
.market-module .mk-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 1024px) {
  .market-module .mk-cat-mobile { display: flex; }
}
