/* V103: repair the shared premium shell at tablet widths. */
@media (min-width: 768px) and (max-width: 1279px) {
  body.premium-system-v76 .k-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.premium-system-v76 .top-header .row {
    width: 100%;
    margin-inline: 0;
    flex-wrap: wrap;
  }

  body.premium-system-v76 .top-header .col-sm-6 {
    float: none;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
    text-align: center;
  }

  body.premium-system-v76 .top-header .text-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  body.premium-system-v76 .top-header .socials {
    float: none !important;
    display: inline-flex !important;
    margin: 0 auto !important;
  }

  body.premium-system-v76 .publication-body table {
    display: block;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    overflow-x: auto;
    box-sizing: border-box;
  }
}
