body {
  background-color: #f5f6f8;
}

.public-page {
  background: linear-gradient(180deg, #eef1f6 0%, #f7f8fa 100%);
  min-height: 100vh;
}

.public-card {
  border: none;
  border-radius: 1rem;
}

.avatar-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #0d6efd;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-text-box {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 0.9rem 1rem;
  white-space: pre-wrap;
  font-size: 0.95rem;
  color: #333;
}

.save-contact-btn {
  border-radius: 0.6rem;
  padding: 0.75rem 1rem;
  font-weight: 600;
}

.url-field {
  font-size: 0.8rem;
}

@media (max-width: 575.98px) {
  .public-card {
    margin-top: 1.5rem !important;
    border-radius: 0.75rem;
  }
}
