/* MBDA custom styles */
/* Mobile: short logo text instead of the full agency name */
@media screen and (max-width: 640px) {
  .t-menu-base__textlogo { font-size: 0 !important; line-height: 0 !important; }
  .t-menu-base__textlogo::before { content: "MBDA"; font-size: 20px; line-height: 1; font-weight: 700; letter-spacing: 1px; }
  /* tighter hero on phones */
  #rec1698303331 .t-cover__wrapper, #rec1698303331 .t-container { padding-top: 20px; }
  /* Who I work with cards: less padding on phones */
  #rec3977141803 > div > div { padding: 60px 16px !important; }
}
/* Consistent primary buttons */
.t-btn, .t-submit { border-radius: 4px !important; }
/* HTML blocks: inherit site font */
#rec3977141803, #rec3977141803 *, #rec3972829703, #rec3972829703 * { font-family: 'Roboto', Arial, sans-serif; }