/* v7.69 — proportional closing-card primary actions. */
html body main.launch :is(button,a).l767-action{
  display:inline-flex!important;
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  min-height:48px!important;
  height:48px!important;
  align-self:flex-start!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}
html body main.launch :is(button,a).l767-action span{display:inline-block!important;font-size:20px!important;line-height:1!important}
html body main.launch .l767-action-row{align-items:center!important}
@media(max-width:760px){html body main.launch :is(button,a).l767-action{max-width:100%!important;white-space:normal!important;text-align:left!important}}
