#lofty-market-report-container {
  width: 100%;
}
.lofty-market-report-page {
  width: 100%;
  margin-top: 40px;
  .lofty-market-report-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px;
    .page-title {
      font-family: var(--lofty-font-play-bold);
      font-size: 34px;
      line-height: 51px;
      font-weight: 700;
    }
    span.last-time {
      font-size: 18px;
      color: #505050;
    }
  }
}
.lofty-market-report-page.lofty-is-shortcode {
  padding: 0;
  margin-top: 0;
}
@media (max-width: 600px) {
  .lofty-market-report-page {
    width: 100%;
    .lofty-market-report-title {
      flex-wrap: wrap;
      margin-bottom: 15px;
      .page-title {
        width: 100%;
        font-size: 24px;
      }
      span.last-time {
        font-size: 14px;
      }
    }
  }
}