#cusocal-alert-banner {
    position: sticky;
    width: 100%;
    max-width: 100vw;
    padding: 8px 15px 8px 15px;
    text-align: center !important;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    z-index: 9999;
    box-sizing: border-box;
    top: 0;
    min-height: 32px!important;
    border-bottom: 1px solid #000;
}

#cusocal-alert-banner span{
    width: 94%;
    max-width: 94%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

#cusocal-close {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: inherit;
    float: right;
}

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575px) {
    #cusocal-alert-banner {
        text-align: left;
        font-size: 14px;
    }

    #cusocal-alert-banner span{
        max-width: 92%;
    }
  }
  
  /* Small Devices (portrait phones to small tablets, 576px to 767px) */
  @media (min-width: 576px) and (max-width: 767px) {
    #cusocal-alert-banner {
        text-align: left;
    }
  }
  
  /* Medium Devices (tablets, 768px to 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    /* Styles for medium devices */
  }
  
  /* Large Devices (desktops, 992px to 1199px) */
  @media (min-width: 992px) and (max-width: 1199px) {
    /* Styles for large devices */
  }
  
  /* Extra Large Devices (large desktops, 1200px to 1399px) */
  @media (min-width: 1200px) and (max-width: 1399px) {
    /* Styles for extra large devices */
  }
  
  /* XXL Devices (very large screens, 1400px and up) */
  @media (min-width: 1400px) {
    /* Styles for XXL devices */
  }
  