.akcm-price-treatment-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.akcm-price-treatment-link__label {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.akcm-price-treatment-link__action {
  color: #9f6576;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.akcm-price-treatment-link:hover .akcm-price-treatment-link__label {
  text-decoration: underline;
}

.akcm-price-treatment-link:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid #9f6576;
  outline-offset: 0.28rem;
}

@media (max-width: 640px) {
  .akcm-price-treatment-link__action {
    font-size: 0.64rem;
    letter-spacing: 0.055em;
  }
}
