/* P137 Projects footer CTA visibility closure — all theme states */
.s16-footer.p20-footer .p20-footer-cta,
html:not(.dark) .s16-footer.p20-footer .p20-footer-cta,
body:not(.dark) .s16-footer.p20-footer .p20-footer-cta,
html.dark .s16-footer.p20-footer .p20-footer-cta,
body.dark .s16-footer.p20-footer .p20-footer-cta,
[data-theme="light"] .s16-footer.p20-footer .p20-footer-cta,
[data-theme="dark"] .s16-footer.p20-footer .p20-footer-cta {
  color:#f6cf69 !important;
  -webkit-text-fill-color:#f6cf69 !important;
  background:rgba(246,207,105,.08) !important;
  background-image:none !important;
  -webkit-background-clip:border-box !important;
  background-clip:border-box !important;
  border-color:rgba(246,207,105,.62) !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  text-shadow:0 1px 12px rgba(246,207,105,.12) !important;
}
.s16-footer.p20-footer .p20-footer-cta *,
.s16-footer.p20-footer .p20-footer-cta::before,
.s16-footer.p20-footer .p20-footer-cta::after {
  color:#f6cf69 !important;
  -webkit-text-fill-color:#f6cf69 !important;
  background:none !important;
  background-image:none !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}
.s16-footer.p20-footer .p20-footer-cta:hover,
.s16-footer.p20-footer .p20-footer-cta:focus-visible {
  color:#fff3c4 !important;
  -webkit-text-fill-color:#fff3c4 !important;
  background:rgba(246,207,105,.16) !important;
  border-color:#f6cf69 !important;
}
.s16-footer.p20-footer .p20-footer-cta:hover *,
.s16-footer.p20-footer .p20-footer-cta:focus-visible * {
  color:#fff3c4 !important;
  -webkit-text-fill-color:#fff3c4 !important;
}
