.refresh-status {
    display: flex;
    flex-direction: column;

    height: 100%;
    box-sizing: border-box;
    padding: 16px 32px 25px 32px;
    background: white;
}

.refresh-status__message {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

.refresh-status__indicator {
    display: flex;
    align-items: center;
    
    text-align: center;
    flex: 1 1 0;
}

.refresh-status__message:only-of-type {
    margin-top: 0;
}

.refresh-status__icon {
    display: block;
    margin: 0 auto;
    fill: none;
    width: 52px;
    height: 52px;
    min-height: 52px;
}

.refresh-status__button {
    display: block;
    margin: auto auto 0 auto;
    min-height: 40px;
}
