/* studios.html only — linked after assets/style.css. Owned by the studios page. */

/* Puts the small-print line and the enquiry button on one row instead of
   stacking them, so the hire block ends tight rather than with dead space.
   Wraps to two rows below 720. */
.hirefoot{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:22px;
}
.hirefoot p{max-width:46ch}

@media (max-width:480px){
  .hirefoot .btn{flex:1 1 100%}
}
