.gradient-header-frame {
background: linear-gradient(90deg, #1B263B, #00D4FF);
border-radius: 8px;
padding: 15px;
color: #FFFFFF;
box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}
.gradient-header-frame .title {
font-size: 18px;
font-weight: 500;
text-shadow: 0 0 5px #00D4FF;
}