/***
    OVERRIDES FOR WIZARD STYLING
    To make it fit within the theme and proportions of the site
***/

.wizard.app-layout {
    padding: 10px 0 0 0;
    min-height: 60vh;
}

.wizard h1 { color: black; }
.wizard h2 { color: black; }
.wizard h3 { color: black; }
.wizard h4 { color: black; }

.wizard h1.c-promoaddress__title {
    font-size: 25px;
    line-height: normal;
    color: black;
}