.users-page p {
  margin-top: 0;
  color: #666;
}

.password-rule-box {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #d6e7ff;
  border-radius: 10px;
  background: #f4f8ff;
  color: #1d3f66;
  font-weight: 700;
  font-size: 13px;
}

body[data-current-page="users"] .card {
  overflow: hidden;
}

#usersTable {
  overflow-x: auto;
  max-width: 100%;
}

.users-table {
  min-width: 1250px;
}

.responsible-name-input,
.role-select,
.reset-password-box input {
  width: 100%;
  border: 1px solid #ccd3dd;
  border-radius: 8px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 14px;
  background: #fff;
}

.reset-password-box {
  display: grid;
  gap: 6px;
  min-width: 180px;
}

.user-action-group {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.role-pill {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.role-pill.main {
  background: #e8f3ff;
  color: #0b5f99;
}

.role-pill.sub {
  background: #f0fbf4;
  color: #167a3a;
}

.empty-box {
  border: 1px dashed #ccd3dd;
  padding: 14px;
  border-radius: 10px;
  color: #666;
  background: #fff;
}
