:root {
    --phoenix-primary:#111;
    --phoenix-secondary:#e52a18;
    --phoenix-tertiary:#551b6b
}

/* Child theme CSS colour overrides  */
#site-header .header-top-container {
    background: linear-gradient(90deg, #eee 0, #fff 15%, #fff 40%, #eee) !important;
}

.review-verdict-container {
    background: #eee !important;
}

.bg-grey {
    background: #f7f7f7 !important;
}

#site-footer {
    background: linear-gradient(180deg, #eee 0, #eee 10%, #eee 15%, #fff 45%, #fff 55%, #eee 85%, #eee 90%, #eee) !important;
}