/* Univers Carrelage account pages: login, registration and password recovery. */

body.page-authentication,
body.page-registration,
body.page-password {
  --uc-account-ink: #24211f;
  --uc-account-muted: #6e6863;
  --uc-account-paper: #fffdfa;
  --uc-account-line: #ded6ce;
  --uc-account-terracotta: #9a4f35;
  --uc-account-terracotta-dark: #7e3f2b;
  --uc-account-shadow: 0 24px 70px rgba(52, 40, 31, .12);
}

body.page-authentication #hero_section,
body.page-registration #hero_section,
body.page-password #hero_section {
  min-height: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #ebe6e1;
  background: #fff !important;
}

body.page-authentication #hero_section > .container,
body.page-registration #hero_section > .container,
body.page-password #hero_section > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  padding: 0;
}

body.page-authentication #hero_section .page-title-wrapper,
body.page-registration #hero_section .page-title-wrapper,
body.page-password #hero_section .page-title-wrapper {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 !important;
}

body.page-authentication #hero_section .page-header,
body.page-registration #hero_section .page-header,
body.page-password #hero_section .page-header {
  display: none;
}

body.page-authentication #hero_section .breadcrumb,
body.page-registration #hero_section .breadcrumb,
body.page-password #hero_section .breadcrumb {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body.page-authentication #wrapper,
body.page-registration #wrapper,
body.page-password #wrapper {
  position: relative;
  padding: 20px 0 70px !important;
  background: none;
}

body.page-authentication #wrapper > .container,
body.page-registration #wrapper > .container,
body.page-password #wrapper > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  padding: 0;
}

body.page-authentication #wrapper > .container > .row,
body.page-registration #wrapper > .container > .row,
body.page-password #wrapper > .container > .row {
  margin: 0;
}

body.page-authentication #content-wrapper,
body.page-registration #content-wrapper,
body.page-password #content-wrapper {
  padding: 0 !important;
}

body.page-authentication #main #content,
body.page-registration #main #content,
body.page-password #main #content {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-authentication #main > .page-footer,
body.page-registration #main > .page-footer,
body.page-password #main > .page-footer {
  display: none;
}

.uc-account-auth {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(93, 73, 58, .13);
  border-radius: 26px;
  background: var(--uc-account-paper);
  box-shadow: var(--uc-account-shadow);
}

.uc-account-auth--register {
  min-height: 805px;
}

.uc-account-auth--password {
  min-height: 620px;
}

.uc-account-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(27, 24, 21, .08) 0%, rgba(27, 24, 21, .72) 100%),
    url("/img/cms/uc-home-travertin-20260609.webp") center / cover no-repeat;
  color: #fff;
}

.uc-account-visual::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 17px;
  content: "";
  pointer-events: none;
}

.uc-account-visual__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 54px 50px;
}

.uc-account-visual__eyebrow,
.uc-account-kicker {
  margin: 0 0 12px;
  color: var(--uc-account-terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .10em;
  line-height: 1.3;
  text-transform: uppercase;
}

.uc-account-visual__eyebrow {
  color: #f3d9ce;
}

.uc-account-visual h2 {
  max-width: 430px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-transform: none;
}

.uc-account-visual__copy {
  max-width: 430px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .87);
  font-size: 16px;
  line-height: 1.5;
}

.uc-account-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-account-trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(20, 17, 15, .25);
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  backdrop-filter: blur(8px);
}

.uc-account-trust li span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 11px;
}

.uc-account-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 54px clamp(42px, 5vw, 72px);
  background: rgba(255, 253, 250, .98);
}

.uc-account-auth--register .uc-account-card {
  align-items: flex-start;
  padding-top: 46px;
  padding-bottom: 46px;
}

.uc-account-panel {
  width: 100%;
  max-width: 500px;
}

.uc-account-title {
  margin: 0;
  color: var(--uc-account-ink);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-transform: none;
}

.uc-account-intro {
  max-width: 470px;
  margin: 14px 0 28px;
  color: var(--uc-account-muted);
  font-size: 16px;
  line-height: 1.5;
}

.uc-account-auth--register .uc-account-intro {
  margin-bottom: 22px;
}

.uc-account-intro a,
.uc-account-card .forgot-password a,
.uc-account-back {
  color: var(--uc-account-terracotta);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.uc-account-card .forgot-password a:hover,
.uc-account-card .forgot-password a:focus {
  text-decoration: none !important;
}

.uc-account-card a:hover,
.uc-account-card a:focus {
  text-decoration: none !important;
}

.uc-account-card .form-group.row {
  display: block;
  margin: 0 0 18px;
}

.uc-account-card .form-group.row > .form-control-label {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
  color: #3f3a36;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.uc-account-card .form-group.row > .js-input-column {
  display: block;
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
}

.uc-account-card .form-group.row > .form-control-comment:not(.js-input-column) {
  display: none;
}

.uc-account-card .form-control,
.uc-password-field .form-control {
  width: 100%;
  height: 52px;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid var(--uc-account-line);
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--uc-account-ink);
  font-size: 15px;
  box-shadow: none;
  transition: border-color .18s, background-color .18s;
}

.uc-account-card .form-control::placeholder,
.uc-password-field .form-control::placeholder {
  color: #a39a93;
  opacity: 1;
}

.uc-account-card .form-control:hover::placeholder,
.uc-account-card .form-control:focus::placeholder,
.uc-account-card .form-control:active::placeholder,
.uc-account-card .input-group:hover .form-control::placeholder {
  color: #a39a93 !important;
  opacity: 1 !important;
}

.uc-account-card .form-control:focus,
.uc-password-field .form-control:focus {
  border-color: #b9aaa0 !important;
  outline: 0;
  background: #fff !important;
  box-shadow: none !important;
}

.uc-account-card .input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.uc-account-card .input-group .form-control {
  z-index: 1 !important;
  padding-right: 86px;
}

.uc-account-card .input-group .form-control:hover,
.uc-account-card .input-group .form-control:focus,
.uc-account-card .input-group .form-control:active {
  z-index: 1 !important;
}

.uc-account-card .input-group-btn {
  position: absolute;
  z-index: 6 !important;
  top: 50%;
  right: 7px;
  width: auto;
  transform: translateY(-50%);
}

.uc-account-card .input-group-btn > .btn,
.uc-account-card .input-group-btn > .btn:hover,
.uc-account-card .input-group-btn > .btn:focus {
  min-width: 0 !important;
  height: auto !important;
  padding: 7px 8px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--uc-account-terracotta) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2 !important;
  box-shadow: none !important;
  text-transform: none !important;
  transform: none !important;
}

.uc-account-card .input-group:hover .input-group-btn,
.uc-account-card .input-group:hover .input-group-btn > .btn,
.uc-account-card .input-group .input-group-btn > .btn:hover {
  z-index: 6 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  color: var(--uc-account-terracotta) !important;
}

.uc-account-card .js-input-column > .form-control-comment,
.uc-account-card .password-requirements,
.uc-account-card .password-strength,
.uc-account-card .password-feedback {
  display: block;
  margin-top: 6px;
  color: #8a817a;
  font-size: 11px;
  line-height: 1.35;
}

.uc-account-card .help-block,
.uc-account-card .alert,
.uc-account-card .ps-alert-error {
  font-size: 13px;
}

.uc-account-card .forgot-password {
  margin: -2px 0 24px;
  text-align: right;
}

.uc-account-card .form-footer {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

.uc-account-card .btn-primary,
.uc-account-card .form-control-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--uc-account-terracotta);
  border-radius: 10px;
  background: var(--uc-account-terracotta);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  box-shadow: none;
  transition: background .2s, border-color .2s;
}

.uc-account-card .btn-primary:hover,
.uc-account-card .btn-primary:focus,
.uc-account-card .form-control-submit:hover,
.uc-account-card .form-control-submit:focus {
  border-color: var(--uc-account-terracotta-dark);
  background: var(--uc-account-terracotta-dark);
  color: #fff;
  transform: none !important;
}

.uc-account-separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  margin: 24px 0 18px;
  color: #9b918a;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.uc-account-separator::before,
.uc-account-separator::after {
  height: 1px;
  background: #e8e0d9;
  content: "";
}

.uc-account-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  border: 1px solid #d8cfc7;
  border-radius: 10px;
  background: #fff;
  color: var(--uc-account-ink);
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.uc-account-secondary:hover,
.uc-account-secondary:focus {
  border-color: var(--uc-account-terracotta);
  color: var(--uc-account-terracotta-dark);
}

.uc-account-secondary span {
  color: var(--uc-account-terracotta);
  font-size: 19px;
}

.uc-account-auth--register #customer-form > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
}

.uc-account-auth--register #customer-form > div > .form-group,
.uc-account-auth--register #customer-form > div > .field-password-policy {
  grid-column: 1 / -1;
}

.uc-account-auth--register #customer-form > div > .form-group:has(#field-firstname),
.uc-account-auth--register #customer-form > div > .form-group:has(#field-lastname) {
  grid-column: auto;
}

.uc-account-name-field {
  min-width: 0;
}

.uc-account-name-field .help-block {
  display: none !important;
}

.uc-account-name-field .has-error .form-control {
  border-width: 1px !important;
  border-color: #c86e65 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.uc-account-name-error {
  margin: -9px 0 15px;
  padding: 7px 10px;
  border: 0;
  border-left: 2px solid #b95850;
  border-radius: 0 6px 6px 0;
  background: #fbf2f1;
  color: #9e403a;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.uc-account-auth--register .form-group:has(input[name="id_gender"]) .js-input-column {
  display: flex;
  gap: 10px;
}

.uc-account-auth--register .form-group:has(input[name="id_gender"]) > .form-control-label {
  display: none;
}

.uc-account-auth--register .radio-inline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 38px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--uc-account-line);
  border-radius: 999px;
  background: #fff;
  color: var(--uc-account-muted);
  cursor: pointer;
}

.uc-account-auth--register .radio-inline .custom-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.uc-account-auth--register .radio-inline:has(input:checked) {
  border-color: var(--uc-account-terracotta);
  background: #f7ebe6;
  color: var(--uc-account-terracotta-dark);
  font-weight: 600;
}

.uc-account-auth--register label[for="field-birthday"]::after {
  color: #8b827b;
  font-weight: 400;
  content: " — optionnel";
}

.uc-account-auth--register #field-birthday {
  padding-left: 20px;
}

.uc-account-auth--register .form-group:has(#field-birthday) .help-block {
  display: none !important;
}

.uc-account-auth--register #field-birthday[aria-invalid="true"] {
  border-width: 1px !important;
  border-color: #c86e65 !important;
  box-shadow: none !important;
}

.uc-account-birthday-error {
  margin: 7px 0 0;
  padding: 7px 10px;
  border: 0;
  border-left: 2px solid #b95850;
  border-radius: 0 6px 6px 0;
  background: #fbf2f1;
  color: #9e403a;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.uc-account-birthday-error[hidden] {
  display: none;
}

.uc-account-auth--register .js-input-column > .form-control-comment,
.uc-account-auth--register .password-strength-feedback {
  display: none !important;
}

.uc-account-auth--register .field-password-policy > .form-group {
  margin-bottom: 0;
}

.uc-account-password-strength {
  --uc-password-strength-color: #b8afa8;
  --uc-password-strength-width: 0%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 18px;
  color: #847a73;
  font-size: 11px;
  line-height: 1.35;
}

.uc-account-password-strength__bar {
  position: relative;
  display: block;
  flex: 0 0 54px;
  width: 54px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e0d8;
}

.uc-account-password-strength__bar > span {
  display: block;
  width: var(--uc-password-strength-width);
  height: 100%;
  border-radius: inherit;
  background: var(--uc-password-strength-color);
  transition: width .22s ease, background-color .22s ease;
}

.uc-account-password-strength strong {
  color: var(--uc-password-strength-color);
  font-weight: 700;
}

.uc-account-password-strength[data-score="0"] {
  --uc-password-strength-color: #b64b42;
  --uc-password-strength-width: 20%;
}

.uc-account-password-strength[data-score="1"] {
  --uc-password-strength-color: #c96b45;
  --uc-password-strength-width: 40%;
}

.uc-account-password-strength[data-score="2"] {
  --uc-password-strength-color: #b28a35;
  --uc-password-strength-width: 60%;
}

.uc-account-password-strength[data-score="3"] {
  --uc-password-strength-color: #4d7c5b;
  --uc-password-strength-width: 80%;
}

.uc-account-password-strength[data-score="4"] {
  --uc-password-strength-color: #2f6842;
  --uc-password-strength-width: 100%;
}

.uc-account-checkbox-stack {
  display: grid;
  grid-column: 1 / -1;
  gap: 11px;
  margin: 4px 0 22px;
  padding: 17px;
  border: 1px solid #e9e1da;
  border-radius: 11px;
  background: #faf6f2;
  font-size: 14px;
}

.uc-account-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #5f5852;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}

.uc-account-check input[type="checkbox"] {
  position: static !important;
  display: block !important;
  flex: 0 0 17px;
  width: 17px !important;
  height: 17px !important;
  margin: 2px 0 0 !important;
  opacity: 1 !important;
  appearance: auto !important;
  accent-color: var(--uc-account-terracotta);
}

.uc-account-check > span {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.uc-account-check a {
  color: var(--uc-account-terracotta);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.uc-account-professional {
  grid-column: 1 / -1;
  margin: 3px 0 18px;
  overflow: hidden;
  border: 1px solid #e1d7ce;
  border-radius: 12px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}

.uc-account-professional.is-expanded {
  border-color: #cdb5a9;
  box-shadow: 0 9px 24px rgba(89, 61, 46, .07);
}

.uc-account-professional__toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
}

.uc-account-professional__toggle > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.uc-account-professional__switch {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 22px;
  border-radius: 999px;
  background: #d9d0c9;
  transition: background-color .2s;
}

.uc-account-professional__switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(43, 35, 30, .2);
  content: "";
  transition: transform .2s;
}

.uc-account-professional__toggle > input:checked + .uc-account-professional__switch {
  background: var(--uc-account-terracotta);
}

.uc-account-professional__toggle > input:checked + .uc-account-professional__switch::after {
  transform: translateX(18px);
}

.uc-account-professional__toggle > input:focus-visible + .uc-account-professional__switch {
  outline: 2px solid rgba(154, 79, 53, .35);
  outline-offset: 3px;
}

.uc-account-professional__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.uc-account-professional__copy strong {
  color: #403a36;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.uc-account-professional__copy small {
  color: #817871;
  font-size: 12px;
  line-height: 1.35;
}

.uc-account-professional__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  padding: 16px 16px 0;
  border-top: 1px solid #ece4dd;
  background: #fcfaf8;
}

.uc-account-professional__fields[hidden] {
  display: none;
}

.uc-account-professional__fields > p {
  grid-column: 1 / -1;
  margin: 0 0 13px;
  color: #766d66;
  font-size: 12px;
  line-height: 1.45;
}

.uc-account-professional__fields > .form-group {
  grid-column: auto;
}

.uc-account-professional__fields label[for="field-company"]::after {
  color: var(--uc-account-terracotta);
  content: " *";
}

.uc-account-professional__fields label[for="field-siret"]::after {
  color: #8b827b;
  font-weight: 400;
  content: " — optionnel";
}

.uc-account-auth--register #customer-form .form-footer {
  margin-top: 0;
}

.uc-password-field label {
  display: block;
  margin-bottom: 7px;
  color: #3f3a36;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.uc-account-info {
  display: flex;
  gap: 12px;
  margin: 23px 0;
  padding: 15px 16px;
  border: 1px solid #e4d9cf;
  border-radius: 11px;
  background: #faf6f1;
  color: #5f5750;
  font-size: 14px;
}

.uc-account-info > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eadbd1;
  color: var(--uc-account-terracotta-dark);
  font-weight: 700;
}

.uc-account-info p {
  margin: 1px 0 0;
}

.uc-account-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  font-size: 14px;
  text-decoration: none !important;
}

.uc-account-back:hover,
.uc-account-back:focus {
  text-decoration: none !important;
}

.uc-account-back__label {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.uc-account-back:hover .uc-account-back__label,
.uc-account-back:focus .uc-account-back__label {
  text-decoration: none !important;
}

.uc-password-form .ps-alert-error {
  margin: 0 0 18px;
  padding: 0;
}

@media (max-width: 991px) {
  .uc-account-auth {
    grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr);
  }

  .uc-account-card {
    padding-right: 38px;
    padding-left: 38px;
  }

  .uc-account-visual__content {
    padding: 44px 38px;
  }
}

@media (max-width: 767px) {
  body.page-authentication #hero_section > .container,
  body.page-registration #hero_section > .container,
  body.page-password #hero_section > .container,
  body.page-authentication #wrapper > .container,
  body.page-registration #wrapper > .container,
  body.page-password #wrapper > .container {
    width: min(100% - 24px, 620px);
  }

  body.page-authentication #hero_section .page-title-wrapper,
  body.page-registration #hero_section .page-title-wrapper,
  body.page-password #hero_section .page-title-wrapper {
    min-height: 50px;
  }

  body.page-authentication #wrapper,
  body.page-registration #wrapper,
  body.page-password #wrapper {
    padding: 8px 0 52px !important;
  }

  .uc-account-auth,
  .uc-account-auth--register,
  .uc-account-auth--password {
    display: block;
    min-height: 0;
    border-radius: 20px;
  }

  .uc-account-visual {
    min-height: 205px;
    background-position: center 48%;
  }

  .uc-account-visual::after {
    inset: 11px;
  }

  .uc-account-visual__content {
    padding: 30px 28px;
  }

  .uc-account-visual h2 {
    max-width: 340px;
    margin: 0;
    font-size: 29px;
  }

  .uc-account-visual__copy,
  .uc-account-trust {
    display: none;
  }

  .uc-account-card,
  .uc-account-auth--register .uc-account-card {
    padding: 35px 25px 39px;
  }

  .uc-account-panel {
    max-width: none;
  }

  .uc-account-title {
    font-size: 35px;
  }

  .uc-account-auth--register #customer-form > div {
    grid-template-columns: 1fr;
  }

  .uc-account-auth--register #customer-form > div > .form-group:has(#field-firstname),
  .uc-account-auth--register #customer-form > div > .form-group:has(#field-lastname) {
    grid-column: 1 / -1;
  }

  .uc-account-name-field {
    grid-column: 1 / -1;
  }

  .uc-account-professional__fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .uc-account-card,
  .uc-account-auth--register .uc-account-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .uc-account-separator {
    gap: 8px;
    font-size: 10px;
  }
}
