.wp-block-custom-anchor-links .inner {
  margin: 40px auto;
}
.wp-block-custom-anchor-links .inner .anchor-link-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.wp-block-custom-anchor-links .inner .anchor-link-list li {
  display: block;
  width: 100%;
  align-self: stretch;
}
.wp-block-custom-anchor-links .inner .anchor-link-list li:nth-child(2n+1) a {
  background: linear-gradient(90deg, #1ea5fa, #4bcdff);
}
.wp-block-custom-anchor-links .inner .anchor-link-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 1em 2em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(90deg, #2391f5, #69bef5);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.wp-block-custom-anchor-links .inner .anchor-link-list li a::after {
  position: absolute;
  width: 12px;
  height: 16px;
  top: 50%;
  right: 1em;
  content: "";
  display: block;
  background-image: url(../../../../../assets/img/common/link_arrow_down.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .wp-block-custom-anchor-links .inner {
    margin: 80px auto;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list {
    gap: 20px 4.375%;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li:nth-child(2n+1) {
    background: unset;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li {
    width: 47.8125%;
    background: unset;
    border-radius: unset;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li a {
    font-size: 27px;
    padding: 0.4em 2em;
    background: linear-gradient(90deg, #2391f5, #69bef5);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li a:hover {
    opacity: 0.5;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li a::after {
    width: 16px;
    height: 21px;
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li:nth-child(4n+1) a, .wp-block-custom-anchor-links .inner .anchor-link-list li:nth-child(4n+4) a {
    background: linear-gradient(90deg, #2391f5, #69bef5);
  }
  .wp-block-custom-anchor-links .inner .anchor-link-list li:nth-child(4n+2) a, .wp-block-custom-anchor-links .inner .anchor-link-list li:nth-child(4n+3) a {
    background: linear-gradient(90deg, #1ea5fa, #4bcdff);
  }
}/*# sourceMappingURL=anchor-links.css.map */