.sdm-withdrawal {
    max-width: 720px;
    margin: 0 auto 3rem;
}

.sdm-withdrawal__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.sdm-withdrawal__intro-html {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.sdm-withdrawal__address {
    font-style: normal;
    margin-bottom: 2rem;
    line-height: 1.6;
    white-space: pre-line;
}

.sdm-withdrawal__card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 2rem 2rem;
}

.sdm-withdrawal__fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.sdm-withdrawal__row {
    margin-bottom: 1.25rem;
}

.sdm-withdrawal__row--half {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.sdm-withdrawal__row--half .sdm-withdrawal__field {
    flex: 1 1 240px;
    margin-bottom: 0;
}

.sdm-withdrawal__field {
    margin-bottom: 1.25rem;
}

.sdm-withdrawal__control {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.sdm-withdrawal__control--textarea {
    align-items: flex-start;
}

.sdm-withdrawal__input-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    color: #666;
}

.sdm-withdrawal__control--textarea .sdm-withdrawal__input-icon {
    padding-top: 0.65rem;
}

.sdm-withdrawal__label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.sdm-withdrawal__required {
    color: #c00;
}

.sdm-withdrawal__input,
.sdm-withdrawal__textarea {
    flex: 1;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0.65rem 0.75rem 0.65rem 0;
    font-size: 1rem;
    box-sizing: border-box;
    background: transparent;
}

.sdm-withdrawal__control:focus-within {
    border-color: #1a3a5c;
    outline: none;
}

.sdm-withdrawal__textarea {
    resize: vertical;
    min-height: 100px;
}

.sdm-withdrawal__actions {
    margin-top: 1.5rem;
}

.sdm-withdrawal__submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1a3a5c;
    border-color: #1a3a5c;
    padding: 0.75rem 1.5rem;
}

.sdm-withdrawal__submit-icon {
    display: inline-flex;
    align-items: center;
}

.sdm-withdrawal__submit:hover {
    background: #122a42;
    border-color: #122a42;
}
