/**
 * Theme Name: WordPress.org Support 2024
 * Theme URI: http://wordpress.org/
 * Author: WordPress.org
 * Author URI: http://wordpress.org/
 * Description: A theme for the Support section of wordpress.org sites
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: WordPress, bbPress, Support, Forums
 * Text Domain: wporg-support
 */
/**
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun,
 * and share what you've learned with others.
 */
/* Sass is good */
:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

p {
	word-wrap: break-word;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Original Styles
--------------------------------------------------------------*/
/**
 * 1.0 General
 */
html,
body {
	background: #fff;
}

/* Override styles from bbpress.org */
body {
	text-align: left;
}

body:not(.trac):not(.home-page):not(.home) #main {
	margin-top: 2rem;
}

#headline {
	background: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
}

a:hover {
	text-decoration: none;
}

/**
* 2.0 Accesibility
*/
.hidden,
#accessibility {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	background: none;
	left: -999em;
}

.screen-reader-text {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	word-wrap: normal !important;
}

/**
* 3.0 Clearfix
*/
.wrapper::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/**
 * 4.0 Overrides
 */
@media only screen and (min-width: 960px) {
	.col-6 #bbpress-forums {
		margin-left: 0;
	}
}
#bbpress-forums #topic-tag h1 {
	clear: both;
	font-size: 1.5625rem;
	line-height: 1.5;
	padding-bottom: 0;
}

#bbpress-forums li.bbp-forum-info {
	width: 60%;
}

#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-forum-reply-count {
	width: 20%;
}

#pagebody ul.forum-info,
#pagebody ul.forum-feeds,
#pagebody ul.topic-info,
#pagebody ul.topic-tags,
#pagebody ul.topic-views,
#pagebody ul.topic-admin-links {
	margin-left: 0;
}

#pagebody ul a.feed {
	background: none;
	padding-left: 0;
}

ul#views {
	margin: 2px 0 20px;
	font-size: 12px;
}

#views li {
	list-style: none;
	display: inline;
}

.bbp-topic-header .bbp-meta .bbp-topic-permalink,
.bbp-reply-header .bbp-meta .bbp-reply-permalink {
	float: none;
	margin-left: 0;
	color: #0073aa;
}

div.sidebar #bbpress-forums {
	margin-bottom: 0;
}

#bbpress-forums .bbp-author-role {
	margin: -20px 12px 10px;
	border: 1px solid #ddd;
	background-color: #eee;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
	border: none;
}

#bbp-your-profile fieldset input,
#bbp-your-profile fieldset textarea {
	padding: 7px;
}

#bbp-your-profile fieldset span.description {
	padding: 5px 15px;
}

#bbp-your-profile fieldset.submit {
	border: none;
}

@media screen and (max-width: 782px) {
	#bbpress-forums #bbp-your-profile fieldset {
		padding: 0 20px 30px;
	}
	#bbpress-forums #bbp-your-profile fieldset label[for] {
		text-align: left;
		width: 100%;
		white-space: inherit;
	}
	#bbpress-forums #bbp-your-profile fieldset input,
	#bbpress-forums #bbp-your-profile fieldset select,
	#bbpress-forums #bbp-your-profile fieldset textarea {
		width: 100%;
	}
}
@media screen and (max-width: 482px) {
	#bbpress-forums #bbp-single-user-details {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
		width: inherit;
	}
}
#bbpress-forums li.bbp-footer {
	display: none;
}

#bbpress-forums ul.bbp-lead-topic li.bbp-footer {
	display: block;
}

/**
 * Hides the top pagination from forums.
 * See: https://meta.trac.wordpress.org/ticket/7431
 */
#bbpress-forums > .bbp-pagination:first-child,
#bbpress-forums > .bbp-create-topic-wrapper + .bbp-pagination {
	display: none !important;
}

#bbpress-forums .bbp-pagination {
	color: #888;
	float: none;
}

#bbpress-forums .bbp-pagination-count {
	float: none;
}

#bbpress-forums .bbp-pagination-links {
	float: right;
}

#bbpress-forums .bbp-pagination-count,
#bbpress-forums .bbp-pagination-links {
	display: inline-block;
	margin-bottom: 10px;
}

#bbpress-forums fieldset.bbp-form button {
	padding: 10px;
	font-size: 15px;
	cursor: pointer;
}

#bbpress-forums fieldset.bbp-form {
	padding: 10px 0 0 0;
	border-width: 0 0 1px 0;
}

body.page #bbpress-forums .bbp-topic-form fieldset {
	padding-top: 0;
}

body.page .bbp-topic-form legend,
body.topic .bbp-reply-form legend {
	display: none;
}

body.forum #bbpress-forums .bbp-topic-form {
	border-top: 1px solid #eee;
}

body.reply-edit #bbpress-forums fieldset.bbp-form,
body.topic-edit #bbpress-forums fieldset.bbp-form {
	border-top: none;
	padding: 0;
}

#bbpress-forums .bbp-reply-form fieldset,
#bbpress-forums .bbp-topic-form fieldset {
	border-width: 0;
	padding-top: 0;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	width: auto;
}

#bbpress-forums div.reply {
	width: auto;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
	padding: 12px 12px 12px 10px;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	background-color: #f0f0f0;
	max-height: 20em;
}

body.topic-edit #bbpress-forums fieldset legend,
body.reply-edit #bbpress-forums fieldset legend {
	display: none;
}

#bbpress-forums fieldset fieldset legend {
	display: block;
}

#bbpress-forums .bbp-reply-form input,
#bbpress-forums .bbp-topic-form input,
#bbpress-forums .bbp-reply-form textarea,
#bbpress-forums .bbp-topic-form textarea,
#bbpress-forums .bbp-reply-form select,
#bbpress-forums .bbp-topic-form select {
	padding: 6px 8px;
}

#bbpress-forums fieldset {
	margin-top: 0;
	padding: 20px 0 0 0;
}

#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums fieldset.bbp-form legend {
	font-weight: 700;
	font-size: 15px;
	color: #333;
	padding: 10px 0 10px 0;
}

.sidebar .bbp-forums-list,
.sidebar .bbp-breadcrumb {
	display: none;
}

.sidebar .bbp-forums .bbp-forum-info {
	width: 80%;
}

.sidebar .bbp-forums .bbp-forum-topic-count {
	width: 20%;
}

.sidebar .forum-info,
.sidebar .topic-info {
	font-size: 12px;
}

#bbp-search-form {
	right: 0;
	margin-top: -40px;
	position: absolute;
}

#bbp_search,
.sidebar #ts,
.sidebar #rs {
	width: 140px;
	margin-top: -1px;
	margin-right: 8px;
	margin-bottom: 20px;
	padding: 3px;
}

.sidebar div ul {
	margin: 0 0 24px 0;
}

.sidebar div li {
	list-style: none;
}

#bbpress-forums li.bbp-body {
	border-bottom: 1px solid #eee;
}

#bbpress-forums .bbp-topics li.bbp-body {
	border-bottom: none;
}

#bbpress-forums li.bbp-body div.bbp-topic-content ul,
#bbpress-forums li.bbp-body div.bbp-reply-content ul {
	margin-bottom: 10px;
}

#bbpress-forums li.bbp-body div.bbp-topic-content ul:hover,
#bbpress-forums li.bbp-body div.bbp-reply-content ul:hover {
	background-color: inherit;
}

#bbpress-forums li.bbp-body div.bbp-topic-content ul li,
#bbpress-forums li.bbp-body div.bbp-reply-content ul li {
	list-style: square;
}

#bbpress-forums li.bbp-body div.bbp-topic-content li,
#bbpress-forums li.bbp-body div.bbp-reply-content li {
	margin-left: 10px;
}

#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink::before,
#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink::before {
	font: 400 16px/1 dashicons;
	content: "\f450";
	margin-right: 5px;
	float: left;
	padding-top: 3px;
	color: #bb0;
}

#bbpress-forums ul.sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink::before,
#bbpress-forums ul.super-sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink::before {
	color: #bbb;
}

#bbpress-forums li.bbp-body ul li.bbp-topic-title a.page-numbers {
	padding: 1px 5px;
}

#bbpress-forums ul.status-closed,
#bbpress-forums ul.status-closed a {
	color: #aaa;
}

#bbpress-forums p.bbp-topic-meta {
	margin: 4px 0 0;
}

#bbpress-forums p.bbp-topic-meta a {
	color: #888;
	text-decoration: none;
}

#bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a {
	color: #eee;
	background-color: #888;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 600;
}

#bbpress-forums div.bbp-template-notice {
	margin-top: 0;
}

#bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 15px;
}

#bbpress-forums li.bbp-body div.type-topic,
#bbpress-forums li.bbp-body div.type-reply,
#bbpress-forums li.bbp-body div.type-reported_topics {
	position: relative;
}

#bbpress-forums li.bbp-body div.type-reply {
	border-top: 1px solid #eee;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
	margin-bottom: 15px;
}

#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	width: 130px;
}

#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
}

/* =bbPress Lead Topic
-------------------------------------------------------------- */
#bbpress-forums ul.bbp-lead-topic li.bbp-body {
	border: 1px solid #dd6;
}

#bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic {
	background-color: #ffe;
}

/* =bbPress Markdown
-------------------------------------------------------------- */
#wmd-button-barbbp_reply_content,
#wmd-button-barbbp_topic_content,
.wmd-panel {
	margin-bottom: 10px;
}

#bbpress-forums .wmd-preview {
	width: 98%;
}

#bbpress-forums .wmd-preview ul li {
	list-style: square;
	margin-left: 20px;
}

#bbpress-forums .wmd-preview ol li {
	list-style: decimal;
	margin-left: 20px;
}

#bbpress-forums .bbp-reply-content pre,
#bbpress-forums .bbp-topic-content pre {
	background-color: #f2f2f2;
	overflow: auto;
	margin: 5px;
	padding: 10px;
	border: 1px dotted #bbb;
}

#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	border: 1px solid #ccc;
	outline-color: rgb(131, 189, 102);
}

/* Notices */
div.bbp-template-notice,
div.indicator-hint {
	background: #fff8e5;
	border: 1px solid #ffb900;
	border-radius: 0;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
	background: #fbeaea;
	border: 1px solid #dc3232;
}

div.bbp-template-notice.updated {
	background: #ecf7ed;
}

/* Reply button */
/* Focus outline */
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	outline: 0;
}

#bbpress-forums fieldset.bbp-form textarea:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form input:focus {
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}

/* Search forms */
#bbp-search-form {
	clear: left;
	position: relative;
	margin-top: 0;
}

#bbp-search-form #bbp_search {
	width: 320px;
}

#bbp-search-form #bbp_search_submit {
	height: 1.5625rem;
}

.sidebar #ts,
.sidebar #rs {
	width: 90%;
	margin: 0 0 5px;
}

/* Sticky topics */
#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink::before,
#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink::before {
	content: "\f109";
	color: #ffb900;
}

.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
	background-color: #fff8e5 !important;
}

/* Closed topics */
#bbpress-forums ul.status-closed:not(.sticky) li.bbp-topic-title a.bbp-topic-permalink::before {
	content: "\f160";
	color: #bbb;
	font: 400 16px/1 dashicons;
	margin-right: 5px;
	float: left;
	padding-top: 2px;
}

/* Resolved topics */
.topic-resolved-indicator {
	background-color: #64b450;
	color: #fff;
	position: absolute;
	padding: 4px 12px 4px 6px;
	right: -3px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.resolved::before,
.topic-resolved-indicator::before {
	content: "\f147";
	color: #64b450; /*#46b450;*/
	font: 400 18px/0.8 dashicons;
	margin-right: 3px;
	position: relative;
	top: 4px;
}

.topic-resolved-indicator::before {
	color: #fff;
	font-size: 21px;
	padding-top: 0;
}

/* Force widths for desktops */
@media screen and (min-width: 960px) {
	#header-inner,
	#headline-inner,
	#subnav-inner,
	#showcase-inner,
	#main,
	#footer {
		width: 960px;
	}
	div.content {
		width: 692px;
	}
	div.leftcol {
		width: 340px;
	}
	div.rightcol {
		width: 340px;
	}
	div.sidebar {
		width: 212px;
	}
	div.group div.content {
		width: 660px;
	}
	div.group div.sidebar {
		width: 200px;
	}
}
/* Do not fix #header for non-desktops */
@media screen and (max-width: 782px) {
	#header {
		top: 0;
		z-index: 0;
		position: absolute;
	}
	#wpadminbar {
		position: absolute;
	}
}
@media screen and (max-width: 480px) {
	.topic-resolved-indicator {
		padding-top: 2px;
		padding-bottom: 2px;
		top: -2rem;
		right: -0.7rem;
	}
	.topic-resolved-indicator::before {
		font-size: 19px;
	}
}
/* Bump #header-inner height on mobile to support stacked elements */
@media screen and (max-width: 460px) {
	#header-inner {
		height: 140px;
		margin: 0 auto;
		padding: 0;
	}
	#main {
		margin: 100px 10px 40px 10px;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

h1,
h2,
h3,
h4,
.bbp-view .review-ratings > div:last-child > div:first-child,
h5,
h6 {
	margin: 0 0 var(--wp--style--block-gap);
}

h2.comment-reply-title {
	font-weight: 400;
	font-size: 1.45rem;
	line-height: 1.5em;
}

* + h2 {
	margin-top: var(--wp--preset--spacing--40);
}

h3.comment-reply-title {
	font-size: 1.25rem;
	font-weight: 700;
}

:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

p {
	margin: 0 0 var(--wp--style--block-gap);
}
p.subheading {
	color: #82878c;
	font-size: 1.25rem;
	font-weight: 300;
	margin: -0.4rem auto 2rem;
	text-align: center;
}
p.intro {
	font-size: 1.25rem;
}
p.aside {
	font-size: 0.8rem;
}
p.note {
	font-size: 0.64rem;
	letter-spacing: 0.01rem;
	max-width: 18.1898940355rem;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--wp--preset--color--light-grey-2);
	box-sizing: content-box;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.8rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.8rem;
}

abbr, acronym {
	border-bottom: 1px dotted var(--wp--preset--color--charcoal-4);
	cursor: help;
}

mark, ins {
	background: var(--wp--preset--color--lemon-1);
	text-decoration: none;
}

big {
	font-size: 125%;
}

.text-center {
	text-align: center;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-group.is-layout-grid.is-style-cards-grid {
	grid-auto-rows: unset;
}
#bbpress-forums .wp-block-group .wp-block-wporg-link-wrapper {
	border: 1px solid var(--wp--preset--color--light-grey-1);
}

.wp-block-wporg-local-navigation-bar.is-sticking {
	z-index: var(--wp--custom--z-index--local-nav);
}
.wp-block-wporg-local-navigation-bar figure.wp-block-image {
	margin: 0;
}
.wp-block-wporg-local-navigation-bar .wp-block-site-title a:visited {
	color: inherit;
}

/* Move the Block Editor toolbar below the Header & Also Viewing z-index bar */
.iso-editor {
	border-color: var(--wp--custom--form--border--color);
	border-radius: var(--wp--custom--form--border--radius);
}
.iso-editor.has-fixed-toolbar .interface-interface-skeleton__header {
	z-index: var(--wp--custom--z-index--iso-editor);
}
.iso-editor pre {
	background-color: #f0f0f0;
}

.wp-block-quote {
	font-size: var(--wp--preset--font-size--normal);
	line-height: var(--wp--custom--body--short-text--typography--line-height);
	padding-left: var(--wp--preset--spacing--20);
	font-family: var(--wp--preset--font-family--inter);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: none;
}

.wp-block-wporg-table-of-contents {
	border: 1px solid var(--wp--custom--color--border);
	border-radius: 2px;
	margin-bottom: var(--wp--preset--spacing--50);
}
@media screen and (min-width: 1300px) {
	.wp-block-wporg-table-of-contents {
		float: right;
		width: 250px;
		margin-left: var(--wp--style--block-gap);
		margin-bottom: var(--wp--style--block-gap);
		padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20) 0;
	}
}
.wp-block-wporg-table-of-contents li ul {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: var(--wp--preset--color--white); /* Fallback for when there is no custom background color defined. */
}

section {
	margin-bottom: var(--wp--preset--spacing--40);
}

blockquote, q {
	quotes: "" "";
}
blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	margin: 0;
}

blockquote {
	border-left: 2px solid var(--wp--preset--color--charcoal-4);
	color: var(--wp--preset--color--charcoal-4);
	margin: var(--wp--preset--spacing--20) 0;
	padding-left: var(--wp--preset--spacing--20);
}
blockquote cite {
	font-size: 0.8rem;
}
blockquote p {
	display: block;
	margin: var(--wp--preset--spacing--20) 0;
}

p.has-background {
	display: inline-block;
	padding: var(--wp--preset--spacing--20);
}

ul, ol {
	margin: 0 0 var(--wp--style--block-gap);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.unstyled {
	padding: 0;
	margin: 0;
}
.unstyled li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.meta-list li {
	padding: calc(var(--wp--preset--spacing--10) / 2) 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.helphub_article figure.wp-block-table {
	margin: 1em 0;
}
.helphub_article table tr:nth-child(odd) {
	background-color: var(--wp--preset--color--light-grey-2);
}
.helphub_article table th,
.helphub_article table td {
	padding: 0.5em 1em;
}
.helphub_article table th:not(:first-of-type),
.helphub_article table td:not(:first-of-type) {
	text-align: center;
}

:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

.notice {
	--notice-background-color: #fff;
	--notice-border-color: #fff;
	background: var(--notice-background-color);
	border-left: 4px solid var(--notice-border-color);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: var(--wp--preset--spacing--20) 0;
	padding: 1px 12px;
}
.notice p {
	font-size: var(--wp--preset--font-size--small);
	margin: 0.5em 0;
	padding: 2px;
}
.notice.notice-alt {
	box-shadow: none;
}
.notice.notice-large {
	padding: 10px 20px;
}
.notice.notice-success {
	--notice-border-color: #46b450;
}
.notice.notice-success.notice-alt {
	--notice-background-color: #ecf7ed;
}
.notice.notice-warning {
	--notice-border-color: #ffb900;
}
.notice.notice-warning.notice-alt {
	--notice-background-color: #fff8e5;
}
.notice.notice-error {
	--notice-border-color: #dc3232;
}
.notice.notice-error.notice-alt {
	--notice-background-color: #fbeaea;
}
.notice.notice-info {
	--notice-border-color: var(--wp--preset--color--blueberry-1);
}
.notice.notice-info.notice-alt {
	--notice-background-color: var(--wp--preset--color--blueberry-4);
}
.notice.with-dashicon {
	padding-left: 80px;
}
.notice.with-dashicon .dashicons {
	color: var(--notice-border-color);
	float: left;
	font-size: 70px;
	margin-left: -77px;
}
.notice.with-dashicon > p {
	margin: 0;
	min-height: 5em;
	padding-bottom: 1em;
	padding-top: 1em;
}

.locale-banner {
	background: var(--wp--preset--color--blueberry-4);
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
	color: var(--wp--preset--color--charcoal-1);
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

/* User badges */
.author-badge {
	position: absolute;
	top: var(--wp--preset--spacing--20);
	left: var(--wp--preset--spacing--20);
	padding: 2px 6px;
	color: #fff;
	font-size: 11px;
	border-radius: var(--wp--custom--button--border--radius);
}
.topic-indicator + .bbp-topic-author .author-badge {
	top: 40px;
}

.author-badge-moderator {
	background-color: var(--wp--custom--color--moderator);
}

.author-badge-thread-starter {
	background-color: var(--wp--custom--color--thread-starter);
	color: var(--wp--preset--color--charcoal-1);
}

.author-badge-plugin {
	background-color: var(--wp--custom--color--plugin-author);
}

.author-badge-theme {
	background-color: var(--wp--custom--color--theme-author);
}

.author-badge-reporter {
	background-color: var(--wp--custom--color--thread-reporter);
	right: -2px;
	left: initial;
	border-radius: 2px 0 0 2px;
}

.bbp-view .bbp-topics .author-badge-reporter,
.bbp-search .bbp-search-results .author-badge-reporter,
.bbp-user-replies-created .author-badge-reporter,
.bbp-user-reports-submitted .author-badge-reporter {
	left: initial;
	right: 0;
}

.tag {
	display: inline-block;
	padding: 4px 10px;
	color: var(--wp--preset--color--white);
	font-size: var(--preset--font-size--small);
	border-radius: var(--wp--custom--button--border--radius);
	background-color: var(--wp--preset--color--blueberry-4);
}
.tag a {
	color: var(--wp--preset--color--charcoal-1);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

/* --------------------------------------------------------------------------
//
// NOTE: If you edit this file, you should make sure that the CSS rules for
// buttons in the following files are updated.
//
// * jquery-ui-dialog.css
// * editor.css
//
// WordPress-style Buttons
// =======================
// Create a button by adding the `.button` class to an element. For backwards
// compatibility, we support several other classes,such as `.button-secondary`,
// but these will *not* work with the stackable classes described below.
//
// Button Styles
// -------------
// To display a primary button style,
// add the `.button-primary` class to a button.
//
// Button Sizes
// ------------
// Adjust a button's size by adding the `.button-large`
// or `.button-small` class.
//
// Button States
// -------------
// Lock the state of a button by adding the name of the pseudoclass as
// an actual class (e.g. `.hover` for `:hover`).
//
//
// TABLE OF CONTENTS:
// ------------------
// 1.0 - Button Layouts
// 2.0 - Default Button Style
// 3.0 - Primary Button Style
// 4.0 - Button Groups
// 5.0 - Responsive Button Styles
//
//--------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
  1.0 - Button Layouts
---------------------------------------------------------------------------- */
.button,
.button-primary,
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums .subscription-toggle,
#bbpress-forums .favorite-toggle,
#bbpress-forums fieldset.bbp-form .button.submit,
.button-secondary {
	border: 1px solid;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: auto;
	line-height: var(--wp--custom--button--typography--line-height);
	margin: 0;
	padding: 0 0.8rem;
	text-decoration: none;
	white-space: nowrap;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
}

/* Remove the dotted border on :focus and the extra padding in Firefox */
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

.button.button-large,
.button-group.button-large .button {
	height: 1.953125rem;
	line-height: 1;
	padding: 0 1rem;
}

.button.button-small,
.button-group.button-small .button {
	font-size: 0.64rem;
	height: 1.25rem;
	line-height: 1;
	padding: 0 0.5rem;
}

a.button.button-large,
.button-group.button-large a.button {
	line-height: 1.953125rem;
}

a.button.button-small,
.button-group.button-small a.button {
	line-height: 1.25rem;
}

.button:active,
.button:focus {
	outline: none;
}

.button.hidden {
	display: none;
}

/* Style Reset buttons as simple text links */
input[type=reset],
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0 2px 1px;
	width: auto;
}

/* ----------------------------------------------------------------------------
  2.0 - Default Button Style
---------------------------------------------------------------------------- */
.button,
.button-secondary {
	background: #f7f7f7;
	border-color: #ccc;
	box-shadow: none;
	color: #555;
	vertical-align: middle;
}

p .button {
	vertical-align: baseline;
}

.button.hover,
.button:hover,
.button-secondary:hover,
.button.focus,
.button:focus,
.button-secondary:focus {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
}

.button.focus,
.button:focus,
.button-secondary:focus,
.button-link:focus {
	border-color: #5b9dd9;
	box-shadow: none;
}

.button.active,
.button.active:hover,
.button:active,
.button-secondary:active {
	background: var(--wp--preset--color--light-grey-1);
	border-color: #999;
	box-shadow: none;
	transform: translateY(1px);
}

.button.active:focus {
	border-color: #5b9dd9;
	box-shadow: none;
}

.button[disabled],
.button:disabled,
.button.disabled,
.button-secondary[disabled],
.button-secondary:disabled,
.button-secondary.disabled,
.button-disabled {
	background: #f7f7f7 !important;
	border-color: #ddd !important;
	box-shadow: none !important;
	color: #a0a5aa !important;
	cursor: default;
	text-shadow: 0 1px 0 #fff !important;
	transform: none !important;
}

/* Buttons that look like links,
for a cross of good semantics with the visual */
.button-link {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	outline: none;
	padding: 0;
}

.button-link:focus {
	outline: #5b9dd9 solid 1px;
}

/* ----------------------------------------------------------------------------
  3.0 - Primary Button Style
---------------------------------------------------------------------------- */
.button-primary, #bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums .subscription-toggle,
#bbpress-forums .favorite-toggle, #bbpress-forums fieldset.bbp-form .button.submit,
.download-button,
.is-primary,
input[type=submit],
button[type=submit] {
	--wp--custom--button--spacing--padding--top: var(--wp--custom--button--small--spacing--padding--top);
	--wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--small--spacing--padding--bottom);
	--wp--custom--button--spacing--padding--left: var(--wp--custom--button--small--spacing--padding--left);
	--wp--custom--button--spacing--padding--right: var(--wp--custom--button--small--spacing--padding--right);
	--wp--custom--button--typography--font-size: var(--wp--custom--button--small--typography--font-size);
	border-width: 0;
	padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
	padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
	padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
	padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
	border-radius: var(--wp--custom--button--border--radius);
	box-shadow: none;
	opacity: 1;
	color: var(--wp--custom--button--color--text);
	background-color: var(--wp--custom--button--color--background);
	font-weight: var(--wp--custom--button--typography--font-weight);
	font-family: inherit;
	font-size: var(--wp--custom--button--typography--font-size);
	line-height: var(--wp--custom--button--typography--line-height);
	text-decoration: none;
}
.button-primary:visited, #bbpress-forums .reviews-submit-link > .btn:visited,
#bbpress-forums .subscription-toggle:visited,
#bbpress-forums .favorite-toggle:visited, #bbpress-forums fieldset.bbp-form .button.submit:visited,
.download-button:visited,
.is-primary:visited,
input[type=submit]:visited,
button[type=submit]:visited {
	box-shadow: none;
	color: var(--wp--custom--button--color--text);
}
.button-primary.hover, #bbpress-forums .reviews-submit-link > .hover.btn,
#bbpress-forums .hover.subscription-toggle,
#bbpress-forums .hover.favorite-toggle, #bbpress-forums fieldset.bbp-form .hover.button.submit, .button-primary:hover, #bbpress-forums .reviews-submit-link > .btn:hover,
#bbpress-forums .subscription-toggle:hover,
#bbpress-forums .favorite-toggle:hover, #bbpress-forums fieldset.bbp-form .button.submit:hover, .button-primary.focus, #bbpress-forums .reviews-submit-link > .focus.btn,
#bbpress-forums .focus.subscription-toggle,
#bbpress-forums .focus.favorite-toggle, #bbpress-forums fieldset.bbp-form .focus.button.submit, .button-primary:focus, #bbpress-forums .reviews-submit-link > .btn:focus,
#bbpress-forums .subscription-toggle:focus,
#bbpress-forums .favorite-toggle:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus,
.download-button.hover,
.download-button:hover,
.download-button.focus,
.download-button:focus,
.is-primary.hover,
.is-primary:hover,
.is-primary.focus,
.is-primary:focus,
input[type=submit].hover,
input[type=submit]:hover,
input[type=submit].focus,
input[type=submit]:focus,
button[type=submit].hover,
button[type=submit]:hover,
button[type=submit].focus,
button[type=submit]:focus {
	background: var(--wp--custom--button--hover--color--background);
	box-shadow: none;
	color: var(--wp--custom--button--hover--color--text);
}
.button-primary.focus, #bbpress-forums .reviews-submit-link > .focus.btn,
#bbpress-forums .focus.subscription-toggle,
#bbpress-forums .focus.favorite-toggle, #bbpress-forums fieldset.bbp-form .focus.button.submit, .button-primary:focus, #bbpress-forums .reviews-submit-link > .btn:focus,
#bbpress-forums .subscription-toggle:focus,
#bbpress-forums .favorite-toggle:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus,
.download-button.focus,
.download-button:focus,
.is-primary.focus,
.is-primary:focus,
input[type=submit].focus,
input[type=submit]:focus,
button[type=submit].focus,
button[type=submit]:focus {
	background-color: var(--wp--custom--button--color--background);
	box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) !important;
	outline: 1.5px solid var(--wp--custom--button--focus--border--color);
	outline-offset: -1.5px;
}
.button-primary.active, #bbpress-forums .reviews-submit-link > .active.btn,
#bbpress-forums .active.subscription-toggle,
#bbpress-forums .active.favorite-toggle, #bbpress-forums fieldset.bbp-form .active.button.submit, .button-primary.active:hover, #bbpress-forums .reviews-submit-link > .active.btn:hover,
#bbpress-forums .active.subscription-toggle:hover,
#bbpress-forums .active.favorite-toggle:hover, .button-primary.active:focus, #bbpress-forums .reviews-submit-link > .active.btn:focus,
#bbpress-forums .active.subscription-toggle:focus,
#bbpress-forums .active.favorite-toggle:focus, .button-primary:active, #bbpress-forums .reviews-submit-link > .btn:active,
#bbpress-forums .subscription-toggle:active,
#bbpress-forums .favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.submit:active,
.download-button.active,
.download-button.active:hover,
.download-button.active:focus,
.download-button:active,
.is-primary.active,
.is-primary.active:hover,
.is-primary.active:focus,
.is-primary:active,
input[type=submit].active,
input[type=submit].active:hover,
input[type=submit].active:focus,
input[type=submit]:active,
button[type=submit].active,
button[type=submit].active:hover,
button[type=submit].active:focus,
button[type=submit]:active {
	padding-top: var(--wp--custom--button--spacing--padding--top);
	padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
	padding-left: var(--wp--custom--button--spacing--padding--left);
	padding-right: var(--wp--custom--button--spacing--padding--right);
	border: var(--wp--custom--button--border--width) solid currentColor;
	color: var(--wp--custom--button--active--color--text);
	background-color: var(--wp--custom--button--active--color--background);
}
.button-primary[disabled], #bbpress-forums .reviews-submit-link > [disabled].btn,
#bbpress-forums [disabled].subscription-toggle,
#bbpress-forums [disabled].favorite-toggle, #bbpress-forums fieldset.bbp-form [disabled].button.submit, .button-primary:disabled, #bbpress-forums .reviews-submit-link > .btn:disabled,
#bbpress-forums .subscription-toggle:disabled,
#bbpress-forums .favorite-toggle:disabled, #bbpress-forums fieldset.bbp-form .button.submit:disabled, .button-primary.disabled, #bbpress-forums .reviews-submit-link > .disabled.btn,
#bbpress-forums .disabled.subscription-toggle,
#bbpress-forums .disabled.favorite-toggle, #bbpress-forums fieldset.bbp-form .disabled.button.submit,
.download-button[disabled],
.download-button:disabled,
.download-button.disabled,
.is-primary[disabled],
.is-primary:disabled,
.is-primary.disabled,
input[type=submit][disabled],
input[type=submit]:disabled,
input[type=submit].disabled,
button[type=submit][disabled],
button[type=submit]:disabled,
button[type=submit].disabled {
	background: var(--wp--custom--button--disabled--background-color) !important;
	box-shadow: none !important;
	color: var(--wp--custom--button--disabled--color) !important;
	cursor: default;
}
.button-primary.button.button-hero, #bbpress-forums .reviews-submit-link > .button.button-hero.btn,
#bbpress-forums .button.button-hero.subscription-toggle,
#bbpress-forums .button.button-hero.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.submit,
.download-button.button.button-hero,
.is-primary.button.button-hero,
input[type=submit].button.button-hero,
button[type=submit].button.button-hero {
	box-shadow: none;
}
.button-primary.button.button-hero.active, #bbpress-forums .reviews-submit-link > .button.button-hero.active.btn,
#bbpress-forums .button.button-hero.active.subscription-toggle,
#bbpress-forums .button.button-hero.active.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit, .button-primary.button.button-hero.active:hover, .button-primary.button.button-hero.active:focus, .button-primary.button.button-hero:active, #bbpress-forums .reviews-submit-link > .button.button-hero.btn:active,
#bbpress-forums .button.button-hero.subscription-toggle:active,
#bbpress-forums .button.button-hero.favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.button-hero.submit:active,
.download-button.button.button-hero.active,
.download-button.button.button-hero.active:hover,
.download-button.button.button-hero.active:focus,
.download-button.button.button-hero:active,
.is-primary.button.button-hero.active,
.is-primary.button.button-hero.active:hover,
.is-primary.button.button-hero.active:focus,
.is-primary.button.button-hero:active,
input[type=submit].button.button-hero.active,
input[type=submit].button.button-hero.active:hover,
input[type=submit].button.button-hero.active:focus,
input[type=submit].button.button-hero:active,
button[type=submit].button.button-hero.active,
button[type=submit].button.button-hero.active:hover,
button[type=submit].button.button-hero.active:focus,
button[type=submit].button.button-hero:active {
	box-shadow: none;
}

.button-primary-disabled {
	background: var(--wp--custom--button--disabled--background-color) !important;
	border-color: var(--wp--custom--button--disabled--border-color) !important;
	box-shadow: none !important;
	color: var(--wp--custom--button--disabled--color) !important;
	cursor: default;
}

/* ----------------------------------------------------------------------------
  4.0 - Button Groups
---------------------------------------------------------------------------- */
.button-group {
	display: inline-block;
	font-size: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

.button-group > .button {
	border-radius: 0;
	display: inline-block;
	margin-right: -1px;
	z-index: 10;
}

.button-group > .button-primary, #bbpress-forums .reviews-submit-link.button-group > .btn,
#bbpress-forums .button-group > .subscription-toggle,
#bbpress-forums .button-group > .favorite-toggle, #bbpress-forums fieldset.bbp-form .button-group > .button.submit {
	z-index: 100;
}

.button-group > .button:hover {
	z-index: 20;
}

.button-group > .button:first-child {
	border-radius: 3px 0 0 3px;
}

.button-group > .button:last-child {
	border-radius: 0 3px 3px 0;
}

.button-group > .button:focus {
	position: relative;
	z-index: 1;
}

:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

/* Include margin and padding in the width calculation of input and textarea. */
input,
textarea,
select {
	box-sizing: border-box;
	line-height: var(--wp--custom--form--line-height);
}

input[type=radio],
input[type=checkbox] {
	border: 1px solid var(--wp--custom--form--border--color);
	box-shadow: var(--wp--custom--form--color--box-shadow);
	border-radius: var(--wp--custom--form--border--radius);
	clear: none;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
	box-shadow: none;
	color: var(--wp--custom--form--color--text);
}
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

input[type=radio] {
	border-radius: 50%;
}
input[type=radio] + label {
	margin-left: 0.5em;
}

@-moz-document url-prefix() {
	input[type=checkbox],
	input[type=radio],
	.form-table input.tog {
		margin-bottom: -1px;
	}
}
select {
	background: var(--wp--custom--form--color--background);
	border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
	border-radius: var(--wp--custom--form--border--radius);
	box-shadow: var(--wp--custom--form--color--box-shadow);
	font-family: inherit;
	min-height: 40px;
}

/* Search */
input[type=search]::-webkit-search-decoration {
	display: none;
}

input[type=file] {
	padding: 3px 0;
}

label {
	cursor: pointer;
}

input.readonly,
input[readonly],
textarea.readonly,
textarea[readonly] {
	background-color: var(--wp--preset--color--light-grey-1);
}

:-moz-placeholder {
	color: #a9a9a9;
}

input:disabled,
input.disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
	background: var(--wp--custom--form--color--background);
	border-color: var(--wp--custom--form--disabled--border-color);
	box-shadow: none;
	color: var(--wp--custom--form--disabled--color);
}

input[type=file]:disabled,
input[type=file].disabled,
input[type=range]:disabled,
input[type=range].disabled {
	background: none;
	box-shadow: none;
}

input[type=checkbox]:disabled,
input[type=checkbox].disabled,
input[type=radio]:disabled,
input[type=radio].disabled,
input[type=checkbox]:disabled:checked::before,
input[type=checkbox].disabled:checked::before,
input[type=radio]:disabled:checked::before,
input[type=radio].disabled:checked::before {
	opacity: 0.7;
}

label,
fieldset label {
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: var(--wp--preset--color--light-grey-2);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before, .bbpress main#main::before,
.clear::after,
.bbpress main#main::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after, .bbpress main#main::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/*--------------------------------------------------------------
# Blocks Hotfix
--------------------------------------------------------------*/
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container {
	pointer-events: unset !important;
}

.wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation__submenu-container {
	opacity: 1;
	visibility: unset;
}

.wp-block-navigation-item .wp-block-navigation-item__content {
	cursor: pointer;
}

.gutenberg-support #bbpress-forums fieldset.bbp-form .blocks-everywhere {
	max-width: 100%;
	min-width: 100%;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
:root {
	--wp-admin-theme-color: var(--wp--preset--color--blueberry-1);
}

/*--------------------------------------------------------------
# .site-header
--------------------------------------------------------------*/
.site-header {
	background: var(--wp--preset--color--blueberry-1);
	padding: 1rem 0;
	position: relative;
	z-index: 100;
}
.site-header .site-branding {
	margin: 0 auto;
	max-width: var(--wp--style--global--wide-size);
	padding: 0 1.5625rem;
}
@media screen and (min-width: 48em) {
	.site-header .site-branding {
		padding: 0 10px;
	}
}
.site-header.home {
	padding: 1.5625rem 1.143rem;
	text-align: center;
}

/*--------------------------------------------------------------
# .site-title
--------------------------------------------------------------*/
.site-title {
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 2rem 0 0;
	max-width: none;
}
.site-title a {
	color: #fff;
	font-weight: 300;
}
.site-title a:hover, .site-title a:focus, .site-title a:active {
	text-decoration: none;
}
.site-header.home .site-title {
	display: inherit;
	font-size: 3.8146972656rem;
	margin: 2rem 0 1rem;
}
@media screen and (max-width: 480px) {
	.site-header.home .site-title {
		font-size: 3.0517578125rem;
	}
}
@media screen and (max-width: 320px) {
	.site-header.home .site-title {
		font-size: 2.44140625rem;
	}
}

/*--------------------------------------------------------------
# .site-description
--------------------------------------------------------------*/
.site-description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.25rem;
	font-weight: 300;
	margin: -0.4rem auto 2rem;
	text-align: center;
}

/*--------------------------------------------------------------
# .main-navigation
--------------------------------------------------------------*/
.main-navigation {
	background: var(--wp--preset--color--blueberry-1);
	clear: both;
	left: 0;
	position: absolute;
	top: 60px;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	left: -999em;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1rem;
}
.main-navigation a {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 0.8rem;
	text-decoration: none;
}
.main-navigation a:hover, .main-navigation a.active {
	color: #fff;
}
@media screen and (min-width: 48em) {
	.main-navigation a.active {
		border-bottom: 1px solid;
	}
}
.main-navigation button.button-search {
	display: none;
}

@media screen and (min-width: 48em) {
	#wporg-header ul li a.current ~ .uparrow,
	#wporg-header ul li.current-menu-item::after,
	#wporg-header ul li.current_page_parent::after {
		border-bottom: 9px solid var(--wp--preset--color--blueberry-1);
	}
	#wporg-header ul li:hover .nav-submenu ~ .uparrow,
	#wporg-header ul li .nav-submenu:hover ~ .uparrow {
		border-bottom: 9px solid #32373c;
	}
}
/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle.dashicons {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 1.5625rem;
	height: 3.5rem;
	overflow: hidden;
	position: absolute;
	right: 1rem;
	top: -58px;
	width: 3.5rem;
	-webkit-appearance: none;
}
.toggled .menu-toggle.dashicons::before {
	content: "\f343";
}

@media screen and (min-width: 48em) {
	.menu-toggle.dashicons {
		display: none;
	}
	.main-navigation {
		float: right;
		position: relative;
		width: auto;
		top: auto;
	}
	.main-navigation.toggled {
		padding: 1px 0;
	}
	.main-navigation ul {
		display: inline-block;
		font-size: 0;
	}
	.main-navigation ul li {
		border: 0;
		display: inline-block;
		font-size: 1rem;
		margin-right: 1rem;
		padding: 0;
	}
	.main-navigation ul li:last-of-type {
		margin-right: 0;
	}
	.main-navigation button.button-search {
		display: inline-block;
	}
}
/*--------------------------------------------------------------
# .site-main
# Override original styles
--------------------------------------------------------------*/
body:not(.trac):not(.home-page):not(.home) #main {
	margin-top: 0;
}

body:not(.trac):not(.home-page) #main {
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--edge-space) var(--wp--preset--spacing--10);
}

@media screen and (max-width: 460px) {
	#main {
		margin: unset;
	}
}
@media screen and (min-width: 960px) {
	#header-inner,
	#headline-inner,
	#subnav-inner,
	#showcase-inner,
	#main,
	#footer {
		width: unset;
	}
}
/*--------------------------------------------------------------
# .sidebar
--------------------------------------------------------------*/
.sidebar {
	margin-top: 0;
}
body.single .sidebar {
	margin-top: 0;
}
.sidebar > div {
	margin-bottom: var(--wp--preset--spacing--30);
}
.sidebar > div ul {
	margin-bottom: 0;
	padding-left: unset;
}
.sidebar > div ul.topic-tags {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--10);
}
.sidebar > div ul:not(.topic-tags) > li {
	font-size: var(--wp--preset--font-size--normal);
	line-height: var(--wp--custom--body--short-text--typography--line-height);
	border-top: 1px solid var(--wp--custom--color--border);
	padding: var(--wp--preset--spacing--10) 0;
}
.sidebar > div ul:not(.topic-tags) > li:first-child {
	border-top: none;
}
.sidebar > div ul:not(.topic-tags) > li:last-child {
	border-bottom: none;
}
.sidebar > div.my-account li:first-child {
	border-top: none;
}
.sidebar a {
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar h2 {
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
	margin-bottom: var(--wp--preset--spacing--10);
}

/*--------------------------------------------------------------
# .search-form
# Matches wp-block-search styles
--------------------------------------------------------------*/
.search-form {
	display: inline-block;
	font-size: 0;
	max-width: 100%;
	position: relative;
	width: 232px;
}
.search-form .search-field {
	border: none;
	border-radius: var(--wp--custom--form--border--radius) 0 0 var(--wp--custom--form--border--radius);
	display: block;
	max-width: 100%;
	width: 100%;
	background-color: var(--wp--custom--form--search--color--background);
	font-size: var(--wp--custom--form--typography--font-size);
	line-height: var(--wp--custom--button--typography--line-height);
	color: var(--wp--custom--form--search--color--text);
	box-shadow: var(--wp--custom--form--color--box-shadow);
	font-family: inherit;
	padding-inline: var(--wp--custom--form--padding--inline);
	padding-block: var(--wp--custom--form--padding--block);
}
.search-form .button-search {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #32373c;
	display: block;
	height: 100%;
	padding-inline: var(--wp--custom--form--padding--block);
	padding-block: var(--wp--custom--form--padding--block);
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0;
	margin: 0;
}
.search-form .button-search:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}
.search-form .button-search:active {
	background: transparent;
	border: none;
	transform: none;
}

/*--------------------------------------------------------------
# .forums-homepage
# .page
--------------------------------------------------------------*/
.forums-homepage-footer .wp-block-heading a {
	text-decoration: none;
}

.forums-homepage-topics .wp-block-group-is-layout-grid.is-style-cards-grid .wp-block-wporg-link-wrapper h3 {
	margin-bottom: unset;
}

/*--------------------------------------------------------------
# .helphub-page
# .page
--------------------------------------------------------------*/
.helphub-page #main-content,
.page #main-content {
	margin-top: 0;
}
.helphub-page .entry-content section,
.page .entry-content section {
	margin: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--50);
}
.helphub-page .entry-content section .container,
.page .entry-content section .container {
	margin: 0 auto;
}
@media screen and (min-width: 48em) {
	.helphub-page .entry-content section .container,
	.page .entry-content section .container {
		padding: 0 2rem;
	}
}
.helphub-page .entry-content section:first-of-type,
.page .entry-content section:first-of-type {
	padding-top: 0;
}
.helphub-page .entry-content h2.toc-heading,
.page .entry-content h2.toc-heading {
	font-size: var(--wp--preset--font-size--heading-4);
	line-height: var(--wp--custom--heading--level-4--typography--line-height);
	font-weight: 600;
}
.helphub-page .entry-content h3.toc-heading,
.page .entry-content h3.toc-heading {
	font-size: var(--wp--preset--font-size--heading-5);
	line-height: var(--wp--custom--heading--level-5--typography--line-height);
	font-weight: 600;
}
.helphub-page .entry-content h2.toc-heading:target,
.helphub-page .entry-content h3.toc-heading:target,
.page .entry-content h2.toc-heading:target,
.page .entry-content h3.toc-heading:target {
	border-left-color: var(--wp--preset--color--blueberry-1);
	scroll-margin-top: var(--wp--custom--local-navigation-bar--spacing--height);
}
.helphub-page .entry-footer,
.page .entry-footer {
	margin-bottom: var(--wp--preset--spacing--40);
}
.helphub-page .submenu,
.page .submenu {
	margin-left: 0;
}
.helphub-page .submenu li,
.page .submenu li {
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
}
.helphub-page .submenu li.current,
.page .submenu li.current {
	font-weight: 700;
}
.helphub-page .submenu li:last-child,
.page .submenu li:last-child {
	border-bottom: 0;
}
.helphub-page .submenu li ul,
.page .submenu li ul {
	margin-left: 16px;
}
.helphub-page .submenu li ul li,
.page .submenu li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

.single .entry-header .entry-title,
.single .entry-content section .container,
.page-template-page-full-width .entry-header .entry-title,
.page-template-page-full-width .entry-content section .container {
	max-width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
# 404 Error page
--------------------------------------------------------------*/
body.error404 {
	background-color: var(--wp--preset--color--white);
}
body.error404 a {
	color: var(--wp--preset--color--blueberry-1);
}

.error-404 .page-title, .error-404 .page-content {
	text-align: center;
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/
body.category #main h1 {
	margin-bottom: var(--wp--preset--spacing--50);
}
body.category #main article h2 {
	font-size: 1.3rem;
}
body.category #main .archive-pagination {
	margin: var(--wp--preset--spacing--50) 0;
	text-align: center;
}

/*--------------------------------------------------------------
# bbPress Specific
--------------------------------------------------------------*/
/* bbPress specific styles */
/* Many of these override the styles from the plugin */
#bbpress-forums {
	font-size: var(--wp--preset--font-size--normal);
	line-height: inherit;
	overflow: inherit;
}
#bbpress-forums h1 {
	font-size: var(--wp--preset--font-size--heading-1);
	line-height: var(--wp--custom--heading--level-1--typography--line-height);
	padding-bottom: unset;
}
#bbpress-forums hr {
	border-color: var(--wp--custom--color--border);
	border-style: solid;
	border-width: 1px 0 0;
	margin-bottom: var(--wp--style--block-gap);
}

.bbpress main#main .entry-content,
.bbpress main#main .entry-footer,
.page-template-page-forums-sidebar main#main .entry-content,
.page-template-page-forums-sidebar main#main .entry-footer {
	margin-bottom: var(--wp--preset--spacing--40);
}
.bbpress main#main .entry-content,
.bbpress main#main .entry-meta,
.bbpress main#main .entry-header .entry-title,
.bbpress main#main .entry-content .container,
.page-template-page-forums-sidebar main#main .entry-content,
.page-template-page-forums-sidebar main#main .entry-meta,
.page-template-page-forums-sidebar main#main .entry-header .entry-title,
.page-template-page-forums-sidebar main#main .entry-content .container {
	padding: 0;
}
@media screen and (min-width: 48em) {
	.bbpress main#main .wp-block-group > .entry-content,
	.bbpress main#main .wp-block-group > article,
	.page-template-page-forums-sidebar main#main .wp-block-group > .entry-content,
	.page-template-page-forums-sidebar main#main .wp-block-group > article {
		float: left;
		padding: 0;
		width: calc(75% - var(--wp--preset--spacing--40));
	}
}
@media screen and (min-width: 48em) {
	.bbpress main#main .entry-content,
	.bbpress main#main .entry-meta,
	.page-template-page-forums-sidebar main#main .entry-content,
	.page-template-page-forums-sidebar main#main .entry-meta {
		padding-left: 0;
		padding-right: 0;
	}
	.bbpress main#main .entry-meta,
	.page-template-page-forums-sidebar main#main .entry-meta {
		float: right;
		width: 25%;
	}
}

.bbpress.bbp-view-all-replies #bbpress-forums .status-pending .even,
.bbpress.bbp-view-all-replies #bbpress-forums .status-pending .odd {
	background: none;
}
.bbpress #bbpress-forums .bbp-topic-content > div.bbp-template-notice,
.bbpress #bbpress-forums .bbp-reply-content > div.bbp-template-notice {
	margin-bottom: 30px;
}
.bbpress #bbpress-forums .status-pending.even, .bbpress #bbpress-forums .status-pending.odd {
	background: none;
}
.bbpress #bbpress-forums .status-pending a {
	background: none;
}
.bbpress #bbpress-forums .status-pending div.bbp-template-notice {
	background: var(--wp--preset--color--lemon-3);
}
.bbpress #bbpress-forums .status-archived div.bbp-template-notice,
.bbpress #bbpress-forums .status-spam div.bbp-template-notice {
	background: var(--wp--preset--color--pomegrade-3);
}
.bbpress #bbpress-forums .bbp-forum-content ul.sticky,
.bbpress #bbpress-forums .bbp-topics ul.sticky,
.bbpress #bbpress-forums .bbp-topics ul.super-sticky,
.bbpress #bbpress-forums .bbp-topics-front ul.super-sticky {
	background-color: var(--wp--preset--color--lemon-3) !important;
}
.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness,
.bbpress #bbpress-forums .bbp-body .bbp-topic-voice-count,
.bbpress #bbpress-forums .bbp-body .bbp-topic-reply-count {
	font-size: var(--wp--preset--font-size--small);
}
.bbpress #bbpress-forums .bbp-body ul.forum,
.bbpress #bbpress-forums .bbp-body ul.topic {
	border-top-color: var(--wp--custom--color--border);
}
.bbpress #bbpress-forums .bbp-body ul.topic a {
	text-decoration: none;
}
.bbpress #bbpress-forums .bbp-body ul.topic a:hover {
	text-decoration: underline;
}
.bbpress #bbpress-forums .bbp-body .bbp-topic-content ul,
.bbpress #bbpress-forums .bbp-body .bbp-reply-content ul {
	margin-bottom: var(--wp--style--block-gap);
}
.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,
.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness,
.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,
.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness {
	width: 58%;
}
@media (min-width: 321px) {
	.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness,
	.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness {
		width: 25%;
	}
}
.bbpress #bbpress-forums .bbp-topic-header .bbp-meta .bbp-topic-permalink,
.bbpress #bbpress-forums .bbp-reply-header .bbp-meta .bbp-reply-permalink {
	color: var(--wp--custom--link--color--text);
}
.bbpress #bbpress-forums .bbp-topics ul.sticky {
	background-color: var(--wp--preset--color--lemon-3) !important;
}
.bbpress #bbpress-forums .bbp-forums,
.bbpress #bbpress-forums .bbp-topics {
	border: 1px solid var(--wp--custom--color--border);
	line-height: var(--wp--custom--body--short-text--typography--line-height);
}
.bbpress #bbpress-forums .bbp-forums > .bbp-header,
.bbpress #bbpress-forums .bbp-topics > .bbp-header {
	background: var(--wp--preset--color--white);
	border-top: none;
	font-size: var(--wp--preset--font-size--small);
}
.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results,
.bbpress #bbpress-forums ul.bbp-topics.full-posts,
.bbpress #bbpress-forums li.bbp-body div.hentry {
	overflow: visible;
	word-wrap: break-word;
}
.bbpress #bbpress-forums ul.bbp-lead-topic {
	margin: 0;
}
.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body {
	border: 0;
}
.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic {
	background: var(--wp--preset--color--light-grey-3);
}
.bbpress #bbpress-forums .bbp-search-results div.topic .topic-indicator {
	display: none;
}
.bbpress #bbpress-forums div.bbp-topic-author img.avatar,
.bbpress #bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 50%;
	float: left;
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
	margin: 0 10px var(--wp--preset--spacing--20) 0;
}
.bbpress #bbpress-forums div.bbp-topic-author img.avatar {
	margin-left: 0;
	margin-top: 0;
	width: 80px;
	height: 80px;
	max-width: 80px;
	max-height: 80px;
}
@media only screen and (max-width: 1200px) {
	.bbpress #bbpress-forums div.bbp-reply-author img.avatar,
	.bbpress #bbpress-forums div.bbp-topic-author img.avatar {
		position: relative;
	}
}
.bbpress #bbpress-forums div.bbp-reply-author .bbp-author-name,
.bbpress #bbpress-forums div.bbp-topic-author .bbp-author-name {
	clear: none;
	font-size: 1rem;
	display: inline-block;
	margin: 0;
	word-break: break-word;
}
.bbpress #bbpress-forums div.bbp-reply-author,
.bbpress #bbpress-forums div.bbp-topic-author {
	float: none;
	text-align: left;
	width: 100%;
	margin: 0 0 var(--wp--preset--spacing--20);
	padding-left: 0;
}
@media screen and (max-width: 480px) {
	.bbpress #bbpress-forums div.bbp-reply-author,
	.bbpress #bbpress-forums div.bbp-topic-author {
		min-height: auto;
		border-bottom: 0;
		position: unset;
	}
}
.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-author,
.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-author {
	padding-left: 0;
}
.bbpress #bbpress-forums .bbp-author-title {
	margin: 0;
}
.bbpress #bbpress-forums .bbp-user-nicename,
.bbpress #bbpress-forums .bbp-topic-post-date,
.bbpress #bbpress-forums .bbp-topic-ip,
.bbpress #bbpress-forums .bbp-reply-post-date,
.bbpress #bbpress-forums .bbp-reply-ip,
.bbpress #bbpress-forums .wporg-bbp-user-notes-toggle,
.bbpress #bbpress-forums .wporg-bbp-user-flag {
	font-size: 0.8rem;
	font-weight: 400;
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}
.bbpress #bbpress-forums span.bbp-author-ip {
	font-size: 0.8rem;
	font-weight: 400;
}
.bbpress #bbpress-forums div.topic,
.bbpress #bbpress-forums div.reply,
.bbpress #bbpress-forums div.reported_topics {
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20) 40px;
}
.bbpress #bbpress-forums div.topic.author-has-badge, .bbpress #bbpress-forums div.topic.topic-author, .bbpress #bbpress-forums div.topic.by-moderator,
.bbpress #bbpress-forums div.reply.author-has-badge,
.bbpress #bbpress-forums div.reply.topic-author,
.bbpress #bbpress-forums div.reply.by-moderator,
.bbpress #bbpress-forums div.reported_topics.author-has-badge,
.bbpress #bbpress-forums div.reported_topics.topic-author,
.bbpress #bbpress-forums div.reported_topics.by-moderator {
	padding-top: 60px;
}
.bbpress #bbpress-forums div.reported_topics {
	padding-top: 60px;
	background-color: unset;
	border: 2px solid var(--wp--custom--color--thread-reporter);
}
.bbpress #bbpress-forums div.bbp-reply-content,
.bbpress #bbpress-forums div.bbp-topic-content {
	padding: 0;
	clear: left;
	margin: var(--wp--preset--spacing--20) 0 0;
}
.bbpress #bbpress-forums div.bbp-reply-content code,
.bbpress #bbpress-forums div.bbp-reply-content pre,
.bbpress #bbpress-forums div.bbp-topic-content code,
.bbpress #bbpress-forums div.bbp-topic-content pre {
	background-color: var(--wp--preset--color--light-grey-2);
}
.bbpress #bbpress-forums div.bbp-reply-content pre,
.bbpress #bbpress-forums div.bbp-topic-content pre {
	padding: var(--wp--preset--spacing--20);
	border: 1px solid var(--wp--custom--color--border);
	max-width: 100%;
	border-radius: 2px;
}
.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-content,
.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-content {
	margin-left: 0;
}
.bbpress #bbpress-forums div.bbp-reply-content a,
.bbpress #bbpress-forums div.bbp-topic-content a {
	text-decoration: underline;
	font-weight: inherit;
}
.bbpress #bbpress-forums div.bbp-reply-content a.mention,
.bbpress #bbpress-forums div.bbp-topic-content a.mention {
	text-decoration: none;
	font-weight: 700;
}
.bbpress #bbpress-forums ul.bbp-topic-revision-log {
	color: var(--wp--preset--color--charcoal-1);
	font-size: var(--wp--preset--font-size--extra-small);
	border-top: 1px solid var(--wp--custom--color--border);
}
.bbpress #bbpress-forums div.bbp-reply-content .bbp-reply-revision-log-item a,
.bbpress #bbpress-forums div.bbp-topic-content .bbp-topic-revision-log-item a {
	text-decoration: none;
}
.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links,
.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	padding: var(--wp--preset--spacing--10) calc(var(--wp--preset--spacing--20) - 5px);
	font-size: 0;
}
.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a,
.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a {
	color: var(--wp--custom--link--color--text);
	text-transform: inherit;
	font-size: var(--wp--preset--font-size--extra-small);
	padding: 3px 5px;
}
.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a:not(:last-child),
.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a:not(:last-child) {
	border-right: 1px solid var(--wp--custom--color--border);
}
.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a:hover,
.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a:hover {
	text-decoration: underline;
}
.bbpress #bbpress-forums ul.status-closed,
.bbpress #bbpress-forums ul.status-closed a {
	color: inherit;
}
.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by img.avatar,
.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author img.avatar,
.bbpress #bbpress-forums .bbp-topic-revision-log-item img.avatar,
.bbpress #bbpress-forums .bbp-reply-revision-log-item img.avatar {
	display: none;
}
.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by a ~ a,
.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author a ~ a,
.bbpress #bbpress-forums .bbp-topic-revision-log-item a ~ a,
.bbpress #bbpress-forums .bbp-reply-revision-log-item a ~ a {
	margin-left: -3px;
}
.bbpress #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a {
	background: #eee;
}
.bbpress #bbpress-forums p.bbp-topic-meta a {
	/* Override bb-base/style.css */
	color: var(--wp--custom--link--color--text);
}
.bbpress #bbpress-forums p.bbp-topic-meta a:hover, .bbpress #bbpress-forums p.bbp-topic-meta a:focus, .bbpress #bbpress-forums p.bbp-topic-meta a:active {
	/* Override bb-base/style.css */
	text-decoration: underline;
}
.bbpress #bbpress-forums p.bbp-topic-meta span.bbp-author-name {
	white-space: normal;
}
.bbpress #bbpress-forums p.wporg-bbp-topic-site-url {
	border-top: 1px solid var(--wp--custom--color--border);
	padding-top: 0.5rem;
}
.bbpress #bbpress-forums p.wporg-bbp-topic-site-url::before {
	content: "\f103";
	color: #000;
	font-family: dashicons;
	font: 400 16px/1 dashicons;
	margin-right: 5px;
	float: left;
	padding-top: 3px;
}
.bbpress #bbpress-forums p.wporg-bbp-topic-site-url a {
	display: inline-block;
	word-break: break-all;
}
.bbpress #bbpress-forums .wporg-bbp-user-flag.flagged a {
	color: #f00;
}
.bbpress #bbpress-forums p.wporg-bbp-user-is-blocked {
	display: inline-block;
	color: #f00;
}
@media (min-width: 600px) {
	.bbpress #bbpress-forums .create-topic {
		float: left;
	}
}
.bbpress #bbpress-forums .bbp-create-topic-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: var(--wp--style--block-gap);
}
.bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic {
	line-height: var(--wp--custom--button--typography--line-height);
	padding-inline: var(--wp--custom--form--padding--inline);
	padding-block: var(--wp--custom--form--padding--block);
}
.bbpress #bbpress-forums .bbp-pagination {
	font-size: 0.8rem;
	float: none;
	width: auto;
	display: flex;
	flex-direction: column;
}
@media (min-width: 600px) {
	.bbpress #bbpress-forums .bbp-pagination {
		display: block;
	}
}
.bbpress #bbpress-forums .bbp-pagination .page-numbers {
	background: #fff;
	border: 1px solid #b4b9be;
	color: #757575;
	font-size: inherit;
	line-height: inherit;
	padding: 2px 8px;
	margin-left: -1px;
	opacity: 1;
	flex: 1;
}
@media (max-width: 375px) {
	.bbpress #bbpress-forums .bbp-pagination .page-numbers {
		padding: 2px 6px;
	}
}
@media (min-width: 600px) {
	.bbpress #bbpress-forums .bbp-pagination .page-numbers {
		flex: inherit;
	}
}
.bbpress #bbpress-forums .bbp-pagination .page-numbers:not(.current):not(.dots):hover {
	background: var(--wp--preset--color--blueberry-1);
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--wp--preset--color--blueberry-1);
}
.bbpress #bbpress-forums .bbp-pagination .page-numbers.current {
	background: #eee;
	color: #000;
}
.bbpress #bbpress-forums .bbp-pagination .page-numbers.dots {
	background: #fff;
	color: var(--wp--preset--color--charcoal-1);
}
.bbpress #bbpress-forums .bbp-pagination .page-numbers:first-child {
	border-radius: 3px 0 0 3px;
}
.bbpress #bbpress-forums .bbp-pagination .page-numbers:last-child {
	border-radius: 0 3px 3px 0;
}
.bbpress #bbpress-forums h1 + .bbp-pagination {
	display: none !important;
}
.bbpress #bbpress-forums .bbp-topic-pagination a {
	border: 1px solid #ddd;
}
.bbpress #bbpress-forums .bbp-pagination-links {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.bbpress #bbpress-forums .bbp-pagination-count {
	color: var(--wp--preset--color--charcoal-3);
}
.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results,
.bbpress #bbpress-forums ul.bbp-topics,
.bbpress #bbpress-forums #bbp-user-wrapper {
	font-size: var(--wp--preset--font-size--normal);
}
.bbpress #bbpress-forums #bbp-user-wrapper ul.bbp-topics,
.bbpress #bbpress-forums #bbp-user-wrapper ul.bbp-replies {
	clear: both;
}
.bbpress #wp-link-wrap {
	font-size: 0.73152rem;
}
.bbpress #wp-link-wrap #wp-link #link-options label span,
.bbpress #wp-link-wrap #wp-link #search-panel label span.search-label {
	width: 90px;
}
@media screen and (min-width: 321px) {
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-title,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-title {
		width: 60%;
	}
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-voice-count,
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-reply-count,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-voice-count,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-reply-count {
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-voice-count,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-voice-count {
		width: 12%;
	}
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-reply-count,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-reply-count {
		width: 8%;
	}
	.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness,
	.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness {
		text-align: right;
		width: 20%;
	}
}
.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content,
.bbpress #bbpress-forums p.bbp-topic-meta {
	font-size: var(--wp--preset--font-size--small);
}
.bbpress #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a {
	font-size: var(--wp--preset--font-size--extra-small);
}
.bbpress li.bbp-header li.bbp-forum-info,
.bbpress li.bbp-header li.bbp-topic-title {
	text-align: left !important;
}
.bbpress li.bbp-topic-title {
	overflow-wrap: anywhere;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
#bbpress-forums .bbp-reply-form {
	clear: both;
}
#bbpress-forums .bbp-topic-form fieldset.bbp-form button,
#bbpress-forums .bbp-reply-form fieldset.bbp-form button {
	float: none;
	margin-top: 0;
}
#bbpress-forums #bbp-your-profile fieldset.submit button,
#bbpress-forums .bbp-submit-wrapper {
	float: none;
}
#bbpress-forums .wporg-bbp-term-subscription {
	margin-bottom: var(--wp--style--block-gap);
}

.viewmore {
	position: relative;
	padding-right: 18px;
}
.viewmore:hover {
	text-decoration: underline !important;
}
.viewmore::after {
	content: "\f345";
	font-family: dashicons;
	position: absolute;
	top: 1px;
	right: 0;
}

.rtl .viewmore::after {
	content: "\f341";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#bbpress-forums fieldset.log-edit {
	margin: 12px 0 8px 0;
}
#bbpress-forums fieldset.log-edit legend {
	padding: 0;
}
#bbpress-forums #bbp-your-profile fieldset {
	padding: 0;
	margin: 0 0 var(--wp--style--block-gap);
	border: none;
}
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset select {
	height: unset;
	border-color: var(--wp--custom--form--border--color);
	padding: var(--wp--custom--form--padding--block) var(--wp--custom--form--padding--inline);
	background-color: var(--wp--custom--form--color--background);
	border-radius: var(--wp--custom--form--border--radius);
	min-height: 40px;
}
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
#bbpress-forums #bbp-your-profile fieldset select:focus {
	box-shadow: none;
}
#bbpress-forums fieldset.bbp-form select:focus-visible,
#bbpress-forums fieldset.bbp-form input[type=text]:focus-visible,
#bbpress-forums #bbp-your-profile fieldset input:focus-visible,
#bbpress-forums #bbp-your-profile fieldset textarea:focus-visible,
#bbpress-forums #bbp-your-profile fieldset select:focus-visible {
	box-shadow: none;
	outline: -webkit-focus-ring-color auto 1px;
}
#bbpress-forums fieldset.bbp-form select:disabled,
#bbpress-forums fieldset.bbp-form input[type=text]:disabled,
#bbpress-forums #bbp-your-profile fieldset input:disabled,
#bbpress-forums #bbp-your-profile fieldset textarea:disabled,
#bbpress-forums #bbp-your-profile fieldset select:disabled {
	border-color: var(--wp--custom--form--disabled--border-color);
}
#bbpress-forums fieldset.bbp-form input[type=checkbox],
#bbpress-forums fieldset.bbp-form input[type=radio] {
	margin: 0;
}
#bbpress-forums fieldset.bbp-form input[type=checkbox] + label,
#bbpress-forums fieldset.bbp-form input[type=radio] + label {
	margin-left: 0.5em;
}
#bbpress-forums fieldset.bbp-form input[type=checkbox]:focus,
#bbpress-forums fieldset.bbp-form input[type=radio]:focus {
	box-shadow: none;
}
#bbpress-forums fieldset.bbp-form input[type=checkbox]:focus-visible,
#bbpress-forums fieldset.bbp-form input[type=radio]:focus-visible {
	box-shadow: none;
	outline: -webkit-focus-ring-color auto 1px;
}
#bbpress-forums fieldset.bbp-form label input[type=checkbox],
#bbpress-forums fieldset.bbp-form label input[type=radio] {
	margin-right: 0.5em;
}
#bbpress-forums #bbp-user-body div.bbp-search-form form > div {
	margin-bottom: var(--wp--style--block-gap);
	display: flex;
}
#bbpress-forums #bbp-user-body div.bbp-search-form form > div input[type=text] {
	flex: 1;
	margin-right: calc(var(--wp--preset--spacing--10) / 2);
}
@media only screen and (max-width: 480px) {
	#bbpress-forums #bbp-user-body div.bbp-search-form button,
	#bbpress-forums #bbp-user-body div.bbp-search-form input {
		font-size: var(--wp--preset--font-size--small);
		padding: var(--wp--custom--form--padding--block) var(--wp--custom--form--padding--inline);
	}
}
@media (max-width: 767px) {
	#bbpress-forums #bbp-user-body div.bbp-search-form {
		float: none;
	}
	#bbpress-forums #bbp-user-body h2.entry-title {
		clear: right;
	}
	#bbpress-forums input[type=text] {
		width: 100%;
	}
}

body.single-forum #bbpress-forums .bbp-topic-form,
.bbp-view .bbp-topic-form {
	margin-top: var(--wp--preset--spacing--30);
	clear: both;
	border-top: none;
}
body.single-forum #bbpress-forums .bbp-topic-form ul,
.bbp-view .bbp-topic-form ul {
	padding: 0 16px !important;
}
body.single-forum #bbpress-forums .bbp-topic-form ul li,
.bbp-view .bbp-topic-form ul li {
	list-style: initial !important;
}

.topic-edit #bbpress-forums .bbp-topic-form legend,
.reply-edit #bbpress-forums .bbp-reply-form legend {
	display: block;
}

body.reply-edit #bbpress-forums fieldset.bbp-form,
body.topic-edit #bbpress-forums fieldset.bbp-form {
	border: none;
	margin: 0 0 var(--wp--style--block-gap);
}

.reply-edit #bbpress-forums .form-reply-to {
	display: inline-block;
}

.reply-edit #bbpress-forums .form-reply-to #bbp_reply_to {
	width: 100%;
}

.topic-resolved form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: calc(var(--wp--preset--spacing--10) / 2);
}
.topic-resolved select {
	width: 130px;
}

.topic-resolved-indicator {
	background-color: var(--wp--preset--color--vivid-green-cyan);
	top: var(--wp--preset--spacing--20);
	border-radius: 2px;
	color: var(--wp--preset--color--charcoal-1);
}
.topic-resolved-indicator::before {
	color: var(--wp--preset--color--charcoal-1);
}
@media screen and (max-width: 480px) {
	.topic-resolved-indicator {
		top: -1px;
		right: -1px;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

select {
	-webkit-appearance: menulist;
}

/*--------------------------------------------------------------
# Notices
--------------------------------------------------------------*/
div.bbp-template-notice,
div.indicator-hint {
	margin: 0 0 var(--wp--style--block-gap);
	border: none;
	font-size: var(--wp--preset--font-size--small);
	padding: 1.25em;
	color: var(--wp--preset--color--charcoal-1);
	background-color: var(--wp--preset--color--acid-green-3);
	border-radius: 2px;
}
div.bbp-template-notice.info,
div.indicator-hint.info {
	border: none;
	background-color: var(--wp--preset--color--blueberry-4);
}
div.bbp-template-notice.error,
div.indicator-hint.error {
	border: none;
	background-color: var(--wp--preset--color--pomegrade-3);
}
div.bbp-template-notice.warning, div.bbp-template-notice.important,
div.indicator-hint.warning,
div.indicator-hint.important {
	border: none;
	background-color: var(--wp--preset--color--lemon-3);
}
div.bbp-template-notice a,
div.indicator-hint a {
	color: var(--wp--preset--color--blueberry-1);
	text-decoration: underline;
}
div.bbp-template-notice a:hover,
div.indicator-hint a:hover {
	color: var(--wp--preset--color--blueberry-1);
}
div.bbp-template-notice ul:last-child,
div.indicator-hint ul:last-child {
	margin-bottom: 0;
}
div.bbp-template-notice p,
div.bbp-template-notice li,
div.indicator-hint p,
div.indicator-hint li {
	font-size: var(--wp--preset--font-size--small);
	padding: 0;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.forum-archive.wporg-support .helphub-front-page a,
.home.wporg-support .helphub-front-page a {
	text-decoration: none;
}
.forum-archive.wporg-support .helphub-front-page a:hover,
.home.wporg-support .helphub-front-page a:hover {
	text-decoration: underline;
}
.forum-archive.wporg-support .helphub-front-page ul,
.home.wporg-support .helphub-front-page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.forum-archive.wporg-support .helphub-front-page ul li,
.home.wporg-support .helphub-front-page ul li {
	padding: calc(var(--wp--preset--spacing--10) / 2) 0;
}
.forum-archive.wporg-support .helphub-front-page .icon-wrapper,
.forum-archive.wporg-support .helphub-front-page .dashicons,
.home.wporg-support .helphub-front-page .icon-wrapper,
.home.wporg-support .helphub-front-page .dashicons {
	display: none;
}
.forum-archive.wporg-support .helphub-front-page #bbp-search-form #bbp_search,
.home.wporg-support .helphub-front-page #bbp-search-form #bbp_search {
	width: 100%;
}
.forum-archive.wporg-support #bbpress-forums .bbp-forums,
.home.wporg-support #bbpress-forums .bbp-forums {
	border: none;
}
.forum-archive.wporg-support #bbpress-forums div.odd,
.home.wporg-support #bbpress-forums div.odd {
	background: transparent;
}
.forum-archive.wporg-support .col-8,
.home.wporg-support .col-8 {
	margin-left: 0;
}
.forum-archive.wporg-support ul#views,
.home.wporg-support ul#views {
	text-align: center;
	font-size: 0.8rem;
	margin: 0;
}
.forum-archive.wporg-support .helpful-links > div:last-child,
.home.wporg-support .helpful-links > div:last-child {
	font-size: 0.8rem;
}
@media (min-width: 48em) {
	.forum-archive.wporg-support .helpful-links > div,
	.home.wporg-support .helpful-links > div {
		width: 65%;
		float: left;
		margin-right: 5%;
	}
	.forum-archive.wporg-support .helpful-links > div:last-child,
	.home.wporg-support .helpful-links > div:last-child {
		width: 30%;
		margin-right: 0;
	}
}
@media screen and (min-width: 600px) {
	.forum-archive.wporg-support .forums-homepage-themes-plugins,
	.home.wporg-support .forums-homepage-themes-plugins {
		grid-column: 1/4;
	}
	.forum-archive.wporg-support .forums-homepage-themes-plugins.span-1,
	.home.wporg-support .forums-homepage-themes-plugins.span-1 {
		grid-column: 3/4;
	}
	.forum-archive.wporg-support .forums-homepage-themes-plugins.span-2,
	.home.wporg-support .forums-homepage-themes-plugins.span-2 {
		grid-column: 2/4;
	}
}

/*--------------------------------------------------------------
# Single Forum
--------------------------------------------------------------*/
.sidebar .forum-info li::before,
.sidebar .topic-info li::before,
.sidebar div ul li a::before {
	float: left;
	margin-right: 5px;
}
.sidebar .forum-info .forum-freshness-time::before,
.sidebar .topic-info .topic-freshness-time::before,
.sidebar .topic-info .topic-freshness-author::before {
	height: 30px;
}
.sidebar .forum-info .forum-freshness-time a,
.sidebar .topic-info .topic-freshness-time a,
.sidebar .topic-info .topic-freshness-author a {
	display: inline-block;
}
.sidebar .feed {
	background: none;
	padding-left: 0;
}

/*--------------------------------------------------------------
# Single Topic
--------------------------------------------------------------*/
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums {
	overflow: visible;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic {
	margin-bottom: 15px;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums div.bbp-pagination .bbp-pagination-count {
	margin-bottom: 0;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-replies {
	border-top: 1px solid var(--wp--custom--color--border);
	margin-top: var(--wp--preset--spacing--30);
	padding-top: var(--wp--preset--spacing--30);
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body,
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums div.reply.status-publish {
	border: 1px solid var(--wp--custom--color--border);
	border-radius: 2px;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic,
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums div.reply.status-publish {
	background: var(--wp--preset--color--light-grey-3);
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic.status-closed, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic.sticky, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic.super-sticky {
	padding-top: var(--wp--preset--spacing--30);
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic.author-has-badge {
	padding-top: 80px;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums div.reply.status-publish {
	scroll-margin-top: var(--wp--custom--local-navigation-bar--spacing--height);
	margin-bottom: var(--wp--preset--spacing--30);
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums div.even:not(.topic):not(.reply):not(.reported_topics),
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.even,
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums div.odd:not(.reply),
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums ul.odd {
	background: var(--wp--preset--color--white);
	border-top: 2px solid var(--wp--custom--color--border);
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .wporg-ratings {
	margin: var(--wp--preset--spacing--20) 0;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic {
	position: relative;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic > .topic-indicator {
	display: none;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic > .topic-indicator .dashicons {
	display: none;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.super-sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed > .topic-indicator {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 30px;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.sticky .dashicons-admin-post, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.super-sticky .dashicons-admin-post, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed .dashicons-lock {
	display: block;
	float: left;
	color: #fff;
	background: #ffd700;
	padding-top: 3px;
	width: 30px;
	height: 25px;
	border-radius: 0 0 3px 0;
}
body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed .dashicons-admin-post, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed .dashicons-lock {
	background: var(--wp--preset--color--charcoal-5);
}
body.single-topic:not(body.topic-edit) .entry-content header {
	background: unset;
	border: unset;
	padding: unset;
}

div.bbp-breadcrumb {
	font-size: var(--wp--preset--font-size--small);
	margin: 0;
	float: none;
	padding: 15px 0;
}
div.bbp-breadcrumb p {
	display: flex;
	position: relative;
	max-width: 100%;
	margin: 0 !important;
	overflow-x: auto;
	-webkit-mask-image: linear-gradient(to right, #000 calc(100% - 60px), transparent);
	mask-image: linear-gradient(to right, #000 calc(100% - 60px), transparent);
	color: var(--wp--preset--color--charcoal-1);
	text-overflow: clip;
	white-space: nowrap;
}
div.bbp-breadcrumb p::after {
	content: "";
	display: inline-block;
	width: 60px;
}
div.bbp-breadcrumb a {
	color: var(--wp--preset--color--charcoal-4);
	text-decoration: none;
}
div.bbp-breadcrumb a:hover {
	text-decoration: underline;
}
div.bbp-breadcrumb .bbp-breadcrumb-sep {
	margin: 0 10px;
	color: var(--wp--preset--color--light-grey-1);
}

.sidebar .topic-info li.topic-report {
	/* Remove the margin bottom of a bbpress <p> tag. */
}
.sidebar .topic-info li.topic-report select,
.sidebar .topic-info li.topic-report input[type=text],
.sidebar .topic-info li.topic-report textarea {
	width: 100%;
	margin: 4px 0 8px;
}
.sidebar .topic-info li.topic-report .topic-report-notice {
	margin-bottom: 1em;
	padding: 4px;
	background-color: #dfffe9;
}
.sidebar .topic-info li.topic-report .topic-report-notice.topic-report-notice-type-error {
	background-color: #ffdbdb;
}
.sidebar .topic-info li.topic-report .topic-report-notice.topic-report-notice-type-warning {
	background-color: #fbffdf;
}
.sidebar .topic-info li.topic-report #topic-report-reason + p {
	margin-bottom: 0;
}
.sidebar .topic-info li.topic-previous-reports .previous-reports {
	padding-left: 0;
}
.sidebar .topic-info li.topic-previous-reports .previous-reports li {
	list-style: inside;
}
.sidebar .plugin-meta-icon,
.sidebar .theme-meta-icon {
	border-top: 0;
}
.sidebar .plugin-icon {
	margin: 0;
	height: 128px;
	width: 128px;
	background-size: contain;
}

/*--------------------------------------------------------------
# User Profile
--------------------------------------------------------------*/
@media (max-width: 767px) {
	.bbp-single-user input[type=text]#ts {
		margin-bottom: 6px;
	}
}

.bbpress #bbpress-forums #bbp-user-wrapper {
	font-size: var(--wp--preset--font-size--small);
}
.bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
	font-size: var(--wp--preset--font-size--heading-4);
	padding-bottom: unset;
	margin: 0 0 var(--wp--style--block-gap);
}
.bbpress #bbpress-forums #bbp-user-wrapper .bbp-user-section {
	margin-top: var(--wp--style--block-gap);
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar a {
	display: block;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	margin-bottom: unset;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a {
	padding-left: unset;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: unset;
	opacity: unset;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Plugin / Theme specific support pages
--------------------------------------------------------------*/
.bbp-view .review-ratings {
	margin-bottom: var(--wp--preset--spacing--20);
	padding-bottom: var(--wp--preset--spacing--20);
	border-bottom: 1px solid var(--wp--custom--color--border);
	display: flex;
}
.bbp-view .review-ratings > div:first-child {
	font-size: 0.8rem;
	width: 60%;
	min-width: 54%;
	flex-shrink: 0;
}
.bbp-view .review-ratings > div:last-child {
	margin: 0 0 10px 0;
	padding-right: 10px;
	min-width: 40%;
	font-size: 0.8rem;
}
.bbp-view .review-ratings > div:last-child .reviews-total-count {
	font-weight: 700;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bbp-view .review-ratings > div:last-child > div:first-child {
	margin-top: 0;
}
.bbp-view .review-ratings > div:last-child .wporg-ratings {
	display: inline-block;
	margin-right: 1rem;
}
.bbp-view .review-ratings > div:last-child .reviews-submit-link {
	margin-top: 1rem;
}
@media (max-width: 499px) {
	.bbp-view .review-ratings {
		flex-direction: column;
	}
	.bbp-view .review-ratings > div:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
}
.bbp-view .reviews-submit-link {
	margin-top: 10px;
}

/*--------------------------------------------------------------
# HelpHub Specific
--------------------------------------------------------------*/
.archive-pagination {
	text-align: center;
	margin-top: 4rem;
}

body.helphub-with-sidebar .left-sidebar h2 {
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 400;
}
body.helphub-with-sidebar .left-sidebar ul {
	font-size: var(--wp--preset--font-size--small);
	list-style: none;
	margin: 0 0 var(--wp--preset--spacing--20);
	padding-left: 0;
}
body.helphub-with-sidebar .left-sidebar ul li {
	margin-bottom: 0.8rem;
}
body.helphub-with-sidebar .left-sidebar ul li ul {
	margin-left: var(--wp--preset--spacing--20);
}
body.helphub-with-sidebar .left-sidebar li,
body.helphub-with-sidebar .left-sidebar p {
	color: var(--wp--preset--color--charcoal-4);
}
body.helphub-with-sidebar .left-sidebar a {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	body.helphub-with-sidebar .left-sidebar {
		float: left;
		padding-right: 3rem;
		width: 23%;
	}
	body.helphub-with-sidebar .left-sidebar + #main-content {
		float: right;
		width: 77%;
	}
	body.helphub-with-sidebar .left-sidebar + #main-content .entry-content .container {
		width: 100%;
	}
}

@media screen and (min-width: 48em) {
	.helphub-page .entry-header .entry-title {
		margin: 0;
		width: 65%;
	}
}
.helphub-page .entry-content section .container figure.wp-block-image {
	overflow: hidden;
}
@media screen and (min-width: 48em) {
	.helphub-page .entry-content section .container {
		margin: 0;
		width: 65%;
	}
}
.helphub-page #main-content {
	margin-top: 0;
}
.helphub-page .comment-respond {
	padding-bottom: 2rem;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use.
- Older / Newer Posts Navigation (always hidden)
- Theme Footer (when set to scrolling) */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that
 were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
img.emoji {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	/* Set some default sizing */
	height: 1em;
	width: 1em;
}

img.emoji {
	margin: 0 0.05em 0 0.1em;
	vertical-align: -0.1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}