.buttons-grid .store-button {
    box-sizing: border-box;
    min-width: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.3em;
    letter-spacing: 0;
}

.store-version {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .buttons-grid .store-button {
        min-height: 86px;
        flex-direction: column;
    }
}
