:root {
    --mdwnwithdrawal-accent: #eb3e32;
    --mdwnwithdrawal-accent-hover: #c8271c;
}

.mdwnwithdrawal-footer-link a {
    color: var(--mdwnwithdrawal-accent);
    text-decoration: none;
    font-weight: 600;
}

.mdwnwithdrawal-footer-link a:hover {
    text-decoration: underline;
}

.mdwnwithdrawal-order-link {
    margin-top: 15px;
}

.mdwnwithdrawal-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--mdwnwithdrawal-accent);
    color: #fff;
    border: 1px solid var(--mdwnwithdrawal-accent);
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.mdwnwithdrawal-btn:hover,
.mdwnwithdrawal-btn:focus {
    background-color: var(--mdwnwithdrawal-accent-hover);
    border-color: var(--mdwnwithdrawal-accent-hover);
    color: #fff;
    text-decoration: none;
}

.mdwnwithdrawal-pending-notice {
    font-style: italic;
    color: #555;
}

.mdwnwithdrawal-countdown {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

.mdwnwithdrawal-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mdwnwithdrawal-table-scroll table {
    min-width: 480px;
}

@media (max-width: 575px) {
    .mdwnwithdrawal-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 12px;
        white-space: nowrap;
    }

    .mdwnwithdrawal-table-scroll th,
    .mdwnwithdrawal-table-scroll td {
        font-size: 13px;
        padding: 6px 8px;
    }
}
