.news-page-container {
}

/* test */

.news-page-main {
  text-align: center;
  margin-bottom: 40px;
}

.news-page-title {
  margin-top: 32px;
}

.news-page-subtitle {
  margin-top: 16px;
  padding-inline: 14px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 0 #EBF8FA, -1px 1px 0 #EBF8FA, 1px -1px 0 #EBF8FA, -1px -1px 0 #EBF8FA, 1px 0 0 #EBF8FA, -1px 0 0 #EBF8FA, 0 1px 0 #EBF8FA, 0 -1px 0 #EBF8FA;
}

.subtitle-bonus {
  margin-top: 32px;
}
.early-bonus {
  margin: 24px 14px 0 14px;
}
.early-bonus .news-item-status {
  font-size: 18px !important;
}
.early-bonus .news-item-text {
  font-size: 14px !important;
}
.filter-buttons {
  display: flex;
  justify-content: space-between;
  padding-inline: 14px;
  margin-top: 16px;
}
.filter-buttons .filter-btn {
  width: 32%;
  height: 40px;
  background-color: white;
  color: #3FA6EA;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px #9FD5FF;
}
.filter-buttons .filter-btn.active {
  background-color: #3FA6EA;
  color: #fff;
  box-shadow: none;
}

.news-list-wrapper {
  width: 100%;
  margin-top: 24px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 14px;
}

.news-item-container {
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #EBF8FA;
  background-color: #ffffff;
}
.news-item-container a.news-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-item-container .news-item {
  overflow: hidden;
  border-radius: 8px;
  text-align: left;
  padding: 13px;
}
.news-item-container .news-item .news-item-status {
  text-align: center;
  font-size: 14px;
  padding: 0.4em 0.4em 0 0.4em;
  font-family: "Sawarabi Mincho", sans-serif;
}
.news-item-container .news-item .news-item-banner {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.news-item-container .news-item .news-item-date {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.news-item-container .news-item .news-item-tag {
  width: 80px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #fff;
  box-shadow: inset 0 0 0 1px #9FD5FF;
}
.news-item-container .news-item .news-item-tag.INFO, .news-item-container .news-item .news-item-tag.UPDATE {
  background-color: #4A90E2;
  border-radius: 9999px;
}
.news-item-container .news-item .news-item-text {
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-size: 12px;
  padding: 0.4rem 0 0 0;
}

.news-detail-item {
  display: none;
}

.detail-page-nav {
  width: 381px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 47px;
}
.detail-page-nav .back-to-list {
  background-color: #fff;
  color: #3FA6EA;
  border-radius: 40px;
  padding: 10px 40px;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #9FD5FF;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-family: "Kiwi Maru medium";
}
.detail-page-nav .page-arrow {
  width: 17px;
  height: 29px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination .page-arrow {
  width: 17px;
  height: 29px;
}
.pagination .page-number {
  width: 40px;
  height: 40px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 24px;
  border-radius: 20%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #3FA6EA;
  box-shadow: inset 0 0 0 2px #9FD5FF;
}
.pagination .page-number.active {
  background-color: #3FA6EA;
  color: #fff;
  box-shadow: none;
}
.pagination .page-number.disabled {
  color: #ccc;
  background-color: #f0f0f0;
  box-shadow: inset 0 0 0 2px #ddd;
  pointer-events: none;
}/*# sourceMappingURL=news.css.map */
