.ips-product-attributes {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #d9dde3;
  border-radius: 8px;
  background: #fff;
}

.ips-attribute-header {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
}

.ips-resolution-message {
  margin-bottom: 1rem;
  color: #52606d;
  font-size: 0.92rem;
}

.ips-resolution-message[data-resolution-state="exact"] {
  color: #1f7a1f;
}

.ips-resolution-message[data-resolution-state="none"],
.ips-resolution-message[data-resolution-state="native-sync-failed"] {
  color: #b42318;
}

.ips-slot-group + .ips-slot-group {
  margin-top: 1rem;
}

.ips-slot-label {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.ips-slot-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ips-slot-value {
  padding: 0.55rem 0.8rem;
  border: 1px solid #c6ccd5;
  border-radius: 999px;
  background: #fff;
  color: #1f2933;
  cursor: pointer;
  transition: all 0.15s ease;
}

.ips-slot-value:hover:not(.is-disabled) {
  border-color: #334e68;
}

.ips-slot-value.is-selected {
  border-color: #0f62fe;
  background: #e8f0ff;
  color: #0f62fe;
}

.ips-slot-value.is-disabled,
.ips-slot-value:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ips-native-option-group-hidden {
  display: none !important;
}

.ips-picker-form-status {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  color: #52606d;
}

.ips-picker-form-status[data-ips-state="ready"] {
  color: #1f7a1f;
}

.ips-picker-form-status[data-ips-state="blocked"] {
  color: #b42318;
}
