@charset "utf-8";

.dau-single-pagelink-button-a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cdb442;
}

.dau-single-pagelink-button-a i {
  position: absolute;
  top: 6px;
  left: calc(50% - 10px);
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .dau-single-pagelink-button-a i {
    top: calc(50% - 12px);
    left: 8%;
    font-size: 24px;
  }
}
