.custom-header-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-row i {
  color: #ff9800;
  font-size: 2.2rem;
  flex-shrink: 0;
}

.header-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
}

.header-desc {
  font-size: 1rem;
  color: #888;
  margin-top: 0.2rem;
} 