@media (max-width: 720px) {
  .webtoon-library-section .catalog-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .webtoon-library-section .catalog-heading > span {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .webtoon-library-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .webtoon-library-card {
    width: 100%;
    min-width: 0;
  }
}
