.plan-hero-actions {
  display: flex;
  margin-top: 24px;
}

.share-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid #b8cbc2;
  border-radius: 999px;
  background: #fff;
  color: #285447;
  font: 800 .96rem "DM Sans", sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(35, 69, 57, .08);
}

.share-link-button:hover,
.share-link-button:focus-visible {
  border-color: #60a52f;
  background: #f3f9ed;
  outline: 0;
}

.share-link-button:disabled {
  cursor: wait;
  opacity: .72;
}

@media (max-width: 760px) {
  .plan-hero-actions {
    margin-top: 20px;
  }

  .share-link-button {
    width: 100%;
  }
}
