@charset "UTF-8";
/* CSS Document */

.woocommerce-account h3.withdrawal-title {
    font-size: clamp(1.2rem, 2vw, 2rem);
    margin-bottom: 10px;
}

.withdrawal-order {
    background-color: #00151d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: lowercase;
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 20px;
}
.withdrawal-order-list {
    margin-bottom: 20px;
}
.withdrawal-total {
    margin-bottom: 20px;
}
.withdrawal-button {
    color: #ffe500;
    font-family: 'Barlow', sans-serif;
    border-color: #00151d;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
    background-color: #00151d;
    letter-spacing: 4px;
    border-radius: 0px;
    border: 0px;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 20px;
	cursor: pointer;
	text-transform: uppercase;
}