@charset "utf-8";
@charset "utf-8";

.p-categories {
  padding-top: 80px;

  .l-inner {
    max-width: 1206px;
  }

  section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .c-category {
    display: block;
    border-radius: 26px;
    background: #ecf6ff;
    min-width: 160px;
    padding: 16px 50px;
    color: #0f55a4;
    font-size: 14px;
  }

  .c-category:hover,
  .c-category.is-selected {
    background: #0f55a4;
    color: #eff3fb;
  }
}

.p-blog {
  padding-top: 82px;
  padding-bottom: 150px;

  .l-inner {
    max-width: 1100px;
  }

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

    .webgene-pagination {
      margin-top: 90px;
      justify-self: center;
    }
  }
}
