.kmsoft-product-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 1.25rem 0;
  border: 1px solid #ad7504;
}

.kmsoft-product-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 20px 1rem;
  position: relative;
}

/* Barre verticale de séparation entre items */
.kmsoft-product-link-item + .kmsoft-product-link-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #ad7504;
}

.kmsoft-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  color: #ad7504;
}

/* SVG inline hérite la couleur via currentColor */
.kmsoft-icon svg {
  width: 30px;
  height: 30px;
  display: block;
  stroke: currentColor;
  fill: none;
}

.kmsoft-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 0.2rem;
}

.kmsoft-value {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.kmsoft-value a {
  color: #591818;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.kmsoft-value a:hover {
  color: #8a5c03;
  text-decoration-thickness: 2px;
}