.crd-access-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(10, 111, 111, 0.24);
  border-radius: 8px;
  padding: 0 12px;
  color: #0a6f6f;
  background: #e6f3f2;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .crd-access-header-link {
    display: none;
  }
}
