.powered-by-credits svg{
  display:none;
}
.powered-by-credits{
  display:none;
}
/* ===== Banner principal ===== */
/* Centra todo el contenido del banner de cookies */
.gdpr-notice-content-body {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
.gdpr-notice-content-body p{
  text-align: center !important;
}
/* Botón "Rechazar todo" y "Preferencias" (banner principal) */
#cookie_action_reject,
#cookie_action_settings {
  background: #f2e9e2 !important;
  border-color: #c4a593 !important;
  color: #7e5c43 !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
  padding-inline: 32px !important;
  padding-block: 12px !important;
  min-width: 160px !important;
  text-align: center !important;
}
#cookie_action_reject:hover,
#cookie_action_settings:hover {
  background: #e7d8cb !important;
  border-color: #c4a593 !important;
}
/* Botón destacado: Aceptar todo (banner principal) */
#cookie_action_accept_all {
  background: #2b2622 !important;
  border-color: #2b2622 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  padding-block: 12px !important;
  padding-inline: 32px !important;
  min-width: 170px !important;
  text-align: center !important;
  box-shadow: 0 3px 8px rgba(43, 38, 34, 0.35) !important;
  transition: all 0.2s ease !important;
}
#cookie_action_accept_all:hover {
  background: #443c35 !important;
  box-shadow: 0 4px 12px rgba(43, 38, 34, 0.45) !important;
  transform: translateY(-1px) !important;
}
/* Oculta el botón "Preferencias" del banner principal */
#cookie_action_settings {
  display: none !important;
}
/* Reordenar y centrar la fila de botones del banner principal.
Se añade el id #gdpr-cookie-consent-bar delante para ganar
especificidad frente al CSS propio del plugin. */
#gdpr-cookie-consent-bar .gdpr.group-description-buttons.cookie_notice_buttons {
  justify-content: center !important;
  flex-direction: row-reverse !important;
  gap: 12px !important;
  width: 100% !important;
  display: flex !important;
}
/* Los botones viven dentro de .left_buttons, que trae
"justify-content: start" inline y ancho automático: por eso
no se centraban aunque el contenedor padre sí estuviera centrado.
Le damos ancho completo y lo centramos también a él. */
#gdpr-cookie-consent-bar .left_buttons {
  justify-content: center !important;
  width: 100% !important;
}
#gdpr-cookie-consent-bar .right_buttons {
  justify-content: center !important;
}
/* ===== Modal de Preferencias de Cookies ===== */
/* Traduce el título "Preferences" -