.market-single-width {
  max-width: 840px;
}

.market-single-title {
  margin-bottom: 42px;
}

.market-single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 600;
}

.market-single-title h1 {
  font-size: 48px;
  line-height: 1.16;
}

.market-single-excerpt {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.7;
}

.market-disclosure.single-disclosure {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.market-disclosure.single-disclosure.is-ad {
  background: #f1eaf8;
  color: var(--purple);
}

.market-single-media {
  max-width: 840px;
  margin: 0 auto 48px;
}

.market-single-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #eee6f7;
  object-fit: cover;
}

.market-single-media figcaption {
  margin-top: 12px;
  color: var(--graphite);
  font-size: 13px;
  line-height: 1.6;
}

.market-post-content {
  max-width: 800px;
}

@media (max-width: 1024px) {
  .market-single-title h1 {
    font-size: 40px;
  }

  .market-single-excerpt,
  .market-post-content {
    font-size: 17px;
  }
}

@media (max-width: 720px) {
  .market-single-title {
    margin-bottom: 38px;
  }

  .market-single-title h1 {
    font-size: 32px;
  }

  .market-single-media {
    margin-bottom: 38px;
  }

  .market-single-media img {
    max-height: 360px;
  }
}
