
/* =========================================================
   Teaching & Capacity Building - RTK section v124
   Replaces the ArcGIS Pro classroom record with RTK field instruction.
   ========================================================= */

.teaching-capacity-page .tc-record-grid-rtk{
  grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

.teaching-capacity-page .tc-rtk-visuals{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}

.teaching-capacity-page .tc-rtk-card{
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  background:#eef2f3!important;
  cursor:pointer!important;
}

.teaching-capacity-page .tc-rtk-card img{
  display:block!important;
  width:100%!important;
  height:300px!important;
  object-fit:cover!important;
}

.teaching-capacity-page .tc-rtk-card figcaption{
  min-height:66px!important;
}

html[data-theme="dark"] .teaching-capacity-page .tc-rtk-card{
  background:#162229!important;
}

@media(max-width:980px){
  .teaching-capacity-page .tc-record-grid-rtk{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:760px){
  .teaching-capacity-page .tc-rtk-visuals{
    grid-template-columns:1fr!important;
  }

  .teaching-capacity-page .tc-rtk-card img{
    height:auto!important;
    max-height:360px!important;
  }

  .teaching-capacity-page .tc-rtk-card figcaption{
    min-height:0!important;
  }
}
