.ob-promesses {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  box-sizing: border-box;
  margin: 16px 0;
  padding: 6px 0;
  list-style: none;
  border-block: 1px solid #e5e5e5;
  background: #fff;
  color: #111;
  font-family: inherit;
  text-align: left;
}
.ob-promesses > li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 2px 16px;
  box-sizing: border-box;
}
.ob-promesses > li + li { border-left: 1px solid #e5e5e5; }
.ob-promesses .ob-promesses-icone {
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #d81f26;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ob-promesses .ob-promesses-icone-configuration {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d81f26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M4 17h16'/%3E%3Ccircle cx='9' cy='7' r='2.5' fill='white'/%3E%3Ccircle cx='15' cy='17' r='2.5' fill='white'/%3E%3C/svg%3E");
}
.ob-promesses .ob-promesses-icone-prix {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d81f26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 5a7 7 0 1 0 0 14M4 10h10M4 14h9'/%3E%3C/svg%3E");
}
.ob-promesses .ob-promesses-icone-livraison {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d81f26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h11v12H3zM14 9h4l3 4v4h-7M17 9v4h4'/%3E%3Ccircle cx='7' cy='18' r='2' fill='white'/%3E%3Ccircle cx='18' cy='18' r='2' fill='white'/%3E%3C/svg%3E");
}
.ob-promesses .ob-promesses-texte {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}
.ob-promesses .ob-promesses-texte > strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}
.ob-promesses .ob-promesses-texte > span {
  display: block;
  margin-top: 2px;
  color: #626262;
  font-size: 11px;
  line-height: 14px;
}
.ob-promesses a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #b8b8b8;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.ob-promesses a:hover { color: #d81f26; text-decoration-color: currentColor; }
.ob-promesses a:focus-visible { outline: 2px solid #d81f26; outline-offset: 3px; border-radius: 2px; }
.ob-promesses .ob-promesses-drapeau {
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #11111114;
  background: linear-gradient(90deg, #153b86 0 33.333%, #fff 33.333% 66.666%, #d81f26 66.666% 100%);
}
.ob-promesses-accueil { margin: 0; }
@media (min-width: 768px) and (max-width: 1023px) {
  .ob-promesses > li { gap: 8px; padding-inline: 8px; }
  .ob-promesses .ob-promesses-icone { flex-basis: 18px; width: 18px; height: 18px; }
  .ob-promesses .ob-promesses-drapeau { flex-basis: 18px; width: 18px; height: 13px; }
}
@media (max-width: 767px) {
  .ob-promesses {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    padding: 6px 0;
    row-gap: 8px;
  }
  .ob-promesses > li { gap: 7px; padding: 3px 9px; }
  .ob-promesses > li + li { border-left: 0; }
  .ob-promesses > li:nth-child(even) { border-left: 1px solid #e5e5e5; }
  .ob-promesses .ob-promesses-icone { flex-basis: 18px; width: 18px; height: 18px; }
  .ob-promesses .ob-promesses-drapeau { flex-basis: 18px; width: 18px; height: 13px; }
  .ob-promesses .ob-promesses-texte > strong { font-size: 11.5px; }
  .ob-promesses .ob-promesses-texte > span { font-size: 10.5px; line-height: 13px; }
}
@media (max-width: 359px) {
  .ob-promesses > li { gap: 5px; padding: 2px 4px; }
  .ob-promesses .ob-promesses-icone { flex-basis: 16px; width: 16px; height: 16px; }
  .ob-promesses .ob-promesses-drapeau { flex-basis: 16px; width: 16px; height: 12px; }
  .ob-promesses .ob-promesses-texte > strong { font-size: 11px; line-height: 14px; }
}
