/* app/javascript/pdp/src/components/Configuration/StyleSelect/StyleSelect.module.css */
.styleSelect_Q-CxIw {
  display: flex;
  white-space: nowrap;
  color: #000;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}

.styleSelect_Q-CxIw button {
  cursor: pointer;
  background: none;
  border: none;
}

.styleSelect_Q-CxIw .option_Q-CxIw td {
  padding-right: 4px;
}

.styleSelect_Q-CxIw .option_Q-CxIw td:nth-child(2) {
  text-transform: capitalize;
}

.styleSelect_Q-CxIw .optionColor_Q-CxIw {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.styleSelect_Q-CxIw .optionReset_Q-CxIw {
  cursor: pointer;
}

.styleSelect_Q-CxIw .colorPicker_Q-CxIw {
  visibility: hidden;
  position: absolute;
}

/* app/javascript/pdp/src/components/TextInput/TextInput.module.css */
input.textInput_Y5CQOQ {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 6px;
}

/* app/javascript/pdp/src/components/Configuration/ConfigureLookup/ConfigureLookup.module.css */
.configureLookup_72zaGw {
  display: flex;
  gap: 32px;
}

.configureLookup_72zaGw .configOptions_72zaGw {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.configureLookup_72zaGw .output_72zaGw {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.configureLookup_72zaGw .heading_72zaGw {
  font-size: 16px;
}

.configureLookup_72zaGw .reset_72zaGw {
  --ll-accent-color: #577cff;
  margin: 8px 0 32px;
}

.configureLookup_72zaGw .reset_72zaGw svg {
  fill: white;
}

/* app/javascript/pdp/src/components/Configuration/ScriptGenerator/ScriptGenerator.module.css */
.scriptGenerator_cIxUuQ .heading_cIxUuQ {
  font-size: 14px;
}

.scriptGenerator_cIxUuQ pre {
  margin: 0;
}

.scriptGenerator_cIxUuQ .widgetScript_cIxUuQ {
  margin-top: 12px;
}

/* app/javascript/pdp/src/components/CopyTextButton/CopyTextButton.module.css */
.copyTextButton_9tovKA {
  position: relative;
}

.copyTextButton_9tovKA .copyIcon_9tovKA {
  position: absolute;
  color: #000;
  opacity: .3;
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 8px;
  right: 8px;
}

.copyTextButton_9tovKA .copyIcon_9tovKA:active {
  opacity: 1;
}

/* app/javascript/pdp/src/theme/base.module.css */
.common_aUs4CQ {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.common_aUs4CQ {
  box-sizing: border-box;
}

.common_aUs4CQ * {
  box-sizing: border-box;
}

.common_aUs4CQ a {
  color: #000;
}

.common_aUs4CQ a:visited {
  color: #000;
}

.common_aUs4CQ ul {
  margin: 0;
  padding: 0;
}

.common_aUs4CQ ul li {
  list-style: none;
}

/* app/javascript/pdp/src/components/Button/Button.module.css */
.button_KK-z4w {
  position: relative;
  display: flex;
  color: #fff;
  background-color: var(--ll-accent-color);
  cursor: pointer;
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items:  center;
  padding: 8px;
  font-size: 12px;
}

.button_KK-z4w .loader_KK-z4w {
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items:  center;
  inset: 0;
}

.button_KK-z4w .loader_KK-z4w.loading_KK-z4w {
  opacity: 1;
}

.button_KK-z4w .label_KK-z4w {
  opacity: 1;
  flex: 1;
  padding: 6px 0;
}

.button_KK-z4w .label_KK-z4w.loading_KK-z4w {
  opacity: 0;
}

/* app/javascript/pdp/src/components/Configuration/ConfigOption/ConfigOption.module.css */
.configOption_MlkpjA {
  display: flex;
  align-items:  center;
  min-height: 24px;
  font-size: 12px;
  line-height: 1em;
}

.configOption_MlkpjA label {
  white-space: nowrap;
  width: 140px;
}

.input_MlkpjA {
  flex: 1;
}

.input_MlkpjA input {
  width: 100%;
}

.input_MlkpjA input[type="checkbox"] {
  width: auto;
}

/* app/javascript/pdp/src/components/DropDown/DropDown.module.css */
.dropdown_fuPYZA {
  width: 100%;
}

.dropdown_fuPYZA .menuAnchor_fuPYZA {
  position: relative;
}

.dropdown_fuPYZA .selectedLabel_fuPYZA {
  display: flex;
  cursor: pointer;
  font-size: var(--ll-primary-text-size);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  justify-content: space-between;
  align-items:  center;
  width: 100%;
  height: 100%;
  min-height: 35px;
  padding: 10px;
}

.dropdown_fuPYZA .selectedLabel_fuPYZA.small_fuPYZA {
  min-height: auto;
  padding: 7px;
}

.dropdown_fuPYZA .labelValues_fuPYZA {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.dropdown_fuPYZA .input_fuPYZA {
  border: none;
  padding: 10px;
}

.dropdown_fuPYZA .input_fuPYZA:focus {
  outline: none;
}

.dropdown_fuPYZA .selectedItem_fuPYZA {
  background-color: #fafafa;
}

.dropdown_fuPYZA .menu_fuPYZA {
  position: absolute;
  display: none;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  top: -3px;
  left: 0;
  right: 0;
}

.dropdown_fuPYZA .menu_fuPYZA .menuItem_fuPYZA {
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  align-items:  center;
  min-height: 35px;
  padding: 10px;
}

.dropdown_fuPYZA .menu_fuPYZA .menuItem_fuPYZA.small_fuPYZA {
  min-height: auto;
  padding: 7px;
}

.dropdown_fuPYZA .menu_fuPYZA .menuItem_fuPYZA:hover {
  background-color: #eee;
}

.dropdown_fuPYZA .menu_fuPYZA .menuItem_fuPYZA:last-child {
  border-bottom: none;
}

.dropdown_fuPYZA .menu_fuPYZA .menuItem_fuPYZA td {
  padding: 10px;
}

.dropdown_fuPYZA .menu_fuPYZA .menuItem_fuPYZA td:last-child {
  text-align: right;
  width: 100%;
}

.dropdown_fuPYZA .open_fuPYZA {
  display: flex;
}

.dropdown_fuPYZA .openIcon_fuPYZA {
  transition: all .3s;
}

.dropdown_fuPYZA .openIconRotate_fuPYZA {
  transform: rotate(180deg);
}

/* app/javascript/pdp/src/components/Lookup/Lookup.module.css */
.lookup_EehJ6w {
  --ll-primary-text-size: 12px;
  --ll-large-text-size: 14px;
  --ll-small-text-size: 10px;
  --ll-widget-background-color: #fff;
  --ll-light-background-color: #fafafa;
  display: flex;
  font-size: var(--ll-primary-text-size);
  border: 1px solid var(--ll-widget-border-color);
  background-color: var(--ll-widget-background-color);
  color: var(--ll-primary-text-color);
  border-radius: 5px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-height: 360px;
  padding: 18px 20px 18px 24px;
}

.lookup_EehJ6w table {
  font-size: var(--ll-primary-text-size);
}

.lookup_EehJ6w table thead tr th {
  text-align: left;
}

.lookup_EehJ6w svg {
  fill: var(--ll-info-text-color);
}

.lookup_EehJ6w .results_EehJ6w {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lookup_EehJ6w .accentText_EehJ6w {
  color: var(--ll-accent-color);
}

.lookup_EehJ6w .inputs_EehJ6w {
  display: flex;
  gap: 16px;
}

.lookup_EehJ6w .footer_EehJ6w {
  display: flex;
  color: var(--ll-light-text-color);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:  center;
  gap: 8px;
  margin-top: 8px;
  font-size: 10px;
}

.lookup_EehJ6w .footer_EehJ6w a {
  color: var(--ll-accent-color);
  text-decoration: none;
}

.lookup_EehJ6w .empty_EehJ6w {
  display: flex;
  color: var(--ll-light-text-color);
  justify-content: center;
  align-items:  center;
  height: 100px;
  font-style: italic;
}

.lookup_EehJ6w .powered_EehJ6w {
  display: flex;
  align-items:  center;
  gap: 10px;
}

.lookup_EehJ6w .powered_EehJ6w a {
  height: 16px;
}

/* app/javascript/pdp/src/theme/variables.module.css */
.v1_86Vydw {
  --ll-widget-background-color: #fff;
  --ll-widget-border-color: #dedede;
  --ll-primary-text-color: #000;
  --ll-info-text-color: #577cff;
  --ll-light-text-color: #6e7a7e;
  --ll-question-icon-color: #4374f9;
  --ll-tab-background-color: #f8f8f8;
  --ll-tab-selected-background-color: #fff;
  --ll-ingredient-claim-color: #7fc1ed;
  --ll-ingredient-actual-color: #d4eeff;
  --ll-ingredient-claim-insufficient-color: #c47c93;
  --ll-ingredient-actual-insufficient-color: #e8b0c1;
  --ll-contaminant-border-color: #88bcb3;
  --ll-contaminant-unit-text-color: #56ac64;
  --ll-contaminant-box-color: #e9fbf5;
}

.v2_86Vydw, .v3_86Vydw {
  --ll-widget-background-color: #fff;
  --ll-widget-border-color: #dedede;
  --ll-primary-text-color: #000;
  --ll-info-text-color: #577cff;
  --ll-light-text-color: #6e7a7e;
  --ll-contaminant-box-color: #f9f9f9;
  --ll-accent-color: #577cff;
  --ll-active-background-color: #f8faff;
  --ll-contaminant-passed-background-color: #ecf0ff;
  --ll-light-background-color: #fafafa;
  --ll-cta-background-color: #577cff;
  --ll-large-text-size: 12px;
  --ll-primary-text-size: 10px;
}

.v4_86Vydw {
  --ll-widget-background-color: #fff;
  --ll-widget-border-color: #dedede;
  --ll-primary-text-color: #000;
  --ll-info-text-color: #577cff;
  --ll-light-text-color: #6e7a7e;
  --ll-accent-color: #577cff;
  --ll-active-background-color: #f8faff;
  --ll-contaminant-passed-background-color: #ecf0ff;
  --ll-contaminant-box-color: #f9f9f9;
  --ll-contaminant-unit-text-color: #12b97d;
  --ll-xl-text-size: 16px;
  --ll-large-text-size: 14px;
  --ll-primary-text-size: 12px;
  --ll-small-text-size: 10px;
  --ll-success-text-color: #12b97d;
  --ll-success-background-color: #e5f7f0;
  --ll-danger-text-color: #ff7161;
  --ll-passed-color: #12b97d;
}

.lookup_86Vydw {
  --ll-widget-background-color: #fff;
  --ll-widget-border-color: #dedede;
  --ll-primary-text-color: #000;
  --ll-info-text-color: #577cff;
  --ll-light-text-color: #6e7a7e;
  --ll-contaminant-box-color: #f9f9f9;
  --ll-accent-color: #577cff;
  --ll-active-background-color: #f8faff;
  --ll-contaminant-passed-background-color: #ecf0ff;
  --ll-light-background-color: #fafafa;
  --ll-cta-background-color: #577cff;
  --ll-large-text-size: 12px;
  --ll-primary-text-size: 10px;
  --ll-danger-text-color: #ff7161;
}

/* app/javascript/pdp/src/components/Lookup/BackButton/BackButton.module.css */
.backButton_jH8CoQ {
  display: flex;
  cursor: pointer;
  background-color: #000;
  border-radius: 50px;
  align-items:  center;
  margin-right: 10px;
  padding: 4px 20px;
}

.backButton_jH8CoQ svg {
  margin: 4px 0;
}

/* app/javascript/pdp/src/components/Lookup/TestResults/TestResults.module.css */
.testResults_ALhuHQ .content_ALhuHQ {
  background-color: var(--ll-light-background-color);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.testResults_ALhuHQ .testMessage_ALhuHQ {
  display: flex;
  background-color: var(--ll-contaminant-passed-background-color);
  font-size: var(--ll-primary-text-size);
  border-radius: 5px;
  justify-content: center;
  padding: 10px;
}

.testResults_ALhuHQ .header_ALhuHQ {
  display: flex;
  font-size: var(--ll-large-text-size);
  align-items:  center;
  margin-bottom: 16px;
}

.testResults_ALhuHQ .productName_ALhuHQ {
  font-size: var(--ll-large-text-size);
  color: var(--ll-accent-color);
}

.testResults_ALhuHQ .testInfo_ALhuHQ {
  color: var(--ll-light-text-color);
  display: flex;
  font-size: var(--ll-primary-text-size);
  justify-content: space-between;
}

.testResults_ALhuHQ .info_ALhuHQ {
  display: flex;
  flex: 1;
}

.testResults_ALhuHQ .info_ALhuHQ label {
  color: var(--ll-light-text-color);
  flex: 1;
}

.testResults_ALhuHQ .resultsLabel_ALhuHQ {
  color: var(--ll-light-text-color);
}

.testResults_ALhuHQ .resultValues_ALhuHQ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testResults_ALhuHQ .resultRow_ALhuHQ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.testResults_ALhuHQ .resultBox_ALhuHQ {
  display: flex;
  border: 1px solid var(--ll-widget-border-color);
  font-size: var(--ll-large-text-size);
  background-color: #fff;
  border-radius: 5px;
  flex: 1;
  justify-content: space-between;
  min-width: 220px;
  padding: 8px;
}

.testResults_ALhuHQ .resultEmpty_ALhuHQ {
  flex: 1;
  min-width: 220px;
  padding: 0 8px;
}

.testResults_ALhuHQ .resultValue_ALhuHQ {
  color: var(--ll-accent-color);
}

.testResults_ALhuHQ .accent_ALhuHQ {
  color: var(--ll-accent-color);
  padding: 0 4px;
}

/* app/javascript/pdp/src/components/Lookup/LotList/LotList.module.css */
.lotList_Q511wA {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lotList_Q511wA table {
  border-collapse: collapse;
  width: 100%;
}

.lotList_Q511wA table thead tr th {
  color: var(--ll-light-text-color);
  font-weight: 400;
  font-size: var(--ll-primary-text-size);
  padding: 14px;
}

.lotList_Q511wA table tbody tr {
  cursor: pointer;
}

.lotList_Q511wA table tbody tr:nth-child(odd) {
  background-color: var(--ll-active-background-color);
}

.lotList_Q511wA table tbody tr td {
  padding: 14px;
}

.lotList_Q511wA .header_Q511wA {
  display: flex;
  font-size: var(--ll-large-text-size);
  align-items:  center;
  margin-bottom: 12px;
}

.lotList_Q511wA .cta_Q511wA {
  background-color: var(--ll-cta-background-color);
}

.lotList_Q511wA .mostRecent_Q511wA {
  text-align: right;
  white-space: nowrap;
}

.lotList_Q511wA .badge_Q511wA {
  color: var(--ll-accent-color);
  border: 1px solid var(--ll-accent-color);
  font-size: var(--ll-small-text-size);
  background-color: #fff;
  border-radius: 500px;
  width: 90px;
  padding: 4px 14px;
}

.lotList_Q511wA .chevron_Q511wA {
  text-align: right;
}

.lotList_Q511wA .content_Q511wA {
  display: flex;
  flex-direction: column;
}

.lotList_Q511wA .content_Q511wA .list_Q511wA {
  overflow-y: auto;
  height: 203px;
  margin-bottom: 4px;
}

/* app/javascript/pdp/src/components/Lookup/Loading/Loading.module.css */
.loading__AFPXQ {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items:  center;
}

.loading__AFPXQ .loader__AFPXQ {
  display: flex;
  justify-content: center;
  align-items:  center;
  height: 100%;
}

/* app/javascript/pdp/src/components/Icons/Loader/Loader.module.css */
.loader_8j4TYw {
  border: 5px solid var(--ll-accent-color);
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  border-bottom-color: #0000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

@keyframes rotation_XZFUtg {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* app/javascript/pdp/src/components/Lookup/ProductList/ProductList.module.css */
.productList_L7b6lw {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.productList_L7b6lw .header_L7b6lw {
  font-size: var(--ll-large-text-size);
  display: flex;
  align-items:  center;
  gap: 4px;
}

.productList_L7b6lw .subtitle_L7b6lw {
  font-size: var(--ll-primary-text-size);
  color: var(--ll-light-text-color);
}

/* app/javascript/pdp/src/components/Lookup/SelectList/SelectList.module.css */
.selectList_GSc41w {
  overflow-y: auto;
}

.selectList_GSc41w li {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items:  center;
  padding: 14px;
}

.selectList_GSc41w li:nth-child(odd) {
  background-color: var(--ll-active-background-color);
}

/* app/javascript/pdp/src/components/Lookup/LotSearch/LotSearch.module.css */
.lotSearch_RvAAhw {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.lotSearch_RvAAhw .header_RvAAhw {
  font-size: var(--ll-large-text-size);
  display: flex;
  align-items:  center;
  gap: 4px;
}

.lotSearch_RvAAhw .subtitle_RvAAhw {
  font-size: var(--ll-primary-text-size);
  color: var(--ll-light-text-color);
}

.lotSearch_RvAAhw .noResults_RvAAhw {
  color: var(--ll-danger-text-color);
  font-size: var(--ll-large-text-size);
}

/* app/javascript/pdp/src/components/ToolTip/ToolTip.module.css */
.llTooltip_yo0Qcg {
  position: relative;
  cursor: pointer;
}

.llTooltip_yo0Qcg .llTooltipMessage_yo0Qcg {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  transition: all .3s;
}

.llTooltip_yo0Qcg .llTooltipShown_yo0Qcg {
  opacity: 1;
}

/* app/javascript/pdp/src/components/v1/Contaminants/Contaminants.module.css */
.llContaminants_5tdH5A {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.llContaminants_5tdH5A .llContaminantsBox_5tdH5A {
  background-color: var(--ll-contaminant-box-color);
  border: 1px solid var(--ll-contaminant-border-color);
  border-radius: 5px;
  padding: 8px;
}

.llContaminants_5tdH5A .llContaminantsTesting_5tdH5A {
  display: flex;
  color: var(--ll-info-text-color);
  align-items:  center;
  gap: 4px;
  font-size: 10px;
}

.llContaminants_5tdH5A .llTestingIcon_5tdH5A {
  display: flex;
}

.llContaminants_5tdH5A .llTestingIcon_5tdH5A svg {
  fill: var(--ll-info-text-color);
}

.llContaminants_5tdH5A .llContaminantsList_5tdH5A {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 8px;
  font-size: 11px;
}

.llContaminants_5tdH5A .llContaminantsList_5tdH5A .llContaminantsBox_5tdH5A {
  display: flex;
  justify-content: space-between;
}

.llContaminants_5tdH5A .llContaminantsList_5tdH5A .llContaminantsName_5tdH5A {
  display: flex;
  align-items:  center;
  gap: 2px;
}

.llContaminants_5tdH5A .llContaminantsList_5tdH5A svg {
  fill: var(--ll-contaminant-unit-text-color);
}

.llContaminants_5tdH5A .llContaminantsUnit_5tdH5A {
  color: var(--ll-contaminant-unit-text-color);
}

.llContaminants_5tdH5A .llTooltip_5tdH5A {
  height: 11px;
}

.llContaminants_5tdH5A .llEmphasis_5tdH5A {
  font-weight: 700;
}

/* app/javascript/pdp/src/components/v1/Footer/Footer.module.css */
.llFooter_T8i7Gw {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.llFooter_T8i7Gw .llTesting_T8i7Gw {
  display: flex;
  align-items:  center;
  gap: 8px;
}

.llFooter_T8i7Gw .llTestingIcon_T8i7Gw {
  animation: llTestingAnimation 2s infinite;
  background-color: #12b97d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: -1px;
  box-shadow: 0 0 #12b97db3;
}

@keyframes llTestingAnimation_K3qjXQ {
  0% {
    box-shadow: 0 0 #12b97db3;
  }

  100% {
    box-shadow: 0 0 0 8px #12b97d00;
  }
}

/* app/javascript/pdp/src/components/v1/IngredentsIncluded/IngredientsIncluded.module.css */
.llIngredientsIncluded_TehVeA {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

/* app/javascript/pdp/src/components/v1/IngredientBar/IngredientBar.module.css */
.llIngredientBar_hXF4ng .llIngredientBarSegments_hXF4ng {
  display: flex;
  border-bottom: 1px solid #000;
}

.llIngredientBar_hXF4ng .llIngredientBarName_hXF4ng {
  height: 12px;
  font-weight: 600;
}

.llIngredientBar_hXF4ng .llIngredientBarContent_hXF4ng {
  border-top: 1px dashed #0000;
  padding: 4px;
  font-size: 10px;
}

.llIngredientBar_hXF4ng .llIngredientBarSegmentLabel_hXF4ng {
  color: var(--ll-light-text-color);
  text-align: right;
  font-size: 10px;
}

.llIngredientBar_hXF4ng .llIngredientBarSegmentLeft_hXF4ng .llIngredientBarContent_hXF4ng {
  background-color: var(--ll-ingredient-claim-color);
}

.llIngredientBar_hXF4ng .llIngredientBarSegmentRight_hXF4ng .llIngredientBarContent_hXF4ng {
  background-color: var(--ll-ingredient-actual-color);
  border-top: 1px dashed var(--ll-ingredient-claim-color);
  border-right: 1px dashed var(--ll-ingredient-claim-color);
}

.llIngredientBar_hXF4ng .llIngredientInsufficient_hXF4ng .llIngredientBarSegmentLeft_hXF4ng .llIngredientBarContent_hXF4ng {
  background-color: var(--ll-ingredient-claim-insufficient-color);
  border-color: var(--ll-ingredient-claim-insufficient-color);
}

.llIngredientBar_hXF4ng .llIngredientInsufficient_hXF4ng .llIngredientBarSegmentRight_hXF4ng .llIngredientBarContent_hXF4ng {
  background-color: var(--ll-ingredient-actual-insufficient-color);
  border-color: var(--ll-ingredient-claim-insufficient-color);
}

/* app/javascript/pdp/src/components/v1/Widget/Widget.module.css */
.llWidgetV1_1G43qg {
  border: 2px solid var(--ll-widget-border-color);
  background-color: var(--ll-widget-background-color);
  border-radius: 5px;
  width: 100%;
  padding: 18px 20px;
}

.llWidgetV1_1G43qg .llWidgetHeader_1G43qg {
  font-size: 16px;
  font-weight: 700;
}

.llWidgetV1_1G43qg .llWidgetDescription_1G43qg {
  color: var(--ll-light-text-color);
  margin-bottom: 12px;
}

/* app/javascript/pdp/src/components/v2/Widget/Widget.module.css */
.llWidgetV2_MqVI7Q {
  display: flex;
  font-size: var(--ll-primary-text-size);
  border: 1px solid var(--ll-widget-border-color);
  background-color: var(--ll-widget-background-color);
  border-left: none;
  border-left: 4px solid var(--ll-accent-color);
  color: var(--ll-primary-text-color);
  border-radius: 5px;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 18px 20px 18px 24px;
}

.llWidgetV2_MqVI7Q .llWidgetHeader_MqVI7Q {
  display: flex;
  font-size: var(--ll-large-text-size);
  justify-content: space-between;
  font-weight: 600;
}

.llWidgetV2_MqVI7Q .llSafeLabel_MqVI7Q {
  color: var(--ll-accent-color);
}

.llWidgetV2_MqVI7Q .llTestingCompliance_MqVI7Q {
  display: flex;
  color: var(--ll-accent-color);
  align-items:  center;
  gap: 4px;
}

.llWidgetV2_MqVI7Q .llTestingIcon_MqVI7Q {
  display: flex;
}

/* app/javascript/pdp/src/components/v2/Active/Active.module.css */
.llActive_lJFxgw {
  border-collapse: collapse;
  font-size: var(--ll-primary-text-size);
}

.llActive_lJFxgw .llActiveBar_lJFxgw td {
  padding: 0 0 8px;
}

.llActive_lJFxgw .llActiveBar_lJFxgw td:first-child {
  width: 100%;
}

.llActive_lJFxgw .llActiveBar_lJFxgw .llActiveContent_lJFxgw {
  background-color: var(--ll-active-background-color);
  padding: 8px;
}

.llActive_lJFxgw .llActiveBar_lJFxgw .llActiveName_lJFxgw {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.llActive_lJFxgw .llActiveBar_lJFxgw .llActiveBox_lJFxgw {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.llActive_lJFxgw .llActiveBar_lJFxgw .llActiveValue_lJFxgw {
  color: var(--ll-accent-color);
  margin-left: 4px;
}

/* app/javascript/pdp/src/components/v2/Contaminants/Contaminants.module.css */
.llContaminants_u3AGxg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.llContaminants_u3AGxg .llContaminantsRow_u3AGxg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.llContaminants_u3AGxg .llContaminantsBox_u3AGxg {
  display: flex;
  background-color: var(--ll-contaminant-box-color);
  border-radius: 5px;
  flex: 1;
  justify-content: space-between;
  align-items:  center;
  gap: 8px;
  min-width: 190px;
  padding: 8px;
}

.llContaminants_u3AGxg .llSingleContaminant_u3AGxg {
  flex: 1;
  min-width: 220px;
  padding: 0 8px;
}

.llContaminants_u3AGxg .llContaminantsName_u3AGxg {
  flex: 1;
  min-width: 50px;
}

.llContaminants_u3AGxg .llContaminantsUnit_u3AGxg {
  text-align: right;
  color: var(--ll-accent-color);
}

.llContaminants_u3AGxg .llContaminantPassed_u3AGxg {
  display: flex;
  color: var(--ll-info-text-color);
  border: 1px solid var(--ll-info-text-color);
  background-color: var(--ll-contaminant-passed-background-color);
  border-radius: 4px;
  align-items:  center;
  gap: 4px;
  max-width: 70px;
  padding: 3px 5px;
}

.llContaminants_u3AGxg .llContaminantPassed_u3AGxg svg path {
  fill: var(--ll-info-text-color);
}

/* app/javascript/pdp/src/components/v2/LiveTestingIndicator/LiveTestingIndicator.module.css */
.llLiveTestingIndicator_rog--Q {
  display: flex;
  font-size: var(--ll-primary-text-size);
  justify-content: space-between;
  font-weight: 400;
}

.llLiveTestingIndicator_rog--Q .llTesting_rog--Q {
  display: flex;
  align-items:  center;
  gap: 8px;
}

.llLiveTestingIndicator_rog--Q .llTestingIcon_rog--Q {
  animation: llTestingAnimation 2s infinite;
  background-color: #12b97d;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-top: -1px;
  box-shadow: 0 0 #12b97db3;
}

@keyframes llTestingAnimation_k_xi-A {
  0% {
    box-shadow: 0 0 #12b97db3;
  }

  100% {
    box-shadow: 0 0 0 5px #12b97d00;
  }
}

/* app/javascript/pdp/src/components/v3/Widget/Widget.module.css */
.llWidgetV3_BqJ7Fg {
  display: flex;
  font-size: var(--ll-primary-text-size);
  border: 1px solid var(--ll-widget-border-color);
  background-color: var(--ll-widget-background-color);
  border-left: none;
  border-left: 4px solid var(--ll-accent-color);
  color: var(--ll-primary-text-color);
  border-radius: 5px;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 18px 20px 18px 24px;
}

.llWidgetV3_BqJ7Fg .llWidgetHeader_BqJ7Fg {
  display: flex;
  font-size: var(--ll-large-text-size);
  justify-content: space-between;
  font-weight: 600;
}

.llWidgetV3_BqJ7Fg .llSafeLabel_BqJ7Fg {
  color: var(--ll-accent-color);
}

.llWidgetV3_BqJ7Fg .llTestingCompliance_BqJ7Fg {
  display: flex;
  color: var(--ll-accent-color);
  align-items:  center;
  gap: 4px;
}

.llWidgetV3_BqJ7Fg .llTestingIcon_BqJ7Fg {
  display: flex;
}

/* app/javascript/pdp/src/components/Configuration/ConfigurePip/ConfigurePip.module.css */
.configurePip_bgLvrw {
  display: flex;
  gap: 32px;
}

.configurePip_bgLvrw .configOptions_bgLvrw {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.configurePip_bgLvrw .output_bgLvrw {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.configurePip_bgLvrw .heading_bgLvrw {
  font-size: 16px;
}

.configurePip_bgLvrw div.dropdown-label_bgLvrw {
  min-height: auto;
  padding: 7px;
}

.configurePip_bgLvrw .reset_bgLvrw {
  --ll-accent-color: #577cff;
  margin: 8px 0 32px;
}

.configurePip_bgLvrw .reset_bgLvrw svg {
  fill: white;
}

/* app/javascript/pdp/src/components/v4/Widget/Widget.module.css */
.widgetV4_SpjqlQ {
  display: flex;
  font-size: var(--ll-primary-text-size);
  border: 1px solid var(--ll-widget-border-color);
  background-color: var(--ll-widget-background-color);
  border-left: none;
  border-left: 4px solid var(--ll-accent-color);
  color: var(--ll-primary-text-color);
  border-radius: 5px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 18px 20px 18px 24px;
}

.widgetV4_SpjqlQ table tr td {
  text-align: left;
  font-size: var(--ll-primary-text-size);
}

.widgetV4_SpjqlQ th {
  text-align: left;
  font-size: var(--ll-primary-text-size);
}

.widgetV4_SpjqlQ .widgetHeader_SpjqlQ {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.widgetV4_SpjqlQ .certified_SpjqlQ {
  display: flex;
  align-items:  center;
  gap: 8px;
}

.widgetV4_SpjqlQ .logo_SpjqlQ {
  display: flex;
}

.widgetV4_SpjqlQ .description_SpjqlQ {
  font-size: var(--ll-small-text-size);
}

.widgetV4_SpjqlQ .detailLink_SpjqlQ {
  display: inline-block;
  color: var(--ll-accent-color);
  cursor: pointer;
}

.widgetV4_SpjqlQ .testingCompliance_SpjqlQ {
  display: flex;
  color: var(--ll-accent-color);
  align-items:  center;
  gap: 4px;
}

.widgetV4_SpjqlQ .testingIcon_SpjqlQ {
  display: flex;
}

.widgetV4_SpjqlQ .ppb_SpjqlQ {
  display: flex;
  color: var(--ll-light-text-color);
  font-size: var(--ll-small-text-size);
  cursor: pointer;
  align-items:  center;
  gap: 4px;
}

.widgetV4_SpjqlQ .ppb_SpjqlQ svg {
  fill: var(--ll-accent-color);
}

/* app/javascript/pdp/src/components/v4/ContaminantGroups/ContaminantGroups.module.css */
.contaminantGroups_c0OtWg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contaminantGroups_c0OtWg .title_c0OtWg {
  color: var(--ll-light-text-color);
  font-size: var(--ll-small-text-size);
}

/* app/javascript/pdp/src/components/v4/ContaminantGroupItem/ContaminantGroupItem.module.css */
.contaminantGroup_FaGCcw {
  background-color: var(--ll-contaminant-box-color);
  border-radius: 5px;
  padding: 8px;
}

.contaminantGroup_FaGCcw .label_FaGCcw {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items:  center;
  gap: 12px;
}

.contaminantGroup_FaGCcw .label_FaGCcw .name_FaGCcw {
  flex: 1;
  min-width: 50px;
}

.contaminantGroup_FaGCcw .label_FaGCcw .unit_FaGCcw {
  text-align: right;
  min-width: 70px;
}

.contaminantGroup_FaGCcw .label_FaGCcw .openIcon_FaGCcw {
  transition: all .3s;
}

.contaminantGroup_FaGCcw .label_FaGCcw .openIconRotate_FaGCcw {
  transform: rotate(180deg);
}

.contaminantGroup_FaGCcw .label_FaGCcw .passed_FaGCcw {
  border: 1px solid var(--ll-passed-color);
  color: var(--ll-passed-color);
  background-color: var(--ll-success-background-color);
  font-size: var(--ll-small-text-size);
  border-radius: 2px;
  padding: 0 8px;
}

.contaminantGroup_FaGCcw .label_FaGCcw .passed_FaGCcw svg {
  fill: var(--ll-success-text-color);
  margin-right: 4px;
}

.contaminantGroup_FaGCcw .expander_FaGCcw {
  overflow: hidden;
  transition: all .3s;
}

.contaminantGroup_FaGCcw .expander_FaGCcw.expanded_FaGCcw {
  height: auto;
}

.contaminantGroup_FaGCcw .contaminants_FaGCcw {
  display: flex;
  border: 1px solid var(--ll-widget-border-color);
  background-color: #fff;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding: 12px;
}

.contaminantGroup_FaGCcw .contaminants_FaGCcw .what_FaGCcw {
  color: var(--ll-light-text-color);
  margin-bottom: 4px;
}

.contaminantGroup_FaGCcw .contaminants_FaGCcw .successRate_FaGCcw {
  color: var(--ll-accent-color);
}

/* app/javascript/pdp/src/components/v4/Contaminants/Contaminants.module.css */
.contaminants_gjSGMg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contaminants_gjSGMg .contaminantsRow_gjSGMg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contaminants_gjSGMg .contaminantsBox_gjSGMg {
  display: flex;
  background-color: var(--ll-contaminant-box-color);
  border-radius: 5px;
  flex: 1;
  justify-content: space-between;
  align-items:  center;
  gap: 8px;
  min-width: 190px;
  padding: 8px;
}

.contaminants_gjSGMg .singleContaminant_gjSGMg {
  flex: 1;
  min-width: 220px;
  padding: 0 8px;
}

.contaminants_gjSGMg .contaminantsName_gjSGMg {
  flex: 1;
  min-width: 50px;
}

.contaminants_gjSGMg .contaminantsUnit_gjSGMg {
  text-align: right;
  color: var(--ll-contaminant-unit-text-color);
}

.contaminants_gjSGMg .outOfSpec_gjSGMg {
  color: var(--ll-danger-text-color);
}

/* app/javascript/pdp/src/components/Collapsible/Collapsible.module.css */
.collapsible_A6WDdg {
  background-color: var(--ll-contaminant-box-color);
  border-radius: 5px;
  padding: 8px;
}

.collapsible_A6WDdg .label_A6WDdg {
  display: flex;
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items:  center;
  gap: 12px;
}

.collapsible_A6WDdg .label_A6WDdg .openIcon_A6WDdg {
  display: flex;
  align-items:  center;
  transition: all .3s;
}

.collapsible_A6WDdg .label_A6WDdg .openIconRotate_A6WDdg {
  transform: rotate(180deg);
}

.collapsible_A6WDdg .expander_A6WDdg {
  overflow: hidden;
  transition: all .3s;
}

.collapsible_A6WDdg .expander_A6WDdg.expanded_A6WDdg {
  height: auto;
}

/* app/javascript/pdp/src/components/BoldSubstring/BoldSubstring.module.css */
.boldSubstring_YXSifg b {
  font-weight: bold;
}

/* app/javascript/pdp/src/components/v4/Active/Active.module.css */
.active_XGp4Lw .label_XGp4Lw {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.active_XGp4Lw .verified_XGp4Lw {
  display: flex;
  color: var(--ll-passed-color);
  align-items:  center;
}

.active_XGp4Lw .verified_XGp4Lw svg {
  fill: var(--ll-passed-color);
  margin-right: 4px;
}

.active_XGp4Lw .content_XGp4Lw {
  display: flex;
  border: 1px solid var(--ll-widget-border-color);
  background-color: #fff;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding: 12px;
}

/* app/javascript/pdp/src/components/v4/ActiveIngredients/ActiveIngredients.module.css */
.activeIngredients_ZwzNTQ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.activeIngredients_ZwzNTQ .title_ZwzNTQ {
  font-size: var(--ll-small-text-size);
  color: var(--ll-light-text-color);
}

/* app/javascript/pdp/src/components/v4/DetailSideBar/DetailSideBar.module.css */
.detailSidebar_84BIBQ {
  display: flex;
  flex-direction: column;
}

.body_84BIBQ {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  padding: 24px 14px;
}

.title_84BIBQ {
  display: flex;
  font-size: var(--ll-xl-text-size);
  align-items:  center;
  gap: 8px;
  font-weight: 500;
}

.description_84BIBQ {
  color: var(--ll-light-text-color);
}

.sectionTitle_84BIBQ {
  font-size: var(--ll-large-text-size);
}

.section_84BIBQ {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer_84BIBQ {
  display: flex;
  background-color: var(--ll-active-background-color);
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  box-shadow: 0 -2px 4px #0000001a;
}

.footer_84BIBQ a {
  color: var(--ll-info-text-color);
  text-decoration: none;
}

.footer_84BIBQ a:visited {
  color: var(--ll-info-text-color);
  text-decoration: none;
}

.closeIcon_84BIBQ {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 14px;
}

/* app/javascript/pdp/src/components/SideBar/SideBar.module.css */
.sidebar_d4jqig {
  --ll-sidebar-width: 412px;
  --ll-sidbar-buffer: 10px;
}

.sidebar_d4jqig .backdrop_d4jqig {
  position: fixed;
  z-index: 100000;
  opacity: .2;
  background-color: #000;
  inset: 0;
}

.sidebar_d4jqig .content_d4jqig {
  display: flex;
  width: var(--ll-sidebar-width);
  position: fixed;
  top: 0;
  right: calc((var(--ll-sidebar-width)  + var(--ll-sidbar-buffer)) * -1);
  z-index: 100001;
  pointer-events: none;
  overflow-y: auto;
  background: #fff;
  transition: all .3s;
  bottom: 0;
}

.sidebar_d4jqig.open_d4jqig .content_d4jqig {
  pointer-events: auto;
  right: 0;
}

/* app/javascript/pdp/src/components/v4/DetailCollapsible/DetailCollapsible.module.css */
.detailCollapsible_1v6-ag {
  border: 1px solid var(--ll-widget-border-color);
  border-radius: 0;
}

.detailCollapsible_1v6-ag .labelContent_1v6-ag {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.detailCollapsible_1v6-ag .labelItem_1v6-ag {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.detailCollapsible_1v6-ag .labelItem_1v6-ag.status_1v6-ag {
  white-space: nowrap;
  width: 80px;
}

.detailCollapsible_1v6-ag .label_1v6-ag {
  color: var(--ll-light-text-color);
}

.detailCollapsible_1v6-ag .labelValue_1v6-ag {
  font-size: var(--ll-large-text-size);
}

.detailCollapsible_1v6-ag .pass_1v6-ag {
  color: var(--ll-success-text-color);
}

.detailCollapsible_1v6-ag .fail_1v6-ag {
  color: var(--ll-danger-text-color);
}

.detailCollapsible_1v6-ag .content_1v6-ag {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.detailCollapsible_1v6-ag .emphasis_1v6-ag {
  font-weight: bold;
}

.detailCollapsible_1v6-ag table tr td {
  padding: 4px 0;
}

.detailCollapsible_1v6-ag table tr th {
  padding: 4px 0;
}

.detailCollapsible_1v6-ag table thead tr th {
  color: var(--ll-light-text-color);
  font-weight: 400;
}

.detailCollapsible_1v6-ag table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--ll-widget-border-color);
}

.detailCollapsible_1v6-ag .outOfSpec_1v6-ag {
  color: var(--ll-danger-text-color);
}
