.vdp-incentives-root {
    font-size: 12px;
    display: block;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,.156863), 0 3px 10px rgba(0,0,0,.227451);
    border-radius: 2px;
}

.vdp-incentives-root.incentives-base {
    width: 100%;
    padding: 5px 5px;
    margin-bottom: 4px;
}
.vdp-incentives-root.incentives-base.medium-width {
    width: 50%;
}

.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Section {
    background-color: white;
    color: black;
    box-shadow: 0 3px 10px rgba(0,0,0,.156863), 0 3px 10px rgba(0,0,0,.227451);
    border-radius: 2px;
    padding: 8px;
}

.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Title {
    font-size: 16px;
    font-weight: bold;
}

.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Link {
    display: block;
    margin: 5px 0;
    text-align: center;
    color: black;
}
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Link,
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Link:hover,
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Link:active,
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Link:focus {
    color: black;
}

.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Label {
    font-size: 16px;
    text-transform: uppercase;
}

.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Value {
    font-size: 28px;
}
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Value,
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Value:hover,
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Value:active,
.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Value:focus {
    text-decoration: underline;
}

.vdp-incentives-root.cta-incentive-vert .VdpIncentive__Value_2 {
    font-size: 12px;
}

.vdp-incentives-root.cta-incentive-horz .incentives-link,
.vdp-incentives-root.cta-incentive-horz .incentives-link:hover,
.vdp-incentives-root.cta-incentive-horz .incentives-link:focus,
.vdp-incentives-root.cta-incentive-horz .incentives-link:visited {
    color: black;
    text-decoration: underline;
}

.vdp-incentives-root.cta-incentive-horz {
    text-align: center;
}
