
/* "Change photo" button in the psychological passport — make the label clearly
   readable (was faint amber, barely visible on the green saved card) */
html body .pp-photo .pbtn{background:#ffffff !important;color:#1a1410 !important;
  border:1.5px solid var(--amber) !important;font-weight:800 !important}
html body .pp-photo .pbtn:hover{background:#fff5ec !important;color:#1a1410 !important}
