.custom-card {
    border-radius: 12px;
    box-shadow: var(--glass-shadow);
    overflow: hidden;
}

.custom-header {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 1rem 1.25rem;
}

.gradient-card {
    background: linear-gradient(135deg, #6c5ce7, #fd79a8);
    border-radius: 1rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 1rem;
}
