/* Final small fixes: white calendar icon + clean transparent set logos. */

/* Force a clearly visible WHITE calendar glyph in Chromium/Android/desktop. */
#battleHistoryDateV131035,
#authBirthV131038{
  color:#fff!important;
  color-scheme:dark!important;
  padding-right:38px!important;
  background-color:#111827!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 10px center!important;
  background-size:18px 18px!important;
}
#battleHistoryDateV131035::-webkit-calendar-picker-indicator,
#authBirthV131038::-webkit-calendar-picker-indicator{
  opacity:0!important;
  width:30px!important;
  height:100%!important;
  position:absolute!important;
  right:0!important;
  cursor:pointer!important;
}
#battleHistoryDateV131035::-webkit-datetime-edit,
#battleHistoryDateV131035::-webkit-datetime-edit-fields-wrapper,
#battleHistoryDateV131035::-webkit-datetime-edit-text,
#battleHistoryDateV131035::-webkit-datetime-edit-month-field,
#battleHistoryDateV131035::-webkit-datetime-edit-day-field,
#battleHistoryDateV131035::-webkit-datetime-edit-year-field,
#authBirthV131038::-webkit-datetime-edit,
#authBirthV131038::-webkit-datetime-edit-fields-wrapper,
#authBirthV131038::-webkit-datetime-edit-text,
#authBirthV131038::-webkit-datetime-edit-month-field,
#authBirthV131038::-webkit-datetime-edit-day-field,
#authBirthV131038::-webkit-datetime-edit-year-field{color:#fff!important}

/* The three user-supplied logos now have transparent image assets. Keep their
   containers consistent with the rest of the set catalogue (no white tile). */
img[src*="logo_temporal_forces.png"],
img[src*="logo_furious_fists.png"],
img[src*="logo_undaunted.png"]{
  background:transparent!important;
  box-shadow:none!important;
}
.pb46PickerCard img[src*="logo_temporal_forces.png"],
.pb46PickerCard img[src*="logo_furious_fists.png"],
.pb46PickerCard img[src*="logo_undaunted.png"],
.pb46SetLogo img[src*="logo_temporal_forces.png"],
.pb46SetLogo img[src*="logo_furious_fists.png"],
.pb46SetLogo img[src*="logo_undaunted.png"]{
  object-fit:contain!important;
}
