#product-container {
    border-radius: 4px;
    padding: 16px;
    width: max-content;
    background: #5A9E2E66;
    border: 1px solid #5A9E2E;
}

.product-selection {
    color: #333333 !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.product-info {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  min-width: max-content;
}

.product-selection-wrapper {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 16px;
}

.product-label {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

#product-list {
  display: flex;
  gap: 24px;
  align-items: center;
}

.product-option {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-radio {
  width: 16px;
  height: 16px;
  border: 1px solid #D0D5DD;
  border-radius: 50%;
}

.product-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

#registration-container {
    all: unset;
}