.ap-logo {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32);
}

.ap-logo::before,
.ap-logo::after {
  content: "";
  position: absolute;
  background: #fff;
}

.ap-logo::before {
  width: 1.35rem;
  height: 0.28rem;
  left: 0.58rem;
  top: 1.1rem;
  border-radius: 999px;
}

.ap-logo::after {
  width: 0.28rem;
  height: 1.35rem;
  left: 1.12rem;
  top: 0.57rem;
  border-radius: 999px;
}

button,
a,
input,
select,
textarea {
  outline-color: #0f766e;
}

[hidden] {
  display: none !important;
}
