/* SOLO MODO OSCURO: pastilla "Veces empleado del mes".
   En modo claro no toca nada. */

html.dark .empleado-mes-pill-fix,
body.dark .empleado-mes-pill-fix,
.dark .empleado-mes-pill-fix,
[data-theme="dark"] .empleado-mes-pill-fix {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;

  background:rgba(8, 32, 20, .96) !important;
  color:#ecf8f0 !important;

  border:1px solid rgba(130, 223, 163, .38) !important;
  border-radius:999px !important;

  padding:10px 12px 10px 14px !important;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    0 12px 28px rgba(0,0,0,.22) !important;

  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;

  opacity:1 !important;
  filter:none !important;
}

html.dark .empleado-mes-pill-fix *,
body.dark .empleado-mes-pill-fix *,
.dark .empleado-mes-pill-fix *,
[data-theme="dark"] .empleado-mes-pill-fix * {
  color:#ecf8f0 !important;
  opacity:1 !important;
  filter:none !important;
  text-shadow:none !important;
}

html.dark .empleado-mes-number-fix,
body.dark .empleado-mes-number-fix,
.dark .empleado-mes-number-fix,
[data-theme="dark"] .empleado-mes-number-fix {
  min-width:34px !important;
  width:34px !important;
  height:34px !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin-left:auto !important;
  padding:0 !important;

  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.28) !important;

  background:linear-gradient(135deg, #82dfa3, #4abb75) !important;
  color:#082314 !important;

  font-weight:950 !important;
  line-height:1 !important;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.22),
    0 8px 20px rgba(74,187,117,.28) !important;
}
