:local {
  .region {
    outline: none;
  }

  .custom-icon {
    height: 1em;
    width: 1em;
  }

  .banners-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .banner-list-item {
    outline: none;
  }
  
  .hidden-log {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap; /* Ensures words are not read one at a time on screen readers */
    width: 1px;
  }

  // Used to style banners with the bottom margin provided by the legacy terra-alert component
  // when no override styles are provided.
  .legacy-banner-style {
    margin: 0 0 1px;
  }
}
