.card {
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    background: linear-gradient(135deg, #4b6cb7, #182848);
}

.btn-primary {
    background: linear-gradient(135deg, #4b6cb7, #182848);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #182848, #4b6cb7);
}

.bg-light {
    background-color: #f8f9fa !important;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
