/*
Theme Name: XcelBrains
Theme URI: https://xcelbrains.com
Author: XcelBrains
Author URI: https://xcelbrains.com
Description: Custom education theme for XcelBrains online coding classes — modern, fast, fully customizable.
Version: 1.3.45
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xcel-theme
Tags: education, custom-menu, featured-images, theme-options, full-width-template
*/

/* Amelia: hide contact info from students/tutors (skip admins & Amelia managers) */
body:not(.xb-amelia-full-access) .am-asi__data .am-asi__data__text a[href^="mailto:"],
body:not(.xb-amelia-full-access) .am-asi__data .am-asi__data__text a[href^="tel:"] {
    display: none !important;
}
body:not(.xb-amelia-full-access) .am-cc__data:has(.am-icon-payments) {
    display: none !important;
}
