.session-guide-card:not(.locked) .session-link {
  opacity: 1;
  pointer-events: auto;
}

.session-textarea.enabled textarea {
  cursor: text;
}

.key-buy-link {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(23, 109, 255, .55);
  border-radius: 12px;
  background: linear-gradient(135deg, #287cff, #075eea);
  color: #fff;
  box-shadow: 0 10px 24px rgba(23, 109, 255, .28), inset 0 1px rgba(255, 255, 255, .24);
  font-weight: 750;
  white-space: nowrap;
}

.key-buy-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #438bff, #0053d9);
  box-shadow: 0 13px 30px rgba(23, 109, 255, .36), inset 0 1px rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.key-buy-link:active {
  transform: translateY(0) scale(.97);
}

@media (max-width: 640px) {
  .key-prompt {
    align-items: center;
  }

  .key-buy-link {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 11px;
  }
}
