@media (min-width: 801px) {
  .archive-test-simple {
    margin-top: 28px;
    padding: 0;
    border-top: 0;
    grid-template-columns: 1fr auto;
  }

  .archive-test-simple strong,
  .archive-test-simple a {
    justify-self: start;
    text-align: left;
  }

  .archive-test-simple a { grid-column: 1; }

  .archive-test-simple [data-test-score] {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* 人才档案：字段名称与默认占位文字统一为 15px。 */
.talent-center-body .archive-grid label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.talent-center-body .archive-grid input,
.talent-center-body .archive-grid select,
.talent-center-body .archive-grid textarea {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.talent-center-body .archive-grid input::placeholder,
.talent-center-body .archive-grid textarea::placeholder {
  color: #86868b;
  font-size: 15px;
  opacity: 1;
}

.talent-center-body .archive-grid select:invalid {
  color: #86868b;
}

/* 思维测试沿用表单字段的同一套字号与颜色。 */
.talent-center-body .archive-test-simple strong {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.talent-center-body .archive-test-simple a {
  color: #86868b;
  font-size: 15px;
  font-weight: 400;
}
