.eu-withdrawal-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.eu-withdrawal-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
}

.eu-withdrawal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.eu-withdrawal-close:hover,
.eu-withdrawal-close:focus {
    color: black;
    text-decoration: none;
}

.eu-withdrawal-floating-wrap {
    position: fixed;
    z-index: 9999;
}

.eu-withdrawal-floating-bottom-right {
    bottom: 20px;
    right: 20px;
}

.eu-withdrawal-floating-bottom-left {
    bottom: 20px;
    left: 20px;
}

#eu-withdrawal-form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

#eu-withdrawal-form input[type="text"],
#eu-withdrawal-form input[type="email"],
#eu-withdrawal-form input[type="date"],
#eu-withdrawal-form select,
#eu-withdrawal-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

#eu-withdrawal-form button {
    margin-top: 15px;
}

#eu-withdrawal-response {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

#eu-withdrawal-response.success {
    background-color: #d4edda;
    color: #155724;
}

#eu-withdrawal-response.error {
    background-color: #f8d7da;
    color: #721c24;
}
