.jeune-entreprise-wrapper {
  width: 100%;
  margin: 20px 0;
}

.jeune-entreprise-badge {
  border: 2px solid #7CB342;
  border-radius: 8px;
  padding: 15px 22px;
  background-color: #F1F8E9;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.jeune-entreprise-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.jeune-entreprise-icon {
  flex-shrink: 0;
}

.jeune-entreprise-icon img {
  width: 50px;
  height: 50px;
  display: block;
}

.jeune-entreprise-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.jeune-entreprise-text strong {
  color: #33691E;
  font-size: 16px;
  font-weight: 600;
}

.jeune-entreprise-text span {
  color: #558B2F;
  font-size: 14px;
  margin-top: 2px;
}
