.refund {
    display: flex;
    flex-direction: column;

    height: 100%;
    box-sizing: border-box;
    background: white;
}

.refund.processing {
    padding-top: 26px;
}

.refund__message {
    text-align: center;
    font-size: 14px;
}

.refund__message:not(:last-of-type) {
    margin-bottom: 8px;
}

.refund__message.zero-bottom {
    margin-bottom: 0px;
}

.refund__indicator {
    display: flex;
    align-items: center;

    margin: 20px auto;
    text-align: center;
    flex: 1 1 0;
}
