/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 14 2026 | 23:35:13 */
/* Expands primary content container wider */
#primary, .container {
	max-width: none !important;
	margin: 0px !important;
	width: 100% !important;
}

h2.user-nicename, .bb-bp-group-title {
	font-size: 40px !important;
	font-weight: 700 !important;
	white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}
@media (max-width: 480px) {
    h2.user-nicename,
    .bb-bp-group-title {
        font-size: 30px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }
}

.wp-block-image {
  display: block;
  margin: auto;
  width: 50%;
}

.bp-feedback {
	color: white;
}

span.group-type {
	display: none !important;
}

.bbp-topic-tags {
	text-transform: lowercase;
	color: #080358;
}

/* Add @ symbol before screen name on profile pages */
.field_screen-name p::before {
    content: "@" !important;
    margin-right: 1px;
    color: inherit;         /* matches whatever text color is used */
    font-weight: inherit;   /* keeps typography consistent */
}


.activity-topic p::before {
    content: "#" !important;
    margin-right: 1px;
    color: inherit;         /* matches whatever text color is used */
    font-weight: inherit;   /* keeps typography consistent */
}
