/* Theme-first layout. The footer's actual background color is detected separately.
 * A theme may override --widerrufsagent-footer-background on the wrapper.
 * No foreground, image, border, font or button color is copied from the footer. */
.softconn-revocation-button-wrapper {
    clear: both;
    width: 100%;
    background-color: var(--widerrufsagent-footer-background, var(--widerrufsagent-detected-footer-background, transparent));
}
.softconn-revocation-button-wrapper .softconn-revocation-button {
    min-height: 44px;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}
