/*
Theme Name: OceanWP Child (Kitemonkey)
Theme URI: https://kitemonkey.de
Description: Kitemonkey Child-Theme auf OceanWP-Basis. Enthält alle CI-Anpassungen, Custom CSS und Template-Overrides.
Author: Kitemonkey
Author URI: https://kitemonkey.de
Template: oceanwp
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oceanwp-child
*/

/* Ab hier kommen die Kitemonkey-Anpassungen */


/* ========================================
   AMELIA FRONTEND — Custom Fixes für Kitemonkey (v2)
   ======================================== */

/* Coach-Zeile verstecken (Icon: user) */
.am-fs__ci-info__el:has(.am-icon-user) {
    display: none !important;
}

/* Location-Zeile verstecken (Icon: locations) */
.am-fs__ci-info__el:has(.am-icon-locations) {
    display: none !important;
}

/* Fallback für Browser ohne :has()-Support (ältere Safari) */
.am-fs__ci-info__el .am-icon-user,
.am-fs__ci-info__el .am-icon-locations {
    display: none !important;
}
.am-fs__ci-info__el .am-icon-user ~ span,
.am-fs__ci-info__el .am-icon-locations ~ span {
    display: none !important;
}

/* Bestätigungs-Seite (Congrats-Step): Coach und Ort verstecken */
.am-fs__congrats-info-app-employee,
.am-fs__congrats-info-app-location {
    display: none !important;
}

/* [INTERN] Custom Fields — Doppelsicherung falls doch durchgerutscht */
.amelia-v2-booking label[for*="INTERN"],
.amelia-v2-booking .am-custom-field-label:contains("[INTERN]") {
    display: none !important;
}

