.offre-choice-marker {
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 10px;
  padding: 5px 9px;
  border: 1px solid rgba(222, 209, 195, 0.92);
  border-radius: 999px;
  background: rgba(244, 239, 231, 0.72);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.offre-choice--featured .offre-choice-marker,
.offre-choice--selected .offre-choice-marker {
  background: rgba(255, 241, 184, 0.46);
  border-color: rgba(242, 209, 107, 0.78);
}

@media (max-width: 720px) {
  .offre-choice-marker {
    width: auto;
    font-size: 0.76rem;
  }
}
