/* 班组履职评价系统 V1.6.24：保留 V1.6.23 无车间属性用户管理界面。 */

.no-workshop-boundary {
  margin: 0;
  border: 1px solid #cce7df;
  line-height: 1.75;
}

.no-workshop-boundary strong {
  color: #116d60;
}

.no-workshop-person .person-meta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.no-workshop-person > footer {
  align-items: center;
}

.no-workshop-protected {
  max-width: 100%;
  min-height: 30px;
  height: auto;
  padding: 6px 10px;
  line-height: 1.55;
  white-space: normal;
}

@media (max-width: 430px) {
  .no-workshop-person .person-meta-grid {
    grid-template-columns: 1fr;
  }
}
