#gelo-eu-right-of-withdrawal {
    box-sizing: border-box;
    max-width: 640px;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
    border: 2px solid #111111;
    color: #111111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

#gelo-eu-right-of-withdrawal * {
    box-sizing: border-box;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-heading {
    margin: 0 0 12px;
    padding: 0;
    color: #111111;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-intro,
#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-message {
    margin: 0 0 20px;
    padding: 0;
    color: #111111;
    font-size: 16px;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-field {
    margin: 0 0 18px;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-label {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-input,
#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px;
    background: #ffffff;
    color: #111111;
    border: 2px solid #111111;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-textarea {
    min-height: 120px;
    resize: vertical;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-input:focus,
#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-textarea:focus {
    outline: 3px solid #1d4ed8;
    outline-offset: 0;
    border-color: #111111;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-help {
    display: block;
    margin: 6px 0 0;
    padding: 0;
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-error {
    margin: 0 0 16px;
    padding: 12px;
    background: #fde8e8;
    color: #8a1c1c;
    border: 2px solid #8a1c1c;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button {
    display: inline-block;
    margin: 0;
    padding: 14px 24px;
    border: 2px solid #111111;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    text-transform: none;
    min-height: 48px;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button-primary {
    background: #111111;
    color: #ffffff;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button-primary:hover,
#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button-primary:focus {
    background: #ffffff;
    color: #111111;
    outline: 3px solid #1d4ed8;
    text-decoration: none;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button-secondary {
    background: #ffffff;
    color: #111111;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button-secondary:hover,
#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button-secondary:focus {
    background: #111111;
    color: #ffffff;
    outline: 3px solid #1d4ed8;
    text-decoration: none;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-recap {
    margin: 0 0 20px;
    padding: 0;
    border: 2px solid #111111;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-recap dt {
    margin: 0;
    padding: 10px 12px 0;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-recap dd {
    margin: 0;
    padding: 2px 12px 10px;
    color: #111111;
    font-size: 16px;
    white-space: pre-wrap;
    word-break: break-word;
    border-bottom: 1px solid #cccccc;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-recap dd:last-child {
    border-bottom: none;
}

#gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 600px) {
    #gelo-eu-right-of-withdrawal {
        padding: 16px;
    }

    #gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-actions {
        flex-direction: column;
    }

    #gelo-eu-right-of-withdrawal .gelo-eu-right-of-withdrawal-button {
        width: 100%;
    }
}
