/*
Theme Name: BBfG Divi Child
Theme URI: https://bbfg-ev.de/
Description: Child Theme für Divi (BBfG)
Author: BBfG
Template: Divi
Version: 1.0
*/

/* ==========================================================
   1) PMPro: "Stornieren" / Cancel Button ausblenden
   (z.B. auf Passwort-ändern-Seite)
   ========================================================== */

.pmpro_btn-cancel,
a.pmpro_btn-cancel,
button.pmpro_btn-cancel,
input.pmpro_btn-cancel,
.pmpro_cancel,
a.pmpro_cancel {
  display: none !important;
}

/* ==========================================================
   2) KEIN Logout-Hide mehr!
   (Logout bleibt sichtbar)
   ========================================================== */

/* Wir verstecken NICHTS mit logout im href */
/* Kein globales a[href*="logout"] mehr */

/* ==========================================================
   3) Optional: leichte Formatierung der Action-Links
   (ohne etwas zu verstecken)
   ========================================================== */

.pmpro_actionlinks {
  margin-top: 10px;
}

.pmpro_actionlinks a {
  text-decoration: none;
}