.rs-withdrawal-hint {
    color: #333333;
}

.rs-withdrawal-hint a,
.rs-withdrawal-hint a:hover,
.rs-withdrawal-hint a:focus {
    color: #DC9000;
}

@media (max-width: 767px) {
    .rs-withdrawal-review-buttons > * {
        width: 100%;
    }

    .rs-withdrawal-review-buttons > .btn {
        justify-content: center;
    }
}

#footer a.rs-footer-withdrawal-button {
    box-sizing: border-box;
    color: #000000;
    font-size: inherit;
    line-height: 1.2;
    max-width: 100%;
    padding: 6px 6px;
    text-align: center;
    white-space: normal;
}

#footer a.rs-footer-withdrawal-button:hover,
#footer a.rs-footer-withdrawal-button:focus {
    color: #000000;
}

#footer .rs-footer-withdrawal-standalone {
    border-bottom: 0;
    padding-top: 15px;
}
