/* BLOG-DETAIL — 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-blog-detail-layout-01 {
  height: auto;
  aspect-ratio: 1.7647058823529411;
}

:is(#smart-static-priority,:root) .sg-blog-detail-layout-02 {
  height: auto;
  aspect-ratio: 1.7673048600883652;
}

