/* Keep blog landing-card metadata aligned along the mobile card bottom edge. */
@media screen and (max-width: 782px) {
  html body .vv-blogs-index.vv-blog-index-v398
    .vv-blog-card-copy > .vv-blog-card-bottom-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: end !important;
    width: 100% !important;
    margin-top: auto !important;
    padding: 16px 0 0 !important;
    gap: 12px !important;
  }

  html body .vv-blogs-index.vv-blog-index-v398
    .vv-blog-card-bottom-row > .vv-blog-card-date-simple,
  html body .vv-blogs-index.vv-blog-index-v398
    .vv-blog-card-bottom-row > .vv-blog-author-tag {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  html body .vv-blogs-index.vv-blog-index-v398
    .vv-blog-card-bottom-row > .vv-blog-card-date-simple {
    justify-self: start !important;
    text-align: left !important;
  }

  html body .vv-blogs-index.vv-blog-index-v398
    .vv-blog-card-bottom-row > .vv-blog-author-tag {
    justify-self: end !important;
    text-align: right !important;
  }

  html body .vv-blogs-index.vv-blog-index-v398
    .vv-blog-card-bottom-row > .vv-blog-author-tag:empty {
    display: none !important;
  }
}
