/* Footer CTA styles extracted from dynamic-footer.php */

.ecc-footer-cta {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ecc-footer-cta-inner {
    text-align: center;
    width: 100%;
}

.ecc-footer-cta-title {
    color: #ffffff;
}

.ecc-footer-cta-button {
    background-color: #ffffff;
    color: #B72228;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
}

.ecc-footer-cta-button:hover,
.ecc-footer-cta-button:focus {
    background-color: #B72228;
    color: #ffffff;
}
