/* per_set_user_ag.css — user agreement module styles */

.per-set-panel__title {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 24px;
}

.per-set-user-ag-item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-weight: 600;
}

.per-set-user-ag-item p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.per-set-empty {
  border: 1px dashed #ddd;
  border-radius: 12px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  background: #fafafa;
}
