.RadioGroup_root__jUusa {
  display: flex;
  gap: var(--gap);
  padding: var(--padding);
  margin: var(--margin);
  cursor: default;
}

  .RadioGroup_root__jUusa[aria-orientation="vertical"] {
    flex-direction: column;
  }

.RadioGroup_root__jUusa[aria-justify="between"] {
  justify-content: space-between;
}

.RadioGroup_root__jUusa[aria-justify="center"] {
  justify-content: center;
}

.RadioGroup_radioButton__L081v {
  display: flex;
  align-items: center;
}

.RadioGroup_item__FMbMh {
  padding: 4px;
  background-color: white;
  border: 2px solid var(--lucy-grey2);
  width: var(--size-5);
  height: var(--size-5);
  border-radius: var(--radius-round);
  flex-shrink: 0;
}

.RadioGroup_item__FMbMh:hover,
  .RadioGroup_item__FMbMh:focus {
    background-color: hsl(var(--gray-2-hsl) / 50%);
  }

.RadioGroup_indicator__9TC3F {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  background-color: var(--lucy-grey2);
  border-radius: var(--radius-round);
}

.RadioGroup_label__xFx0I {
  color: var(--foreground);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-left: var(--size-2);
  width: 100%;
}

.RadioGroup_divider__jBF14 {
  height: 0.063rem;
  width: 100%;
  background-color: var(--border);
  opacity: 0.5;
  margin-top: var(--size-2);
}

.AdvancedInfos_logo__O7HXl {
  object-fit: contain;
  max-height: 130px;
}

.AdvancedInfos_logoDiv__aqgDq {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  border-radius: 20px;
  background-color: var(--off-white);
  flex-shrink: 0;
}

.AdvancedInfos_addNewAddress__tpEWm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px;
  background-color: transparent;
  padding: 40px 50px;
  border: 2px dashed var(--bg-color, --background);
  text-transform: uppercase;
  font-weight: 600;
}

.AdvancedInfos_addNewAddress__tpEWm:focus,
  .AdvancedInfos_addNewAddress__tpEWm:hover {
    background-color: rgba(255 255 255 / 30%);
  }

@media (max-width: 580px) {
  .AdvancedInfos_logoInsert__m0_Ml {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.RadioGroupForm_container__MVJqR {
  display: flex;
  flex-direction: var(--direction);
  gap: var(--gap);
  padding: var(--padding);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
}

