@media screen and (max-width: 767.98px) {

  #gazette .container-fluid:has(> .row > .sidebar > .share) {
    display: flex;
    flex-direction: column;
  }

  #gazette .container-fluid:has(> .row > .sidebar > .share) > hr {
    flex: 0 0 auto;
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    opacity: 1;
  }

  #gazette .container-fluid:has(> .row > .sidebar > .share) > .row:has(> .sidebar > .share) {
    display: contents;
  }

  #gazette .container-fluid:has(> .row > .sidebar > .share) > .row:has(> .sidebar > .share) > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  #gazette .container-fluid:has(> .row > .sidebar > .share) > .row:has(> .sidebar > .share) > .sidebar {
    order: 99;
    flex: 0 0 auto;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }

  #gazette .container-fluid:has(> .row > .sidebar > .share) > .row:has(> .sidebar > .share) > .sidebar > .oob {
    display: none;
  }
}