#clubtvo-entertainment-info .tvo-report {
    display: flex;
    flex-wrap: nowrap;
    gap: 2.5%;
    width: 100%;
    margin-top: 4rem;
    box-sizing: border-box;
  }

#clubtvo-entertainment-info .tvo-report-article {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  flex: 1;
}

.tvo-report-time {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-weight: 800;
}

.tvo-report-link {
  color: #000;
  text-decoration: none;
}

/* .tvo-report-article a {
  color: #000;
  text-decoration: none;
} */
#clubtvo-entertainment-info .tvo-report-thumbnail-wrapper {
    margin-bottom: 0.6rem;
  }

.tvo-report-thumbnail {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
/* .tvo-report {
    gap: 20px
} */
  #clubtvo-entertainment-info .tvo-report {
    flex-wrap: wrap;
    gap: 4%;
    padding-inline: 4%;
    margin-top: 2rem;
  }
  #clubtvo-entertainment-info .tvo-report-article:first-child {
    width: 100%;
  }
  .tvo-report-article:not(:first-child) {
    font-size: 1.2rem;
  }
  #clubtvo-entertainment-info .tvo-report-article {
    width: 48%;
    margin-bottom: 2rem;
    flex: none;
  }
}