.rustdesk-ticket-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #f0c36d;
  border-left: 4px solid #f0ad00;
  border-radius: 4px;
  background: #fff8e6;
  color: #4a3b12;
  font-size: 14px;
  line-height: 1.7;
}

.rustdesk-ticket-notice strong {
  display: block;
  margin-bottom: 4px;
  color: #2f260c;
  font-weight: 700;
}

.rustdesk-ticket-notice a {
  color: #0b5ed7;
  font-weight: 700;
  text-decoration: underline;
}
