.elementor-8400 .elementor-element.elementor-element-eab1674{--display:flex;--padding-top:50px;--padding-bottom:0100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-97457e1 *//* Filter bar */
.msf-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 10px 0 20px;
}
.msf-filter-bar input,
.msf-filter-bar select,
.msf-filter-bar button{
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:10px;
  font-size:14px;
}
.msf-filter-bar button{
  background:#0d6efd;
  color:#fff;
  border:none;
  cursor:pointer;
}

/* Grid */
.msf-profiles-grid{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap:22px;
}

/* Card */
.msf-profile-card{
  background:#fff;
  border-radius:16px;
  padding:14px;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  text-align:center;
}
.msf-profile-card img{
  width:100%;
  height:240px;
  object-fit:cover;
  border-radius:12px;
}
.msf-no-img{
  height:240px;
  border-radius:12px;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
}
.msf-profile-name{
  margin:10px 0 8px;
  font-size:18px;
}

/* Highlighted pills */
.msf-profile-info{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-bottom:12px;
}
.msf-profile-info span{
  background:#f6f7ff;
  padding:6px 10px;
  border-radius:999px;
  font-size:13px;
  border:1px solid #e8e9ff;
}

/* Button */
.msf-view-btn{
  display:inline-block;
  padding:9px 14px;
  border-radius:10px;
  background:#0d6efd;
  color:#fff;
  text-decoration:none;
}
/* Pagination */
.msf-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
}

.msf-page-btn {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.msf-page-btn.active,
.msf-page-btn:hover {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}/* End custom CSS */