.gtino-product-badge-wrapper {
    display: block;
    width: 100%;
    padding: 20px;
    clear: both;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.gtino-badge  {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

}

.gtino-badge-modified {
    display: inline-block;
    background: #e9defa;        /* fond violet clair */
    color: #6f42c1;             /* violet fort */
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #6f42c1;
    cursor: default;
}

.gtino-badge-blue {
    display: inline-block;
    background: #e4edfe;
    color: #2196f3;
    /*font-size: 13px;*/
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #2196f3;
    cursor: default; 
}

.gtino-badge-orange {
    display: inline-block;
    background: #ffd7b2;
    color: #f27d00;
    /*font-size: 13px;*/
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #f27d00;
    cursor: default; 
}

.gtino-badge-green {
    display: inline-block;
    background: #daead8;
    color: #4CAF50;
    /*font-size: 13px;*/
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #4CAF50;
    cursor: default; 
}

.gtino-badge-red {
    display: inline-block;
    background: #ffdcd2;
    color: #cc0002;
    /*font-size: 13px;*/
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #cc0002;
    cursor: default; 
}

.gtino-badge-hint {
    margin-top: 4px;
    font-size: 12px;
}

.gtino-badge-desc {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

.gtino-product-badge-wrapper .gtino-tooltip {
  position: relative;
  cursor: help;
}

.gtino-product-badge-wrapper .gtino-tooltip-content {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #2f3c4f;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;
  width: 260px;
  text-align: left;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;

  z-index: 10;
}

.gtino-product-badge-wrapper .gtino-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #2f3c4f transparent transparent transparent;
}

.gtino-product-badge-wrapper .gtino-tooltip:hover .gtino-tooltip-content {
  opacity: 1;
  visibility: visible;
}

.gtino-product-badge-wrapper .gtino-badge i {
  margin-right: 6px;
}


.thumbnail-container {
  position: relative;
}

.gtino-badge-mini {
  position: absolute;
  bottom: 15px;
  right: 6px;
  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  background: #ffffff;           /* 👈 fond blanc */
  border-radius: 50%;             /* 👈 cercle */
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  opacity: 0.85;
  cursor: help;
}

.gtino-badge-mini-blue      { color: #2196f3; }
.gtino-badge-mini-orange    { color: #efab6c; }
.gtino-badge-mini-green     { color: #4CAF50; }
.gtino-badge-mini-red       { color: #d11507; }
.gtino-badge-mini-modified  { color: #6f42c1; }

.gtino-badge-mini i {
  font-size: 15px;
  line-height: 1;
}

.gtino-product-position {
    margin: 6px 4px;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    font-size: 12px;

    display: flex;
    justify-content: center;
    gap: 4px;
}

.gtino-pos-label {
    font-weight: 600;
    color: #2f3c4f;
}

.gtino-pos-values {
    color: #2e7d32;
    font-weight: 600;
}
