.ticket-rules {
  font-family: NotoSansArabic, sans-serif;
  border: 2px solid #ff334e;
  border-radius: 8px;
  margin-top: 32px;
  border-radius: 8px;
  padding: 12px;
  direction: rtl;
  position: relative;
  background: #FCFCFC;
}

.ticket-rules h2 {
  color: #262526;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.ticket-rules ul {
  margin-top: 4px;
  margin-bottom: 0px;
  padding-right: 16px;
  position: relative;
}

.ticket-rules li {
  list-style: none;
  position: relative;
  font-size: 10px;
  font-weight: normal !important;
  color: #3d3d3d;
  white-space: pre-line;
}

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