/* Styles for the editable block-based footer button and custom-template wrapper. */
footer.site-footer:has(.dto-site-footer) {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dto-footer-promo .wp-block-button__link {
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: #514649;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.dto-footer-promo .wp-block-button__link:hover,
.dto-footer-promo .wp-block-button__link:focus-visible {
    background: #FFFFFF;
    color: #514649;
}
