@charset "UTF-8";
.webstore .pager {
  text-align: center;
  padding: 2rem 0;
}
.webstore .pager a {
  margin: 0.5rem;
  color: #60ded8;
  border-bottom: 0.4rem solid #59ffea;
  border-top: 0.1rem solid #2c8c80;
  border-left: 0.1rem solid #2c8c80;
  border-right: 0.1rem solid #2c8c80;
  padding: 0.4rem 1.4rem;
  background: rgba(68, 68, 68, 0.5);
  text-decoration: none;
}
.webstore .pager a:hover {
  text-decoration: underline;
}
.webstore .pager a.current-page {
  color: #ffffff;
}
.webstore>div p.msg {
    color: #f4396a;
    color: var(--theme-color-red);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f4396a;
    border: 1px solid var(--theme-color-red);
}
