/* hmd10cart — bandeau « bon d'achat Delta 10 » (panier / modal). */
.hmd10-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px 0;
  padding: 12px 14px;
  border: 1px solid #141414;
  border-radius: 10px;
  background: #f6f3ee;
  color: #141414;
  line-height: 1.35;
  text-align: left;
}
.hmd10-notice .hmd10-gift {
  font-size: 22px;
  flex: 0 0 auto;
  line-height: 1.1;
}
.hmd10-notice .hmd10-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.hmd10-notice .hmd10-title {
  font-size: 14px;
  font-weight: 700;
}
.hmd10-notice .hmd10-msg {
  font-size: 12.5px;
  opacity: 0.9;
}
