/*
Theme Name: Retrospect PHT
Description: Child theme of Retrospect with SCF custom fields support.
Template: retrospect-wpcom
Version: 1.0.0
*/

p:empty { margin: 0; padding: 0; line-height: 0; }

.wp-block-column .is-position-sticky {
  position: relative !important;
  top: auto !important;
}

/* Mobile: keep header/nav on top, but push the sidebar widget content
   (tights-for-sale, recent posts, about, social) below the main content
   instead of stacking it above, per user request. */
@media (max-width: 781px) {
  .wp-block-columns.alignwide > .wp-block-column:first-child,
  .wp-block-columns.alignwide > .wp-block-column:first-child > .wp-block-group {
    display: contents;
  }
  .wp-block-columns.alignwide > .wp-block-column:first-child > .wp-block-group > .wp-block-group:first-child {
    order: 1;
  }
  .wp-block-columns.alignwide > .wp-block-column:last-child {
    order: 2;
  }
  .wp-block-columns.alignwide > .wp-block-column:first-child > .wp-block-group > .wp-block-group:last-child {
    order: 3;
  }
}
