/* SECURITY — 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-security-text-01 {
  --fx-text-alignment:  left;
  --fx-text-color:  var(
                          --token-0edc2e6a-5fd1-47c5-a905-c3de9f07cea3,
                          rgb(29, 29, 29)
                        );
}

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

:is(#smart-static-priority,:root) .sg-security-border-01 {
  --border-bottom-width:  1px;
  --border-color:  var(
                              --token-3992e4b1-4934-4fc5-9122-067e1dd544fa,
                              rgb(221, 229, 237)
                            );
  --border-left-width:  1px;
  --border-right-width:  1px;
  --border-style:  solid;
  --border-top-width:  1px;
  background: linear-gradient(110deg,var(--token-8a16c1e0-9178-435f-8361-d83efd74d213, rgb(237, 241, 244)) 0%,var(--token-8a16c1e0-9178-435f-8361-d83efd74d213, rgb(237, 241, 244)) 100%);
  background-color: var(--token-8a16c1e0-9178-435f-8361-d83efd74d213,
                              rgb(237, 241, 244)
                            );
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

:is(#smart-static-priority,:root) .sg-security-surface-01 {
  background-color: var(--token-260f9222-11bc-40e3-a74c-4f1dae7b4ffa,
                                    rgb(255, 255, 255)
                                  );
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  transform: rotate(-45deg);
}

