/* scoped: si-announcement-bar */

  .announcement-bar:where(.si-announcement-bar, .si-announcement-bar *){
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #D62121 0%, #FFFFFF 170.7%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .announcement-text:where(.si-announcement-bar, .si-announcement-bar *){
    width: auto;
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
  }



  html.is-mobile .announcement-text:where(.si-announcement-bar, .si-announcement-bar *){
    width: 312px !important;
    white-space: normal !important;
  }
