.elementor-183122 .elementor-element.elementor-element-82d41c0{--display:flex;}/* Start custom CSS */.df-user-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5em;
  padding: 0;
  margin: 2em 0;
  list-style: none;
}

.df-user-card {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1em;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.df-user-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.df-user-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.avatar-wrapper img.square-avatar {
  border-radius: 4px;
  width: 72px;
  height: 72px;
  object-fit: cover;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.user-info {
  margin-top: 0.75em;
}

.user-info .name {
  display: block;
  font-weight: 600;
  font-size: 1rem;
}

.module-info {
  margin-top: 0.25em;
  font-size: 0.85rem;
  color: #555;
}/* End custom CSS */