/* CoachElite Sessions – Frontend CSS (minimal)
   CoachElite by BHB Marketing */

.ce-pill{
  display:inline-block;
  padding:.12rem .55rem;
  border-radius:999px;
  border:1px solid rgba(2,6,23,.10);
  background:#fff;
  color:rgba(2,6,23,.65);
  font-size:.85rem;
  font-weight:700;
}

/* kleine Hilfsklassen */
.ce-help a{font-weight:800;text-decoration:none;}
.ce-help a:hover{text-decoration:underline;}
