.locked-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  color: #6b7280;
  border: 1.5px dashed #90caf9;
  border-radius: 8px;
  background: #f0f7ff;
}

.locked-content__icon {
  width: 2rem;
  height: 2rem;
  color: #1976d2;
  opacity: 0.6;
}

.locked-content__message {
  margin: 0;
  font-size: 0.875rem;
}

.locked-content__link {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #1976d2;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
}

.locked-content__link:hover {
  background: #1565c0;
}
