/* MGT Course Catalogue Styles */
:root {
    --mgt-course-card-bg: var(--wp--preset--color--mgt-primary-blue);
    --mgt-course-card-text: var(--wp--preset--color--mgt-accent-light-blue);
}
.mgt-course-card-grid.maritime, .mgt-course-single-cont.maritime {
    --mgt-course-card-bg: var(--wp--preset--color--mgt-maritime-accent-primary);
    --mgt-course-card-text: var(--wp--preset--color--mgt-maritime-accent-light);
}
.mgt-course-card-grid.education, .mgt-course-card-grid.education, .mgt-course-single-cont.education  {
    --mgt-course-card-bg: var(--wp--preset--color--mgt-education-accent-primary);
    --mgt-course-card-text: var(--wp--preset--color--mgt-education-accent-light);
}
.mgt-course-card-grid.first-aid, .mgt-course-card-grid.first-aid, .mgt-course-single-cont.first-aid {
    --mgt-course-card-bg: var(--wp--preset--color--mgt-first-aid-accent-primary);
    --mgt-course-card-text: var(--wp--preset--color--mgt-first-aid-accent-light);
}
.mgt-course-card-grid.business, .mgt-course-card-grid.business, .mgt-course-single-cont.business {
    --mgt-course-card-bg: var(--wp--preset--color--mgt-business-accent-primary);
    --mgt-course-card-text: var(--wp--preset--color--mgt-business-accent-light);
}
.mgt-course-card-grid.health-and-safety, .mgt-course-single-cont.health-and-safety, .mgt-course-single-cont.health-and-safety {
    --mgt-course-card-bg: var(--wp--preset--color--mgt-health-and-safety-accent-primary);
    --mgt-course-card-text: var(--wp--preset--color--mgt-health-and-safety-accent-light);
}


/* News catgory tag styles */

.mgt-post-categories .maritime-training-news {
    background-color: var(--wp--preset--color--mgt-maritime-accent-primary);
}
.mgt-post-categories .education-training-news {
    background-color: var(--wp--preset--color--mgt-education-accent-primary);
}
.mgt-post-categories .first-aid-training-news {
    background-color: var(--wp--preset--color--mgt-first-aid-accent-primary);
}
.mgt-post-categories .business-training-news {
    background-color: var(--wp--preset--color--mgt-business-accent-primary);
}
.mgt-post-categories .business-training-news {
    background-color: var(--wp--preset--color--mgt-business-accent-primary);
}
.mgt-post-categories .health-and-safety-training-news {
    background-color: var(--wp--preset--color--mgt-health-and-safety-accent-primary);
}