/* -------------------------------------------------------------------------- */
/*                                 Layout global                              */
/* -------------------------------------------------------------------------- */
.lb_ui-justify-self {
  justify-self: var(--lb-ui-align, center);
}
.w-full {
  width: 100%;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}

.lb_ui-text-align {
  text-align: var(--lb-ui-align, center);
}
