/* AR PROPERTIES — tighter vertical rhythm for the lower discovery sections. */

/* Pull the discovery system closer to the area cards above it. */
.intelligence-section{
  margin-top:-30px!important;
  padding-top:22px!important;
  padding-bottom:14px!important;
}

/* Keep the community teaser close to the discovery system. */
.community-teaser{
  margin-top:-8px!important;
  padding-top:14px!important;
  padding-bottom:34px!important;
}

/* Preserve comfortable internal spacing inside both cards. */
.intelligence-card{
  margin:0!important;
}

.community-card{
  margin:0!important;
}

@media(max-width:760px){
  .intelligence-section{
    margin-top:-18px!important;
    padding-top:18px!important;
    padding-bottom:10px!important;
  }

  .community-teaser{
    margin-top:-4px!important;
    padding-top:10px!important;
    padding-bottom:26px!important;
  }
}
