.ticket-notes {
    border: 2px solid #ff334e;
    border-radius: 8px;
    margin-top: 32px;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    background: #FCFCFC;
  }

  .ticket-notes h2 {
    color: #262526;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
  }
  
  .ticket-notes ul {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-right: 16px;
    position: relative;
  }
  
  .ticket-notes li {
    position: relative;
    font-size: 10px;
    font-weight: normal !important;
    color: #3d3d3d;
    white-space: pre-line;
  }

  .ticket-rules li::before {
    content: "";
    position: absolute;
    left: -10.5px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #3d3d3d;
    border-radius: 50%;
  }