/* Расстояние между флагами */
a.flag img {
    vertical-align: middle;
    padding: 3px;
    margin: 0;
    border: 0;
    display: inline;
    height: 24px;
    opacity: 0.8;
}

/* кнопки магазина на одной высоте */
.ba-store-app-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
}

.ba-blog-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ba-blog-post-button-wrapper {
  margin-top: auto;
}


