.shopify-section--blog-posts .section-stack .section-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.shopify-section--blog-posts .blog-post-card__content p {
  margin: 0 !important;
}

@media screen and (min-width: 1000px) {
  .shopify-section--blog-posts .floating-controls-container--mobile-only .floating-controls__control {
    display: none !important;
  }
}