/* ========================================
   TABLET BREAKPOINT (768px - 1023px)
   Moderate responsive typography for workstation pages
   ======================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  /* Workstation H2 Headings - Moderate size for tablet */
  body.single-workstation h2.inner_heading {
    font-family: 'Brother 1816', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    /* Moderate size between mobile (18.21px) and desktop */
    line-height: 110% !important;
    color: #FFFFFF !important;
  }

  /* Workstation Body Text - Readable size for tablet */
  body.single-workstation p {
    font-family: 'Franklin Gothic ATF', 'FranklinGothic URW', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    /* Increased from mobile 9.16px for tablet readability */
    line-height: 1.6 !important;
    color: #FFFFFF !important;
  }

  /* List items - Key Benefits bullets */
  body.single-workstation li {
    font-family: 'Franklin Gothic ATF', 'FranklinGothic URW', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #FFFFFF !important;
  }

  /* Workstation H3 Subtitle - Slightly larger for tablet */
  body.single-workstation h3.banner-description {
    font-family: 'Franklin Gothic ATF', 'FranklinGothic URW', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    /* Larger than mobile 12.37px */
    line-height: 110% !important;
    color: #FFFFFF !important;
  }

  /* Anchor Menu - Comfortable size for tablet */
  body.single-workstation nav.navbar-top a {
    font-family: 'Franklin Gothic ATF', 'FranklinGothic URW', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    /* Between mobile and desktop */
    line-height: 1.3 !important;
    color: #000000 !important;
  }

  /* Tech Card Descriptions - Match "What is" text size */
  body.single-workstation #work_tech .tech-strip__description p {
    font-family: 'Franklin Gothic ATF', 'FranklinGothic URW', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    /* Match "What is" section */
    line-height: 10px !important;
    /* Compact line-height */
    color: #FFFFFF !important;
    margin: 0 !important;
  }

  /* Tech Strip Card - Width fix for alignment */
  body.single-workstation #work_tech .tech-strip {
    width: 230px !important;
    /* Changed from 223px */
  }
}