@charset "utf-8";

.p-news-bg {
  background: linear-gradient(180deg, #aacef6 0%, #ffffff 54%, #e1f4ff 100%);
}

.p-news {
  padding: 110px 0 370px;
}

.p-news__categories {
  section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      min-width: 160px;
      height: 50px;
      padding: 0px 20px;
      color: var(--color-blue);
      background: var(--color-white);
    }

    a:hover,
    a.is-selected {
      color: var(--color-white);
      background: var(--color-blue);
    }
  }
}

.p-news__lists {
  margin-top: 70px;

  section {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .webgene-pagination {
    margin-top: 80px;

    @media (width < 768px) {
      margin-top: 40px;
    }
  }
}
