.ba-withdrawal-strip {
    width: 100%;
    background: #282d3b;
    padding: 16px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ba-withdrawal-strip__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}

.ba-withdrawal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 12px 28px;
    background: #334b9a;
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none !important;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.ba-withdrawal-button:hover,
.ba-withdrawal-button:focus {
    background: #2d4288;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .ba-withdrawal-strip {
        padding: 12px 0;
    }

    .ba-withdrawal-button {
        width: 100%;
        max-width: 360px;
    }
}
