/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.c-separator.has-bg-transparent-background-color {
  background: transparent !important;
}
.c-separator.has-bg-white-background-color {
  background-color: var(--wp--preset--color--bg-white);
}
.c-separator.has-bg-secondary-lightest-background-color {
  background-color: var(--wp--preset--color--bg-black);
}
.c-separator__content {
  width: 100%;
}
.c-separator__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
.c-separator__content--light .c-separator__line {
  background-color: rgba(189, 212, 231, 0.5);
}
.c-separator__content--dark .c-separator__line {
  background-color: rgba(255, 255, 255, 0.25);
}