/* What We Do — Surface Pro 7 (901–1100px): #add-ons team cards.
   2-col grid + tall side image crushes copy; stack to 1 col.
   Loaded AFTER page CSS. Does not change phone (<901) or desktop (>1100). */

@media screen and (min-width: 901px) and (max-width: 1100px) {
  html body[class] #add-ons.teams-section {
    padding-left: 20px !important;
    padding-right: 72px !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  html body[class] #add-ons.teams-section .container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  html body[class] #add-ons .teams-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  html body[class] #add-ons .team-card {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 220px) !important;
    gap: 20px !important;
    align-items: stretch !important;
    min-width: 0 !important;
  }

  html body[class] #add-ons .team-content {
    min-width: 0 !important;
  }

  html body[class] #add-ons .team-media {
    min-height: 240px !important;
    width: 100% !important;
  }
}
