.withdrawal-entry {
    bottom: 1.5rem;
    position: fixed;
    right: 1.5rem;
    z-index: 90;
}

.withdrawal-entry__button {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
    display: inline-flex;
    min-height: 44px;
    padding: 1.2rem 1.8rem;
}

.withdrawal-function {
    max-width: 760px;
}

.withdrawal-function__intro {
    margin-bottom: 2rem;
}

.withdrawal-form__choices {
    display: grid;
    gap: .75rem;
}

.withdrawal-form__choices label {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.withdrawal-form__review {
    border: 1px solid #c2c2c2;
    padding: 2rem;
}

.withdrawal-form__summary {
    display: grid;
    grid-template-columns: minmax(10rem, 1fr) 2fr;
    margin: 2rem 0;
}

.withdrawal-form__summary dt,
.withdrawal-form__summary dd {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: .75rem;
}

.withdrawal-form__confirm {
    font-size: 1.15em;
    min-height: 48px;
}

@media (max-width: 640px) {
    .withdrawal-entry {
        bottom: .75rem;
        left: .75rem;
        right: .75rem;
    }

    .withdrawal-entry__button {
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .withdrawal-form__summary {
        display: block;
    }

    .withdrawal-form__summary dt {
        border-bottom: 0;
        font-weight: 700;
        padding-bottom: 0;
    }
}
