.xo-recipient {
  padding-bottom: 2rem;
}
.xo-recipient[xo-active]:not([xo-active="false"]) .xo-recipient__fields {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.xo-recipient[xo-error]:not([xo-error="false"]) .xo-recipient__error {
  display: block;
}

.xo-recipient__error,
.xo-recipient__fields {
  display: none;
}
