/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 15:01:37 */
/* 📦 Bloc principal */
.claude-coaching-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f4f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin: 0;
}

/* 🧭 Titre */.claude-coaching-box h2 {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #0d0d22 !important;
  margin: 0 0 4px !important; /* resserré */
  line-height: 1.2;
}


/* 📅 Date */
.claude-coaching-date {
  font-size: 1.4em;
  color: #f2c14e;
  font-weight: 700;
  margin: -3px 0px -4px 0px;
}

/* 🕒 Heure */
.claude-coaching-time {
  font-size: 0.95em;
  color: #7d7d7d;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

/* 🔘 Bouton Zoom */
.claude-zoom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #11121d;
  color: white;
  font-weight: 500;
  font-size: 19px;
  border-radius: 20px;
  padding: 12px 30px;
  text-decoration: none;
  transition: none;
  box-shadow: none;
}

/* 🎥 Icône dans le bouton */
.claude-zoom-button .icon {
  font-size: 22px;
  margin-right: 10px;
  font-weight: 600;
	  margin: 0 0px;
}

/* ❌ Aucun effet hover */
.claude-zoom-button:hover {
  background-color: #11121d;
  color: white;
}
