/* =========================================================
   TT Base Theme CSS
   Base structure only — no project branding here
   ======================================================= */

.tt-site{
  min-height:100vh;
}

.tt-main{
  display:block;
}

.tt-content-container{
  width:calc(100% - 32px);
max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width: 767px){
  .tt-content-container{
    width:calc(100% - 20px);
  }
}