/* Widerrufsbutton (white-label) – Button-Optik.
   Rot wie der Warenkorb-Button (#991B1F). Hover = etwas dunkler. */
.widerruf-btn {
    display: inline-block;
    color: #FFF !important;
    background-color: #991B1F !important;
    border-color: #991B1F !important;
    padding: 8px 16px;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}
.widerruf-btn:hover,
.widerruf-btn:focus {
    color: #FFF !important;
    background-color: #7D1619 !important;
    border-color: #7D1619 !important;
    text-decoration: none;
}
.widerruf-li {
    margin-top: 8px;
}
.widerruf-page .req:after {
    content: " *";
    color: #c00;
}
