section.release_list_block[hidden] {
  display: none !important;
}

.release_nav_status {
  margin: -8px 0 16px;
  color: #757588;
  font-size: 1.2rem;
}

.release_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}

.release_pager_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #c9c9d6;
  border-radius: 18px;
  background: #fff;
  color: #171738;
  font-family: "Roboto", sans-serif;
  transition: .2s linear;
}

.release_pager_link._prev,
.release_pager_link._next {
  min-width: 72px;
}

.release_pager_link._current {
  border-color: #171738;
  background: #171738;
  color: #fff;
  pointer-events: none;
}

.release_pager_link._disabled {
  opacity: .4;
  pointer-events: none;
}

.release_pager_ellipsis {
  color: #757588;
  padding: 0 4px;
}

.release_archive_control {
  display: flex;
  justify-content: center;
}

.release_archive_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #171738;
  border-radius: 21px;
  background: #171738;
  color: #fff;
  font-weight: 600;
  transition: .2s linear;
}

.release_nav_year_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.release_nav_year_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #c9c9d6;
  border-radius: 15px;
  background: #fff;
  color: #171738;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  transition: .2s linear;
}

.release_nav_year_button._current {
  border-color: #171738;
  background: #171738;
  color: #fff;
}

.release_nav_month_panel {
  padding-top: 12px;
  border-top: 1px solid #c9c9d5;
}

.release_nav_month_heading {
  display: block;
  margin-bottom: 8px;
  color: #757588;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.release_nav_month_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.release_nav_month_link {
  font-family: "Roboto", sans-serif;
}

.release_nav_month_link::before {
  width: 5px;
  height: 5px;
}

@media screen and (min-width: 769px) {
  .release_pager_link:hover {
    border-color: #4e0fff;
    color: #4e0fff;
    text-decoration: none;
  }

  .release_archive_button:hover {
    border-color: #4e0fff;
    background: #4e0fff;
  }

  .release_nav_year_button:hover {
    border-color: #4e0fff;
    color: #4e0fff;
  }

  .release_nav_year_button._current:hover {
    border-color: #171738;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .page_wrap .content.-col2 > .side_nav {
    order: -1;
    width: 100%;
    max-width: none;
    margin: 0 0 32px;
  }

  .release_pagination {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .release_pager_link {
    flex-shrink: 0;
    min-width: 28px;
    height: 30px;
    padding: 0 6px;
    border-radius: 15px;
    font-size: 1.2rem;
  }

  .release_pager_link._prev,
  .release_pager_link._next {
    min-width: 42px;
  }

  .release_pager_ellipsis {
    flex-shrink: 0;
    padding: 0 2px;
    font-size: 1.2rem;
  }

  .release_archive_button {
    width: 100%;
    min-height: 40px;
  }

  .release_nav_year_list {
    gap: 6px;
    margin-bottom: 12px;
  }

  .release_nav_year_button {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 1.2rem;
  }

  .release_nav_month_list {
    gap: 6px 10px;
  }
}
