/* Badge Magnétique Personnalisable — couleurs alignées + sections compactes */

.medi-product-badge table.variations {
  margin-bottom: 0.35rem !important;
}

.medi-product-badge table.variations tr {
  margin-bottom: 0.35rem !important;
}

.medi-product-badge table.variations th.label label {
  font-size: 0.72rem !important;
  margin-bottom: 0.15rem !important;
}

.medi-product-badge table.variations td.value {
  padding-bottom: 0 !important;
}

.medi-product-badge .color-selector-wrapper {
  margin-bottom: 0.35rem !important;
}

.medi-product-badge .selected-color-name {
  margin: 0 0 0.25rem !important;
  font-size: 0.85rem !important;
}

.medi-product-badge .color-selector-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
}

.medi-product-badge .color-selector-container .color-swatch {
  flex: 0 0 auto !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

.medi-product-badge .badge-custom-fields {
  margin: 0.35rem 0 0.5rem !important;
}

.medi-product-badge .badge-custom-fields p {
  margin: 0 0 0.4rem !important;
}

.medi-product-badge .badge-custom-fields h6 {
  margin: 0 0 0.25rem !important;
}

.medi-product-badge #personnaliser_badge_btn {
  margin: 0.25rem 0 0.5rem !important;
}

.medi-product-badge form.cart {
  margin-top: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.medi-product-badge .single_add_to_cart_button {
  margin-top: 0.35rem !important;
}

@media (max-width: 991px) {
  .medi-product-badge .summary.entry-summary > * {
    margin-bottom: 4px !important;
  }

  .medi-product-badge table.variations tr {
    margin-bottom: 0.25rem !important;
  }

  .medi-product-badge .color-selector-container {
    gap: 8px !important;
    max-height: none !important;
  }

  .medi-product-badge .color-selector-container .color-swatch {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
  }

  .medi-product-badge .badge-custom-fields {
    margin: 0.25rem 0 0.35rem !important;
  }
}

@media (min-width: 992px) {
  .medi-product-badge .product-summary table.variations tr {
    margin-bottom: 0.4rem !important;
  }

  .medi-product-badge .product-summary .color-selector-wrapper {
    margin-bottom: 0.35rem !important;
  }

  .medi-product-badge .product-summary .color-selector-container {
    justify-content: flex-start !important;
  }
}
