/* Hide default PrestaShop variant selectors */
.rgy-ob-hide .product-variants {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Presets */
.rgy-ob-presets {
  margin: 0.75rem 0 1rem;
  padding: 0.6rem 0.7rem;
  background: #f6f7fb;
  border: 1px solid #e2e3ea;
  border-radius: 4px;
}

.rgy-ob-presets-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.rgy-ob-preset-btn {
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 0.45rem 0.75rem;
  font-size: 0.95rem;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.rgy-ob-preset-btn.active {
  border-color: #2f6feb;
  box-shadow: 0 0 0 2px rgba(47, 111, 235, 0.18);
}

/* Groups */
.rgy-ob-group {
  margin-bottom: 1.25rem;
}

.rgy-ob-title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}

/* Buttons */
.rgy-ob-btn {
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 0.45rem 0.75rem;
  font-size: 0.95rem;
  cursor: pointer;
  border-radius: 3px;
}

.rgy-ob-btn.active {
  border-color: #2f6feb;
  box-shadow: 0 0 0 2px rgba(47, 111, 235, 0.18);
}

.rgy-ob-btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

/* Summary */
.rgy-ob-summary {
  margin: 1.25rem 0 1rem;
  padding: 0.75rem 0.9rem;
  background: #f8f9fb;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.rgy-ob-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.rgy-ob-label {
  min-width: 110px;
  font-weight: 600;
}

/* PDF */
.rgy-ob-pdf-link {
  font-size: 0.9rem;
  text-decoration: none;
}

.rgy-ob-pdf-link:hover {
  text-decoration: underline;
}

/* Utility */
.hidden {
  display: none !important;
}
