@import url("../build-apps/index.css?v=20260724-specialist-pages");

.profile-office {
  --role: #0284c7;
  --role-soft: #f0f9ff;
  --role-text: #0369a1;
}

.profile-office .role-eye,
.profile-office .dey,
.profile-office .ac,
.profile-office .step .n {
  color: var(--role-text);
}

.profile-office .flow .ic {
  background: var(--role-soft);
  color: var(--role-text);
}

.profile-office .gchat {
  box-shadow: 0 26px 70px rgba(2, 132, 199, .12);
}

.profile-office .file-package {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.profile-office .file-package span {
  padding: 12px 14px;
  border: 1px solid #dbe7f0;
  border-radius: 14px;
  background: #fff;
  color: #475467;
  font-weight: 700;
}

@media (max-width: 640px) {
  .profile-office .file-package {
    grid-template-columns: 1fr;
  }
}
