/* v7.68 — explicit action and dark-bridge contrast. */
html body main.launch .l767-closing-card{display:flex!important;flex-direction:column!important}
/* Match the established green primary button: #416F22, white text, 600 weight. */
html body main.launch :is(button,a).l767-action{
  background:#416F22!important;
  border-color:#416F22!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  font-weight:600!important;
}
html body main.launch :is(button,a).l767-action :is(span,svg){color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important}
html body main.launch :is(button,a).l767-action:hover{background:#32581A!important;border-color:#32581A!important;color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important}
/* The dark bridge gets a deliberately white button with deep-green readable text. */
html body main.launch a.l767-library-action{
  background:#FFFFFF!important;
  border:1px solid #FFFFFF!important;
  color:#183120!important;
  -webkit-text-fill-color:#183120!important;
  font-weight:600!important;
}
html body main.launch a.l767-library-action :is(span,svg){color:#183120!important;-webkit-text-fill-color:#183120!important}
html body main.launch .l767-library-bridge p:not(.l731-eyebrow){
  color:#C6D6C8!important;
  -webkit-text-fill-color:#C6D6C8!important;
  opacity:1!important;
}
