/* v84 — academic wording + compact hierarchy refinements for UAV and Teaching pages */

/* UAV / Field Survey: page title -> section heading -> card title. */
.uav-field-page .compact-section-head-academic{
  align-items:flex-start;
  margin-bottom:14px!important;
}
.uav-field-page .compact-section-head-academic h2{
  margin:0!important;
}
.uav-field-page .compact-section-head-academic > p{
  max-width:34rem;
  font-size:var(--pt-body)!important;
  line-height:1.5!important;
}
.uav-field-page .academic-platform-panel{
  padding-top:0!important;
}
.uav-field-page .field-map-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:var(--pt-card)!important;
  font-weight:700;
  line-height:1.2;
  color:var(--primary2);
}
.uav-field-page .academic-method-note-simple{
  display:block!important;
  padding:13px 16px!important;
}
.uav-field-page .academic-method-note-simple span{
  display:block;
  font-size:.73rem!important;
  line-height:1.55!important;
}

/* Teaching: remove decorative chip tier and keep the intro academic and compact. */
.teaching-capacity-page .tc-intro-compact h1{
  margin-bottom:8px!important;
}
.teaching-capacity-page .tc-summary-card{
  max-width:1180px;
  padding:11px 0 0!important;
}
.teaching-capacity-page .tc-summary-card > p:first-child{
  max-width:1120px;
  color:#4f5e6b!important;
}
.teaching-capacity-page .tc-role dd{
  font-weight:600;
}

@media(max-width:1080px){
  .uav-field-page .compact-section-head-academic > p{max-width:none;}
}
