/* Change header background for a specific module class */
.my-custom-header .card-header {
    background-color: #8B0000;
    color: #ffffff; 
}