:root {
  color-scheme: dark;
  --market-page: #000;
  --market-text: #f6f6f6;
  --market-muted: #979797;
  --market-muted-strong: #c4c4c4;
  --market-line: rgba(255, 255, 255, .13);
  --market-line-strong: rgba(255, 255, 255, .22);
  --market-surface: rgba(255, 255, 255, .045);
  --market-surface-hover: rgba(255, 255, 255, .072);
  --market-primary: #8f5cff;
  --market-primary-hover: #b985ff;
  --market-primary-soft: rgba(143, 92, 255, .14);
  --market-green: #67d875;
  --market-radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body.marketplace-page {
  min-height: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 78% -10%, rgba(143, 92, 255, .10), transparent 32rem),
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 28rem),
    var(--market-page);
  color: var(--market-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.marketplace-page a {
  color: inherit;
  text-decoration: none;
}

.marketplace-page button,
.marketplace-page input,
.marketplace-page textarea {
  font: inherit;
}

.marketplace-page .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.marketplace-page .header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  padding: .75rem .5rem .5rem;
}

.marketplace-page .navbar {
  box-sizing: border-box;
  min-height: 62px;
  align-items: center;
}

.marketplace-page .navbar-brand > div,
.marketplace-page #nav-menu,
.marketplace-page .navbar .order-1 {
  align-items: center;
}

.marketplace-page .actionclip-logo-img,
.marketplace-page .navbar-brand img,
.marketplace-page .footer-logo-img {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 9px;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.marketplace-page .btn-header {
  display: inline-flex !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding-top: .65rem !important;
  padding-bottom: .65rem !important;
}

.marketplace-page .apple,
.marketplace-page.dark .apple {
  display: inline-flex;
  width: 1.12rem;
  height: 1.12rem;
  align-items: center;
  justify-content: center;
  margin-right: .62rem;
  background-image: none;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1024px) {
  .marketplace-page .navbar {
    width: fit-content !important;
    max-width: calc(100vw - 16px) !important;
    flex-wrap: nowrap;
    gap: 48px;
    justify-content: flex-start;
  }

  .marketplace-page .navbar > * + *,
  .marketplace-page #nav-menu > * + * {
    margin-left: 0 !important;
  }

  .marketplace-page .navbar-brand,
  .marketplace-page .navbar .order-1,
  .marketplace-page .nav-item {
    flex: 0 0 auto;
  }

  .marketplace-page #nav-menu {
    display: flex !important;
    width: auto !important;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0;
  }

  .marketplace-page .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .marketplace-page .navbar .order-1 {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .marketplace-page .btn-header {
    display: none !important;
  }
}

.market-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 100px 24px 128px;
}

.market-hero {
  max-width: 760px;
  margin-bottom: 52px;
}

.market-eyebrow {
  margin: 0 0 18px;
  color: var(--market-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.market-section-label {
  margin: 0 0 18px;
  color: var(--market-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.market-hero h1,
.market-detail-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.market-hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--market-muted);
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  font-weight: 500;
  line-height: 1.62;
}

.market-toolbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 68px;
}

.market-search {
  position: relative;
  display: block;
  width: min(100%, 440px);
}

.market-search::before {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 13px;
  height: 13px;
  border: 1.8px solid #777;
  border-radius: 50%;
  content: "";
  transform: translateY(-62%);
  pointer-events: none;
}

.market-search::after {
  position: absolute;
  top: calc(50% + 4px);
  left: 31px;
  width: 6px;
  height: 1.8px;
  border-radius: 99px;
  background: #777;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
  pointer-events: none;
}

.market-search input {
  width: 100%;
  height: 50px;
  padding: 0 18px 0 46px;
  border: 1px solid var(--market-line);
  border-radius: 13px;
  outline: 0;
  background: rgba(255, 255, 255, .04);
  color: #f5f5f5;
  font-size: .9rem;
}

.market-search input::placeholder {
  color: #747474;
}

.market-search input:focus {
  border-color: rgba(143, 92, 255, .68);
  box-shadow: 0 0 0 3px rgba(143, 92, 255, .14);
}

.market-filters {
  display: flex;
  min-height: 50px;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.market-filter {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #878787;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 650;
}

.market-filter:hover {
  color: #d7d7d7;
}

.market-filter[aria-pressed="true"] {
  border-color: rgba(185, 133, 255, .36);
  background: var(--market-primary-soft);
  color: var(--market-primary-hover);
}

.market-section + .market-section {
  margin-top: 48px;
}

.market-section-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.market-section-heading h2 {
  margin: 0;
  color: var(--market-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.market-section-count,
.market-list-meta {
  color: var(--market-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
}

.market-list {
  border-top: 1px solid var(--market-line);
}

.market-list-item {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  min-width: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--market-line);
}

.market-list-item h3 {
  display: flex;
  flex: 0 0 300px;
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 36px;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.35;
}

.market-list-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, .25));
}

.market-list-mark {
  border: 1px solid rgba(185, 133, 255, .30);
  background: rgba(143, 92, 255, .13);
  color: var(--market-primary-hover);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .76rem;
  font-weight: 800;
}

.market-fluent-icon {
  box-sizing: border-box;
  fill: currentColor;
}

.market-list-mark.market-fluent-icon {
  padding: 8px;
}

.market-list-title {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: baseline;
  min-width: 0;
}

.market-list-link {
  color: var(--market-primary-hover);
  text-decoration: underline;
  text-decoration-color: rgba(185, 133, 255, .64);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.market-list-link:hover,
.market-list-link:focus-visible {
  color: #fff;
  text-decoration-color: var(--market-primary-hover);
}

.market-list-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--market-primary);
  outline-offset: 3px;
}

.market-list-item p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-top: 7px;
  color: #a9a9a9;
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.55;
}

.market-list-item p::before {
  margin-right: .6em;
  color: #5f5f5f;
  content: "—";
}

.market-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 23px;
  align-items: center;
  margin-top: 5px;
  padding: 0 8px;
  border: 1px solid var(--market-line);
  border-radius: 999px;
  color: #8e8e8e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .63rem;
  font-weight: 650;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.market-badge-official {
  border-color: rgba(185, 133, 255, .30);
  background: rgba(143, 92, 255, .10);
  color: var(--market-primary-hover);
}

.market-detail-icon {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28));
}

.market-button {
  display: inline-flex;
  gap: 8px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid #424242;
  border-radius: 11px;
  background: #202020;
  color: #f2f2f2;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 720;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
  white-space: nowrap;
}

.market-button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.market-button:hover {
  border-color: #555;
  background: #2b2b2b;
}

.market-button-primary {
  border-color: var(--market-primary);
  background: var(--market-primary);
  color: #fff;
}

.marketplace-page .market-button.market-button-primary,
.marketplace-page .market-button.market-button-primary:link,
.marketplace-page .market-button.market-button-primary:visited,
.marketplace-page .market-button.market-button-primary:hover,
.marketplace-page .market-button.market-button-primary:active {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.market-button-primary:hover {
  border-color: var(--market-primary-hover);
  background: var(--market-primary-hover);
}

.market-button:focus-visible {
  outline: 2px solid var(--market-primary-hover);
  outline-offset: 3px;
}

.market-empty {
  display: none;
  padding: 34px;
  border: 1px solid var(--market-line);
  border-radius: var(--market-radius);
  color: var(--market-muted);
  text-align: center;
}

.market-empty.is-visible {
  display: block;
}

.market-list-item[hidden],
.market-section[hidden] {
  display: none !important;
}

.market-agent-note {
  margin: 72px 0 0;
  color: #666;
  font-size: .76rem;
  line-height: 1.5;
}

.market-agent-note a {
  color: #999;
  text-decoration: underline;
  text-decoration-color: #454545;
  text-underline-offset: .2em;
}

.market-agent-note a:hover,
.market-agent-note a:focus-visible {
  color: #ddd;
  text-decoration-color: #888;
}

/* Detail pages */
.market-detail-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 86px 28px 132px;
}

.market-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 50px;
  color: #777;
  font-size: .76rem;
  font-weight: 650;
}

.market-breadcrumbs a:hover {
  color: #d8d8d8;
}

.market-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: end;
  padding-bottom: 62px;
  border-bottom: 1px solid var(--market-line);
}

.market-detail-identity {
  display: flex;
  gap: 27px;
  align-items: flex-start;
}

.market-detail-icon {
  width: 92px;
  height: 92px;
  flex-basis: 92px;
  border-radius: 22px;
}

.market-detail-mark {
  display: grid;
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  place-items: center;
  border: 1px solid rgba(185, 133, 255, .32);
  border-radius: 22px;
  background: rgba(143, 92, 255, .13);
  color: var(--market-primary-hover);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.6rem;
  font-weight: 850;
}

.market-detail-mark.market-fluent-icon {
  padding: 23px;
}

.market-detail-title {
  margin-top: 9px;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
}

.market-detail-summary {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--market-muted-strong);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.65;
}

.market-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.market-detail-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.market-detail-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 72px;
  padding-top: 62px;
}

.market-toc {
  position: sticky;
  top: 100px;
  align-self: start;
}

.market-toc-title {
  margin: 0 0 13px;
  color: #6e6e6e;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.market-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.market-toc li + li {
  margin-top: 8px;
}

.market-toc a {
  color: #919191;
  font-size: .79rem;
  line-height: 1.45;
}

.market-toc a:hover {
  color: #e3e3e3;
}

.market-detail-body {
  min-width: 0;
}

.market-detail-body > section + section {
  margin-top: 48px;
  padding-top: 0;
}

.market-detail-body h2 {
  margin: 0 0 18px;
  color: #f6f6f6;
  font-size: 1.55rem;
  font-weight: 820;
  letter-spacing: -.03em;
}

.market-detail-body h3 {
  margin: 0 0 6px;
  color: #ececec;
  font-size: .98rem;
  font-weight: 720;
}

.market-detail-body p,
.market-detail-body li {
  color: #a7a7a7;
  font-size: .94rem;
  line-height: 1.72;
}

.market-detail-body p {
  margin: 0;
}

.market-detail-body p + p {
  margin-top: 14px;
}

.market-detail-body ol,
.market-detail-body ul {
  margin: 18px 0 0;
  padding-left: 1.22rem;
}

.market-detail-body ol {
  list-style: decimal outside;
}

.market-detail-body ul {
  list-style: disc outside;
}

.market-detail-body li + li {
  margin-top: 9px;
}

.market-action-table-wrap {
  max-width: 100%;
  margin: 28px 0 0;
  overflow-x: auto;
  border: 1px solid var(--market-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .018);
}

.market-action-table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  table-layout: fixed;
}

.market-action-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.market-action-table thead th {
  padding: 13px 16px;
  border-bottom: 1px solid var(--market-line-strong);
  color: #737373;
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

.market-action-table thead th:first-child,
.market-action-table tbody th {
  width: 34%;
}

.market-action-table thead th + th,
.market-action-table tbody td {
  border-left: 1px solid var(--market-line);
}

.market-action-table tbody th,
.market-action-table tbody td {
  padding: 17px 16px;
  border-bottom: 1px solid var(--market-line);
  color: #cfcfcf;
  text-align: left;
  vertical-align: top;
}

.market-action-table tbody th {
  font-weight: inherit;
}

.market-action-table tbody tr:last-child th,
.market-action-table tbody tr:last-child td {
  border-bottom: 0;
}

.market-action-table tbody tr:hover th,
.market-action-table tbody tr:hover td {
  background: rgba(255, 255, 255, .028);
}

.market-action-name {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #ececec;
  font-size: .91rem;
  font-weight: 720;
  line-height: 1.4;
}

.market-table-action-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: var(--market-primary-hover);
}

.market-action-description {
  display: block;
  color: #8f8f8f;
  font-size: .8rem;
  line-height: 1.55;
}

.market-meta-table {
  width: 100%;
  margin-top: 26px;
  border-collapse: collapse;
  border-top: 1px solid var(--market-line);
  border-bottom: 1px solid var(--market-line);
}

.market-meta-table tr + tr {
  border-top: 1px solid var(--market-line);
}

.market-meta-table th,
.market-meta-table td {
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
}

.market-meta-table th {
  width: 154px;
  color: #6e6e6e;
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.market-meta-table td {
  color: #d0d0d0;
  font-size: .83rem;
  line-height: 1.52;
}

.market-callout {
  margin-top: 25px;
  padding: 19px 21px;
  border-left: 2px solid var(--market-primary);
  background: rgba(143, 92, 255, .08);
}

.market-callout p {
  color: #bbb;
  font-size: .87rem;
}

.market-detail-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid var(--market-line);
}

.market-back-link {
  color: #929292;
  font-size: .8rem;
  font-weight: 650;
}

.market-back-link:hover {
  color: #e0e0e0;
}

/* Interactive action example */
.market-demo {
  margin-top: 27px;
  overflow: hidden;
  border: 1px solid var(--market-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.market-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-demo-panel {
  min-width: 0;
  padding: 22px;
}

.market-demo-panel + .market-demo-panel {
  border-left: 1px solid var(--market-line);
}

.market-demo-label {
  display: block;
  margin-bottom: 10px;
  color: #747474;
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.market-demo textarea {
  width: 100%;
  min-height: 106px;
  padding: 13px 14px;
  resize: vertical;
  border: 1px solid var(--market-line);
  border-radius: 10px;
  outline: 0;
  background: rgba(0, 0, 0, .34);
  color: #e8e8e8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .82rem;
  line-height: 1.55;
}

.market-demo textarea:focus {
  border-color: rgba(143, 92, 255, .68);
  box-shadow: 0 0 0 3px rgba(143, 92, 255, .12);
}

.market-demo-output {
  min-height: 106px;
  margin: 0;
  padding: 14px;
  overflow-wrap: anywhere;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(143, 92, 255, .08);
  color: #cdbbff !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .82rem !important;
  line-height: 1.55 !important;
}

.market-demo-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 22px;
  border-top: 1px solid var(--market-line);
}

.market-copy-status {
  min-width: 76px;
  align-self: center;
  color: #7d7d7d;
  font-size: .7rem;
}

.market-config {
  margin-top: 25px;
  border-top: 1px solid var(--market-line);
  border-bottom: 1px solid var(--market-line);
}

.market-config summary {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  color: #d2d2d2;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 700;
  list-style: none;
}

.market-config summary::-webkit-details-marker {
  display: none;
}

.market-config summary::after {
  color: #777;
  content: "+";
  font-size: 1.1rem;
}

.market-config[open] summary::after {
  content: "−";
}

.market-config pre {
  margin: 0 0 20px;
  padding: 17px;
  overflow-x: auto;
  border: 1px solid var(--market-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
  color: #bdbdbd;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .72rem;
  line-height: 1.58;
  white-space: pre;
}

@media (max-width: 900px) {
  .market-detail-hero {
    grid-template-columns: 1fr;
  }

  .market-detail-actions {
    justify-content: flex-start;
  }

  .market-detail-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .market-toc {
    display: none;
  }
}

@media (max-width: 700px) {
  .market-shell,
  .market-detail-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .market-shell {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .market-detail-shell {
    padding-top: 62px;
    padding-bottom: 96px;
  }

  .market-hero h1,
  .market-detail-title {
    letter-spacing: -.05em;
  }

  .market-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .market-search {
    width: 100%;
  }

  .market-list-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 16px 0;
  }

  .market-list-item h3 {
    flex: none;
  }

  .market-list-item p {
    margin-top: 2px;
    padding: 0 0 0 48px;
  }

  .market-list-item p::before {
    display: none;
  }

  .market-agent-note {
    margin-top: 56px;
  }

  .market-detail-identity {
    flex-direction: column;
  }

  .market-detail-icon,
  .market-detail-mark {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 18px;
  }

  .market-detail-mark.market-fluent-icon {
    padding: 17px;
  }

  .market-detail-actions,
  .market-detail-actions .market-button {
    width: 100%;
  }

  .market-detail-actions {
    flex-direction: column;
  }

  .market-demo-grid {
    grid-template-columns: 1fr;
  }

  .market-meta-table th {
    width: 118px;
    padding-right: 18px;
  }

  .market-demo-panel + .market-demo-panel {
    border-top: 1px solid var(--market-line);
    border-left: 0;
  }

  .market-detail-footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .market-detail-footer .market-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .market-list-link {
    transition: none;
  }
}
