.elementor-4524 .elementor-element.elementor-element-06292da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4524 .elementor-element.elementor-element-10b2eb6{--spacer-size:50px;}.elementor-4524 .elementor-element.elementor-element-db2d62e #groups-list.grid-three > li{padding-bottom:20px;padding-left:20px;padding-right:20px;}.elementor-4524 .elementor-element.elementor-element-db2d62e #groups-list.grid-three{margin-left:-20px;margin-right:-20px;}.elementor-4524 .elementor-element.elementor-element-db2d62e .item-entry.public .item-avatar > a:after{content:"\e90f";}.elementor-4524 .elementor-element.elementor-element-db2d62e .item-entry.private .item-avatar > a:after{content:"\e929";}.elementor-4524 .elementor-element.elementor-element-db2d62e .item-entry.hidden .item-avatar > a:after{content:"\e915";}.elementor-4524 .elementor-element.elementor-element-db2d62e .item-entry .item-avatar > a:after{top:calc(16% - 0.75em);right:calc(16% - 0.75em);}.elementor-4524 .elementor-element.elementor-element-db2d62e #groups-dir-list .bp-pagination.top{display:flex;align-items:center;justify-content:space-between;}.elementor-4524 .elementor-element.elementor-element-db2d62e #groups-dir-list .bp-pagination.top .bp-pagination-links.top .page-numbers{padding:6px 0;text-align:center;display:inline-block;}.elementor-4524 .elementor-element.elementor-element-db2d62e #groups-dir-list .bp-pagination.bottom{display:flex;align-items:center;justify-content:space-between;}.elementor-4524 .elementor-element.elementor-element-db2d62e #groups-dir-list .bp-pagination.bottom .bp-pagination-links.bottom .page-numbers{padding:6px 0;text-align:center;display:inline-block;}@media(min-width:768px){.elementor-4524 .elementor-element.elementor-element-06292da{--content-width:70%;}}/* Start custom CSS for bpb-groups-directory-list, class: .elementor-element-db2d62e *//* ========== GENERAL ========== */
#buddypress {
  font-family: "Source Sans Pro", sans-serif;
  color: #1B2951; /* Deep Navy */
}

/* Widgets */
.widget-buddypress {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37; /* Antique Gold */
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* ========== MEMBERS DIRECTORY ========== */
#members-list .item-list li {
  background: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(27,41,81,0.15);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#members-list .item-list li:hover {
  box-shadow: 0 6px 14px rgba(27,41,81,0.25);
  transform: translateY(-3px);
}

#item-header-avatar img.avatar {
  border-radius: 50%;
  border: 2px solid #D4AF37;
}

#item-header-content {
  color: #36454F; /* Charcoal Gray */
}

.bp-user-status {
  font-size: 0.8rem;
  color: #8B0000; /* Burgundy */
  font-weight: bold;
}

/* ========== GROUPS DIRECTORY ========== */
#groups-list .item-list li {
  background: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

#item-header-avatar {
  float: left;
  margin-right: 1rem;
}

#item-header-content {
  overflow: hidden;
  color: #1B2951;
}

/* ========== ACTIVITY STREAM ========== */
#activity-stream .activity-list > li {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37;
  border-radius: 10px;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
  list-style: none;
  box-shadow: 0 2px 6px rgba(27,41,81,0.15);
}

#activity-stream .activity-list > li:hover {
  box-shadow: 0 6px 14px rgba(27,41,81,0.25);
  transform: translateY(-3px);
}

.activity-header {
  font-weight: bold;
  color: #1B2951;
  margin-bottom: 0.5rem;
}

.activity-avatar img {
  border-radius: 50%;
  border: 2px solid #D4AF37;
}

.activity-content {
  font-size: 1rem;
  color: #36454F;
  margin-bottom: 0.5rem;
}

.activity-meta {
  font-size: 0.85rem;
  color: #666;
  border-top: 1px solid #D4AF37;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.activity-meta a {
  color: #1B2951;
  text-decoration: none;
}

.activity-meta a:hover {
  color: #8B0000; /* Burgundy */
  text-decoration: underline;
}

/* ========== ACTIVITY REPLIES ========== */
#activity-stream .activity-list .activity-comments ul,
#activity-stream .activity-list .activity-comments ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

#activity-stream .activity-list .activity-comments ul li {
  background: #fff; /* White for contrast */
  border-left: 3px solid #D4AF37; /* Antique Gold accent */
  margin-top: 0.8rem;
  margin-left: 2rem;   /* Indent replies */
  padding: 0.8rem;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(27,41,81,0.1);
}

#activity-stream .activity-list .activity-comments .activity-header {
  color: #1B2951;
  font-weight: 600;
}

#activity-stream .activity-list .activity-comments .activity-meta {
  font-size: 0.8rem;
  color: #36454F;
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
  padding-top: 0.3rem;
}

/* Ensure deeper nested replies indent further */
#activity-stream .activity-list .activity-comments ul ul li {
  margin-left: 2rem; /* additional indent for nested levels */
}

/* ========== NAVIGATION ========== */
.main-navs,
.item-list-tabs,
.subnav-tabs {
  background: #1B2951; /* Deep Navy */
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.item-list-tabs li a,
.subnav-tabs li a {
  color: #F5F5DC; /* Warm Cream */
  padding: 0.5rem 1rem;
  display: inline-block;
}

.item-list-tabs li.current a,
.subnav-tabs li.current a {
  background: #D4AF37; /* Antique Gold */
  color: #1B2951;
  border-radius: 4px;
}

/* ========== FORMS & BUTTONS ========== */
.form-allowed-tags {
  font-size: 0.8rem;
  color: #36454F;
  background: #F5F5DC;
  border: 1px dashed #D4AF37;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

#buddypress input[type="submit"],
#buddypress .button,
#buddypress .generic-button a {
  background: #1B2951; /* Deep Navy */
  color: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;   /* Vertical spacing */
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-block;
}

#buddypress input[type="submit"]:hover,
#buddypress .button:hover,
#buddypress .generic-button a:hover {
  background: #8B0000; /* Burgundy Red */
  color: #fff;
}/* End custom CSS */