/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* === PC (desktop) — NE PAS MODIFIER === */
.highlight {
  background-color: #0740F9;
  color: #ffffff;
  padding: 0.2em 0.4em;
  border-radius: 6px; /* angle légèrement arrondi */
  font-weight: 600;   /* optionnel pour renforcer */
}

.initials-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:9999px;
  font-weight:700;
  text-transform:uppercase;
  background: var(--e-a-color-secondary, #515962);
  color:#fff;
  line-height:1;
  font-size:14px;
}

/* Let dropdowns overflow properly in Tutor dashboard */
.tutor-dashboard-content,
.tutor-container,
.tutor-wrap {
  overflow: visible !important;
}

/* Make sure JetSF dropdown overlays */
.jet-select__dropdown,
.choices__list--dropdown {
  z-index: 9999 !important;
}

/* Page dashboard seulement */
body.page-id-2226 .tutor-dashboard-header .tutor-btn,
body.page-id-2226 .tutor-dashboard-header .tutor-button,
body.page-id-2226 .tutor-dashboard-header .tutor-dashboard-header-right a {
  display: none !important;
}
