.section_header {
  flex-wrap: wrap;
}

/* Hide latest activity for members */
body.page-groups .groupHub-groupInfo.groupsListInfo p:nth-child(3) {
    display: none;
}

/* Show latest activity  for admins */
body.page-groups.isAdmin .groupHub-groupInfo.groupsListInfo p:nth-child(3) {
    display: block;
}
.blogListPage-entryImage.align-full {
    max-width: 100%;  /* Ensure it doesn't exceed the container width */
    width: 100%;      /* Make the image responsive */
    height: auto;     /* Maintain aspect ratio */
    display: block;   /* Remove extra space */
    object-fit: contain; /* Ensure the image scales correctly inside its container */
}


.search_results > dd.result > a[href],
.search_results > dl.result > dt > a[href] {
font-weight: bold!important;
font-size: 16px;
}

.search_results > dd.result,
.search_results > dl.result > dt {
font-size: 16px;
}


img.image.image-contain.blogListPage-entryImage.align-full {
max-width: 350px;
}
.entry-content p {
    margin-bottom: 0;
}

.activityFeed-content {
max-width: 100%;
}
.media-frame > .media-img img {
max-width: 300px;
}
.eventPage-image-wrapper {
max-width: 400px;
}