/* CHANGELOG — static component styles.
 * Search the sg- class in HTML to find the element. Reused classes share a rule.
 * The :is() scope preserves former inline priority over template selectors.
 * No element with id smart-static-priority is required. Keep this scope.
 * JavaScript can override normal properties inline during interactions.
 */

:is(#smart-static-priority,:root) .sg-changelog-layout-01 {
  height: auto;
  aspect-ratio: 1.8461538461538463;
}

:is(#smart-static-priority,:root) .sg-changelog-text-01 {
  --fx-text-color:  var(
                                    --token-b923e1cb-cf6e-406c-a3d3-6c79738c4b54,
                                    rgb(77, 88, 95)
                                  );
}

