:local {
  .orion-fusion-theme {
    --terra-table-cell-border-left: 1px solid #c8cacb;
    --terra-table-cell-border-right: 1px solid #c8cacb;
    --terra-section-header-font-size: 1rem;

    /* stylelint-disable selector-max-compound-selectors */
    &.header-row {
      .header-cell:focus .section-header,
      .header-cell .section-header:focus-within {
        box-shadow: inset 0 0 1px 3px rgba(76, 178, 233, 0.5), inset 0 0 7px 4px rgba(76, 178, 233, 0.35);
        outline: none;
      }

      .header-cell:focus {
        --terra-table-section-focus-outline: none;
      }
    }
  }
}
