/* Container Query Responsive Text for Widgets */
@container (min-width: 0) {
  .scalable-text {
    font-size: min(6cqw, 3.5rem);
    line-height: 1.1;
  }
  .scalable-text-small {
    font-size: min(5cqw, 5rem);
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
  }
}
