[data-amz-condition-source] {
  transition: opacity .18s ease, filter .18s ease;
}
.amz-condition-disabled {
  opacity: .48 !important;
  filter: grayscale(1) !important;
}
.amz-condition-disabled .rdv-slot-text {
  color: #666 !important;
}
.amz-condition-disabled input,
.amz-condition-disabled select,
.amz-condition-disabled textarea,
.amz-condition-disabled button {
  cursor: not-allowed !important;
  border-bottom-color: #b9b9b9 !important;
  color: #666 !important;
  pointer-events: none !important;
}
