.rp-photo-pair {
    display: flex !important;
    flex-wrap: nowrap !important;  
    gap: 12px;                                           
    margin: 28px 0;
    align-items: stretch;
  }
  .rp-photo-pair img {
    flex: 1 1 0 !important;
    width: 50% !important;          
    min-width: 0 !important;       
    height: auto !important;       
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0;
  }                                                      

  @media (max-width: 600px) {
    .rp-photo-pair { gap: 8px; margin: 18px 0; }
    .rp-photo-pair img { aspect-ratio: 1 / 1; border-radius: 6px; }
  }          
@media (max-width: 49.9999rem) {
  body .Module__Wysiwyg .TextBlock table:not([class]) tr {
    display: table-row !important;
  }

  body .Module__Wysiwyg .TextBlock table:not([class]) tr td,
  body .Module__Wysiwyg .TextBlock table:not([class]) tr th {
    display: table-cell !important;
    width: auto !important;
    font-size: 10.5px;
    line-height: 1.2;
    letter-spacing: -.1px;
    padding: 3px 4px !important;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  body .Module__Wysiwyg .TextBlock table:not([class]) thead tr td,
  body .Module__Wysiwyg .TextBlock table:not([class]) thead tr th,
  body .Module__Wysiwyg .TextBlock table:not([class]):not(:has(thead)) tr:first-child td {
    font-size: 10px;
    line-height: 1.15;
    padding: 4px !important;
  }

  body .Module__Wysiwyg .TextBlock table:not([class]) td:first-child,
  body .Module__Wysiwyg .TextBlock table:not([class]) th:first-child {
    width: 22% !important;
  }

  body .Module__Wysiwyg .TextBlock table:not([class]) tr > td.rp-col-hide-m,
  body .Module__Wysiwyg .TextBlock table:not([class]) tr > th.rp-col-hide-m {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

@media (min-width: 701px){
  body .rp-byline-photo   { width: 56px !important; height: 56px !important; border-width: 3px; }
  body .rp-byline-row     { gap: 20px; }
  body .rp-author-stack   { gap: 12px; }
  body .rp-byline-label   { font-size: 13px; letter-spacing: .04em; }
  body .rp-byline-name    { font-size: 16px;  line-height: 20px; white-space: nowrap; }
  body .rp-byline-shortbio{ font-size: 13.5px; line-height: 18px; white-space: nowrap; }
}