/* MISSION — 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-mission-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-color: var(--token-8a16c1e0-9178-435f-8361-d83efd74d213,
                                rgb(237, 241, 244)
                              );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

