/* /mnt/data1TB/services/user-homepage/config/custom.css */

.custom-greeting .greeting--text {
  text-align: center;
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
  background: linear-gradient(135deg, #4a90e2 0%, #50e3c2 100%);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
