.elementor-3446 .elementor-element.elementor-element-0f51439{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a76c0b2 */.flimas-members-area {
  padding: 80px 30px;
  background: #f9fafb;
}

.flimas-members-header {
  text-align: center;
  margin-bottom: 50px;
}

.flimas-members-header h2 {
  font-size: 38px;
  color: #62202e;
  margin-bottom: 10px;
}

.flimas-members-header p {
  color: #6a4a53;
  font-size: 16px;
}

.flimas-members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}

.flimas-member-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.flimas-member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.flimas-member-card h3 {
  font-size: 18px;
  color: #62202e;
  margin-bottom: 10px;
}

.flimas-member-card p {
  font-size: 14px;
  color: #6a4a53;
  margin-bottom: 18px;
}

.flimas-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.flimas-card-actions a {
  text-decoration: none;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #d42c4c;
  color: #d42c4c;
  transition: 0.2s;
}

.flimas-card-actions a:hover {
  background: #d42c4c;
  color: #fff;
}

.flimas-card-actions .primary {
  background: #d42c4c;
  color: #fff;
}

.flimas-card-actions .primary:hover {
  background: #a41e38;
}

/* Highlight card */
.flimas-member-card.highlight {
  background: linear-gradient(135deg, #62202e, #d42c4c);
  color: #fff;
}

.flimas-member-card.highlight h3,
.flimas-member-card.highlight p {
  color: #fff;
}

.flimas-member-card.highlight a {
  border-color: #fff;
  color: #fff;
}

.flimas-member-card.highlight a:hover {
  background: #fff;
  color: #d42c4c;
}

/* Responsive */
@media (max-width: 1024px) {
  .flimas-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .flimas-members-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */