/* v7.71 — both primary actions use identical label and arrow elements. */
html body main.launch :is(button,a).l771-primary-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-height:48px!important;
  height:48px!important;
  padding:0 18px!important;
  background:#416F22!important;
  border:1px solid #416F22!important;
  border-radius:12px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body main.launch .l771-primary-action .l771-button-label{
  display:block!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:600!important;
  font-style:normal!important;
  font-kerning:normal!important;
  font-synthesis:none!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
}
html body main.launch .l771-primary-action .l771-button-arrow{
  display:block!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:600!important;
  line-height:1!important;
}
