.wc-at-complaint-label {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 3px;
  background-color: #f8d7da;
  color: #721c24;
  font-weight: 600;
}

.wc-at-row-complaint {
  background-color: #fff4f4;
}

.wc-at-status-badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 3px;
  font-weight: 600;
}

.wc-at-status-open {
  background-color: #d1ecf1;
  color: #0c5460;
}

.wc-at-status-pending {
  background-color: #fff3cd;
  color: #856404;
}

.wc-at-status-answered {
  background-color: #d4edda;
  color: #155724;
}

.wc-at-status-closed {
  background-color: #e2e3e5;
  color: #383d41;
}
.wc-ap-dir-ltr .wc-at-user-tickets,
.wc-ap-dir-ltr .wc-at-agent-tickets {
  direction: ltr;
  text-align: left;
}

.wc-ap-dir-rtl .wc-at-user-tickets,
.wc-ap-dir-rtl .wc-at-agent-tickets {
  direction: rtl;
  text-align: right;
}
