/* ============================================================
   JACKSON ARMS LLC
   PHASE 9.33 - FFL REQUESTER INFORMATION
   ============================================================ */

.ja933-requester-block{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
}

.ja933-requester-heading{
  margin-bottom:16px;
}

.ja933-requester-heading strong{
  display:block;
  margin-bottom:5px;
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.02em;
}

.ja933-requester-heading small{
  display:block;
  color:inherit;
  opacity:.72;
  line-height:1.45;
}

.ja933-requester-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

.ja933-requester-grid label{
  min-width:0;
}

.ja933-requester-grid input{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}

@media(max-width:850px){
  .ja933-requester-grid{
    grid-template-columns:1fr !important;
  }
}
