
/* =========================================
   GeSmart - Stato evasione riga ordine
   ========================================= */

.gesmart-fulfillment {
  margin-top: 7px !important;
  font-size: 12px;
  line-height: 1.4;
}

.gesmart-fulfillment > div:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}

.gesmart-fulfillment > div:first-child > strong {
  font-size: 12px;
  color: #444;
}

/* Badge generico */
.gesmart-fulfillment .text-muted,
.gesmart-fulfillment .text-warning,
.gesmart-fulfillment .text-success {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}

/* Da evadere */
.gesmart-fulfillment .text-muted {
  color: #60656b !important;
  background: #eef0f2;
}

/* Parzialmente evasa */
.gesmart-fulfillment .text-warning {
  color: #8a4b00 !important;
  background: #fff0d7;
}

/* Evasa */
.gesmart-fulfillment .text-success {
  color: #216e39 !important;
  background: #e5f5ea;
}

/* Riga quantità */
.gesmart-fulfillment small.text-muted {
  display: block;
  margin-top: 2px;
  color: #8a8a8a !important;
  font-size: 11px;
}

/* Mobile */
@media (max-width: 767px) {
  .gesmart-fulfillment {
    margin-top: 6px !important;
  }
}


/* Fix GeSmart fulfillment: separa badge e riga quantità */

.gesmart-fulfillment > div:first-child .text-muted,
.gesmart-fulfillment > div:first-child .text-warning,
.gesmart-fulfillment > div:first-child .text-success {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}

/* La riga quantità deve essere solo testo, senza pill */
.gesmart-fulfillment > small.text-muted {
  display: block;
  width: auto;
  margin-top: 3px;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  color: #8a8a8a !important;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}


/* Spazio tra descrizione prodotto e prodotti accessori */
#product .product-accessories {
    margin-top: 18px;
}
