/* 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 */
.s-buttons-repeater {
  margin: 1.5rem 0;
}
.s-buttons-repeater.is-align-center .c-buttons {
  justify-content: center;
}
.s-buttons-repeater.is-align-right .c-buttons {
  justify-content: flex-end;
}
.s-buttons-repeater .c-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-buttons-repeater__placeholder {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-dark);
  font-weight: 400;
}
.s-buttons-repeater__placeholder {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-buttons-repeater__placeholder {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-buttons-repeater__placeholder {
    font-size: 0.875rem;
  }
}