.elementor-21856 .elementor-element.elementor-element-00b2a2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-f3cca82 */.custom-dashboard-header {
  background: linear-gradient(135deg, #0ea5e9, #1e40af);
  color: #fff;
  padding: 50px 30px;
  border-radius: 16px;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  animation: fadeInDown 0.6s ease-out;
}

.custom-dashboard-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.custom-dashboard-header p {
  font-size: 1.2rem;
  opacity: 0.95;
  line-height: 1.6;
}

/* Simple Fade In Animation */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */