/* Recurso mínimo global: los enlaces de sesión existen en el menú de cualquier página. */
.menu-item-pfp-login-button > a,
.menu-item-pfp-logout > a {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  padding:7px 16px !important;
  color:#118447 !important;
  background:#fff !important;
  border:1px solid #118447 !important;
  border-radius:8px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  transition:background-color .15s ease,color .15s ease,border-color .15s ease !important;
}
.menu-item-pfp-login-button > a:hover,
.menu-item-pfp-login-button > a:focus,
.menu-item-pfp-logout > a:hover,
.menu-item-pfp-logout > a:focus {
  color:#fff !important;
  background:#118447 !important;
  border-color:#118447 !important;
}
@media(max-width:767px){
  .menu-item-pfp-login-button > a,
  .menu-item-pfp-logout > a { width:max-content !important; max-width:100% !important; }
}
@media(prefers-reduced-motion:reduce){
  .menu-item-pfp-login-button > a,
  .menu-item-pfp-logout > a { transition:none !important; }
}
