/* Wizard Info Banner styles extracted from c0-wizard-component.css */

.wizard-info-banner {
    --grid-cols: repeat(3, 1fr);
    --grid-column-gutter: 12px;
    --grid-rows: auto;
    color: var(--grey-38);
    margin-bottom: 8px;
    width: 804px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.information-heading {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 20px;
}

.wizard-info-banner p {
    font-size: 12px;
}