html, body {
    height: 100%;
    margin: 0;
  }
  
  h1 {
    color: #fff;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  /*
  #banner {
    align-items: center;
    background-color: #c5212b;
    display: flex;
    height: 50px;
  }

  #banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c5212b;
    height: 50px;
    width: 100%;
    padding: 0 20px;
  }
*/
  #banner {
    display: flex;
    align-items: center;
    background-color: #122345;
    height: 50px;
    width: 100%;
    padding: 0 20px;
  }
  
  #banner > div {
    display: flex;
    align-items: center;
    width: 96%;
  }
  
  .page-title {
    color: #fff;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding-right: 10px;
  }
  
  #banner p {
    margin: 0;
    margin-left: auto; /* Pushes it to the right */
  }
  
  #banner p a {
    color: white;
    text-decoration: none;
    font-family: Segoe UI;
    font-size: 14px;
  }



  
  #custom-questions {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    z-index: 1000;
  }
  
  #webchat {
    top: 100px;
    height: calc(100% - 100px);
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  
  .webchat__bubble a {
    color: #c61e12 !important;
  }
  
  .suggested-action_buttons {
    align-items: center;
    background-color: white;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-family: Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    height: 41px;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
  }

  #banner > div img {
    width: 50px;
  }
  @media only screen and (max-width: 768px) {
  .page-title {
    display: none !important;
  }

  #banner > div {
    display: flex;
    align-items: center;
    width: 93%;
  }
}

