:root {
	--bm-ink: #111827;
	--bm-muted: #526070;
	--bm-line: #d9e2ec;
	--bm-soft: #f5f7fb;
	--bm-card: #ffffff;
	--bm-red: #b21d37;
	--bm-red-dark: #83182b;
	--bm-blue: #145ea8;
	--bm-green: #0f766e;
	--bm-footer: #101827;
	--bm-footer-soft: #172235;
	--bm-shadow: 0 18px 45px rgba(17, 24, 39, .10);
}

.bm-polished {
	background: var(--bm-soft);
	color: var(--bm-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	overflow-x: hidden;
}

.bm-polished a {
	color: var(--bm-blue);
	text-underline-offset: .18em;
}

.bm-polished a:focus,
.bm-polished button:focus,
.bm-polished input:focus {
	outline: 3px solid #f5b82e;
	outline-offset: 3px;
}

.bm-top-greeting {
	background: #101827;
	color: #fff;
}

.bm-top-greeting__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .8rem 1.2rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 118rem;
	padding: .85rem 2.4rem;
}

.bm-top-greeting__message {
	font-size: 1.45rem;
	font-weight: 850;
}

.bm-top-greeting__context {
	color: #c8d3e2;
	font-size: 1.35rem;
	font-weight: 650;
}

.bm-top-greeting__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
}

.bm-top-greeting__links a {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	color: #fff !important;
	font-size: 1.3rem;
	font-weight: 850;
	line-height: 1.2;
	padding: .6rem .9rem;
	text-decoration: none;
}

.bm-top-greeting__links a:hover,
.bm-top-greeting__links a:focus {
	background: #fff;
	color: var(--bm-ink) !important;
}

.bm-polished #site-header {
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid var(--bm-line);
	box-shadow: 0 10px 32px rgba(17, 24, 39, .06);
}

.bm-polished .header-inner {
	align-items: center;
	display: flex;
	gap: 2.4rem;
	max-width: 118rem;
	padding: 1.6rem 2.4rem;
}

.bm-polished .header-titles-wrapper {
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
	max-width: 34rem;
	min-width: 24rem;
}

.bm-polished .header-titles {
	align-items: center;
	display: flex;
	gap: 1.2rem;
	margin: 0;
}

.bm-polished .site-logo {
	align-items: center;
	display: flex;
	gap: 1.2rem;
	margin: 0;
}

.bm-polished .site-logo img {
	border: 1px solid rgba(178, 29, 55, .16);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(131, 24, 43, .18);
	height: 5.8rem;
	object-fit: cover;
	width: 5.8rem;
}

.bm-polished .site-logo .screen-reader-text {
	clip-path: none;
	color: var(--bm-ink);
	font-size: 2rem;
	font-weight: 800;
	height: auto;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	overflow: visible;
	position: static !important;
	text-transform: none;
	width: auto;
}

.bm-polished .site-description {
	color: var(--bm-muted);
	font-size: 1.35rem;
	line-height: 1.35;
	margin: .35rem 0 0;
	max-width: 24rem;
}

.bm-polished .header-navigation-wrapper {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 1.4rem;
	justify-content: flex-end;
}

.bm-polished .primary-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	justify-content: flex-end;
	margin: 0;
}

.bm-polished .primary-menu > li {
	margin: 0;
}

.bm-polished .primary-menu > li > a {
	border-radius: 8px;
	color: #202b3a !important;
	display: block;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.2;
	padding: .9rem 1.1rem;
	text-decoration: none;
}

.bm-polished .primary-menu > li > a:hover,
.bm-polished .primary-menu > li > a:focus,
.bm-polished .primary-menu > li.current-menu-item > a {
	background: #f8e4e8;
	color: var(--bm-red-dark) !important;
}

.bm-polished .header-toggles {
	margin: 0;
}

.bm-polished .header-toggles .toggle {
	border: 1px solid var(--bm-line);
	border-radius: 8px;
	color: var(--bm-ink);
	height: 4.2rem;
	min-width: 4.2rem;
	padding: 0 1.1rem;
}

.bm-polished .header-toggles .toggle:hover {
	background: var(--bm-ink);
	color: #fff;
}

.bm-polished .entry-header {
	background: transparent;
	padding: 4rem 0 1rem;
}

.bm-polished.home .entry-header,
.bm-polished.home .span-reading-time,
.bm-polished.bm-landing-page .entry-header,
.bm-polished.bm-landing-page .span-reading-time,
.bm-polished.bm-landing-page .heateorSssClear,
.bm-polished.bm-landing-page .heateor_sss_sharing_container {
	display: none !important;
}

.bm-polished.home #site-content,
.bm-polished.bm-landing-page #site-content {
	background: var(--bm-soft);
}

.bm-polished.home .post-inner,
.bm-polished.bm-landing-page .post-inner {
	max-width: none;
	padding-top: 0;
}

.bm-polished.home .entry-content,
.bm-polished.bm-landing-page .entry-content {
	font-size: 1.9rem;
	line-height: 1.7;
	max-width: none;
}

.bm-polished .entry-content > * {
	max-width: 78rem;
}

.bm-polished .entry-content .bm-hero,
.bm-polished .entry-content .bm-section,
.bm-polished .entry-content .bm-gofundme,
.bm-polished .entry-content .bm-panel {
	max-width: none;
}

.bm-hero {
	background-color: var(--bm-footer);
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	margin: 0 calc(50% - 50vw) 4.8rem;
	min-height: 42rem;
	padding: 7.2rem max(2.4rem, calc((100vw - 112rem) / 2)) 6.4rem;
	position: relative;
	width: 100vw;
}

.bm-polished .entry-content .bm-hero {
	max-width: 100vw !important;
	width: 100vw;
}

.bm-hero__content {
	max-width: 68rem;
}

.bm-hero h1 {
	color: #fff;
	font-size: 6rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 1.6rem;
}

.bm-hero p {
	color: rgba(255, 255, 255, .92);
	font-size: 2.2rem;
	line-height: 1.45;
	margin: 0 0 2.8rem;
	max-width: 62rem;
}

.bm-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}

.bm-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 4.6rem;
	padding: 1.2rem 1.7rem;
	text-decoration: none !important;
}

.bm-button--primary {
	background: #fff;
	color: var(--bm-red-dark) !important;
}

.bm-button--secondary {
	border: 1px solid rgba(255, 255, 255, .62);
	color: #fff !important;
}

.bm-button:hover,
.bm-button:focus {
	transform: translateY(-1px);
}

.bm-panel,
.bm-section {
	box-sizing: border-box;
	margin: 0 auto 4rem;
	max-width: 112rem !important;
	padding: 0 2.4rem;
	width: calc(100% - 4.8rem);
}

.bm-panel {
	background: var(--bm-card);
	border: 1px solid var(--bm-line);
	border-radius: 8px;
	box-shadow: var(--bm-shadow);
	padding: 2.8rem;
}

.bm-panel p,
.bm-section p {
	color: #243244;
	margin: 0;
}

.bm-polished .bm-panel > *,
.bm-polished .bm-section > *,
.bm-polished .bm-gofundme__copy > *,
.bm-polished .bm-gofundme__embed > * {
	max-width: 100% !important;
	width: auto !important;
}

.bm-polished .bm-panel p,
.bm-polished .bm-section p,
.bm-polished .bm-gofundme p {
	overflow-wrap: anywhere;
}

.bm-section h2 {
	color: var(--bm-ink) !important;
	font-size: 3.2rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 1.8rem;
}

.bm-polished .entry-content .bm-section h2,
.bm-polished .entry-content .bm-panel h2 {
	color: var(--bm-ink) !important;
	margin: 0 0 1.8rem !important;
}

.bm-feature-list {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-feature-list li {
	background: var(--bm-card);
	border: 1px solid var(--bm-line);
	border-top: 4px solid var(--bm-blue);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .07);
	color: #263446;
	font-size: 1.55rem;
	line-height: 1.55;
	margin: 0;
	padding: 1.9rem;
}

.bm-polished .entry-content .bm-feature-list,
.bm-polished .entry-content .bm-feature-list li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.bm-polished .entry-content .bm-feature-list li {
	padding: 1.9rem;
	position: static;
}

.bm-feature-list li:nth-child(2) {
	border-top-color: var(--bm-green);
}

.bm-feature-list li:nth-child(3) {
	border-top-color: var(--bm-red);
}

.bm-feature-list li:nth-child(4) {
	border-top-color: #7c4d00;
}

.bm-feature-list strong {
	color: var(--bm-ink);
	display: block;
	font-size: 1.75rem;
	margin-bottom: .7rem;
}

.bm-page-hero {
	background: #101827;
	color: #fff;
	margin: 0 auto 4rem;
	max-width: 112rem !important;
	padding: 4.4rem 2.4rem;
	width: calc(100% - 4.8rem);
}

.bm-page-hero h1 {
	color: #fff;
	font-size: 4.8rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 1rem;
}

.bm-page-hero p {
	color: #dbe4f0;
	font-size: 2rem;
	line-height: 1.5;
	margin: 0;
	max-width: 72rem;
}

.bm-section__header {
	align-items: flex-start;
	display: flex;
	gap: 1.6rem;
	justify-content: space-between;
	margin: 0 0 2rem;
}

.bm-section__header p {
	max-width: 68rem;
}

.bm-section__header a {
	flex: 0 0 auto;
	font-size: 1.45rem;
	font-weight: 800;
}

.bm-card-grid {
	display: grid;
	gap: 1.6rem;
}

.bm-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bm-card-grid--downloads {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bm-card {
	background: #fff;
	border: 1px solid var(--bm-line);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .07);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 1.8rem;
}

.bm-card h3 {
	color: var(--bm-ink);
	font-size: 2rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 1rem;
}

.bm-card h3 a {
	color: var(--bm-ink);
	text-decoration: none;
}

.bm-card p {
	color: #344256;
	font-size: 1.5rem;
	line-height: 1.55;
	margin: 0 0 1.4rem;
}

.bm-card__eyebrow {
	color: var(--bm-red-dark);
	font-size: 1.2rem;
	font-weight: 850;
	letter-spacing: .04em;
	margin-bottom: .9rem;
	text-transform: uppercase;
}

.bm-card__action,
.bm-button--dark {
	align-items: center;
	background: var(--bm-ink);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-size: 1.42rem;
	font-weight: 850;
	justify-content: center;
	line-height: 1.2;
	margin-top: auto;
	min-height: 4.2rem;
	padding: .95rem 1.2rem;
	text-decoration: none !important;
}

.bm-download-meta {
	border-top: 1px solid var(--bm-line);
	list-style: none;
	margin: auto 0 1.4rem;
	padding: 1.2rem 0 0;
}

.bm-download-meta li {
	color: #4b5a6c;
	font-size: 1.35rem;
	list-style: none;
	margin: .35rem 0;
}

.bm-download-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin: 0 0 2.8rem;
}

.bm-download-tabs a {
	background: #fff;
	border: 1px solid var(--bm-line);
	border-radius: 8px;
	color: var(--bm-ink);
	font-size: 1.38rem;
	font-weight: 800;
	padding: .8rem 1rem;
	text-decoration: none;
}

.bm-download-group {
	margin: 0 0 3.2rem;
}

.bm-download-group h3 {
	color: var(--bm-ink);
	font-size: 2.4rem;
	font-weight: 850;
	margin: 0 0 1.4rem;
}

.bm-status-strip {
	background: #e8f4f2;
	border: 1px solid #b8dcd7;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	margin-top: 2rem;
	padding: 1.4rem 1.6rem;
}

.bm-status-strip__item {
	display: grid;
	gap: .25rem;
}

.bm-status-strip dt {
	color: #173f3a;
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0;
}

.bm-status-strip dd {
	color: #173f3a;
	font-size: 1.45rem;
	font-weight: 650;
	margin: 0;
}

.bm-stats-grid {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bm-stat-card {
	background: #fff;
	border: 1px solid var(--bm-line);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .07);
	display: grid;
	gap: .65rem;
	padding: 2rem;
}

.bm-stat-card dt {
	color: var(--bm-muted);
	font-size: 1.35rem;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

.bm-stat-card dd {
	color: var(--bm-ink);
	font-size: 3rem;
	font-weight: 850;
	line-height: 1;
	margin: 0;
}

.bm-related-posts {
	background: var(--bm-soft);
	margin: 4rem auto 0;
	max-width: 112rem;
	padding: 3rem 2.4rem;
}

.bm-related-posts h2 {
	color: var(--bm-ink);
	font-size: 3rem;
	font-weight: 850;
	margin: 0 0 1.8rem;
}

.bm-polished.single-post .entry-content {
	font-size: 1.85rem;
	line-height: 1.75;
}

.bm-polished.single-post .entry-content h2,
.bm-polished.single-post .entry-content h3 {
	color: var(--bm-ink) !important;
	letter-spacing: 0;
}

.bm-gofundme {
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--bm-line);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: var(--bm-shadow);
	display: grid;
	gap: 2.4rem;
	grid-template-columns: minmax(24rem, .85fr) minmax(0, 1.35fr);
	margin: 0 auto 4rem;
	max-width: 112rem !important;
	padding: 2.4rem;
	width: calc(100% - 4.8rem);
}

.bm-gofundme__copy {
	background: #f8e4e8;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 2.4rem;
}

.bm-gofundme h2 {
	color: var(--bm-red-dark) !important;
	font-size: 3rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 1rem !important;
}

.bm-gofundme p {
	color: #243244;
	font-size: 1.75rem;
	line-height: 1.55;
	margin: 0;
}

.bm-gofundme__embed {
	min-height: 32rem;
	overflow: hidden;
}

.bm-gofundme .gfm-embed {
	min-height: 32rem;
}

.bm-polished .footer-nav-widgets-wrapper {
	background: var(--bm-footer);
	border: 0;
	color: #dbe4f0;
	margin-top: 5.2rem;
	padding: 4.4rem 0 3.2rem;
}

.bm-polished .footer-inner {
	max-width: 112rem;
}

.bm-polished .footer-top {
	border: 0;
	margin: 0 0 3rem;
	padding: 0;
}

.bm-polished .footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: .9rem;
	justify-content: center;
	margin: 0;
}

.bm-polished .footer-menu li {
	margin: 0;
}

.bm-polished .footer-menu a {
	background: var(--bm-footer-soft);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	color: #fff !important;
	display: block;
	font-size: 1.45rem;
	font-weight: 700;
	padding: .9rem 1.2rem;
	text-decoration: none;
}

.bm-polished .footer-menu a:hover,
.bm-polished .footer-menu a:focus {
	background: #243653;
}

.bm-polished .footer-widgets-outer-wrapper {
	border: 0;
	padding: 0;
}

.bm-polished .footer-widgets-wrapper {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	width: 100%;
}

.bm-polished .footer-widgets {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	color: #e7eef7;
	margin: 0;
	padding: 2rem;
	width: auto;
}

.bm-polished .footer-widgets .widget {
	border: 0;
	margin: 0 0 2rem;
	padding: 0;
}

.bm-polished .footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.bm-polished .footer-widgets .widget-title,
.bm-polished .footer-widgets h2,
.bm-polished .footer-widgets p,
.bm-polished .footer-widgets li,
.bm-polished .footer-widgets label {
	color: #e7eef7;
}

.bm-polished .footer-widgets .widget-title,
.bm-polished .footer-widgets h2 {
	font-size: 1.9rem;
	font-weight: 800;
	margin: 0 0 1rem;
}

.bm-polished .footer-widgets ul {
	margin: 1rem 0 0 !important;
	padding: 0 !important;
}

.bm-polished .footer-widgets li {
	list-style: none;
	margin: .45rem 0;
}

.bm-polished .footer-widgets input[type="email"],
.bm-polished .footer-widgets input[type="search"],
.bm-polished .footer-widgets .wp-block-search__input {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--bm-ink);
	font-size: 1.55rem;
	min-height: 4.4rem;
	padding: .9rem 1.1rem;
	width: 100%;
}

.bm-polished .footer-widgets input[type="submit"],
.bm-polished .footer-widgets button,
.bm-polished .wp-block-search__button {
	background: var(--bm-red);
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-size: 1.45rem;
	font-weight: 800;
	min-height: 4.4rem;
	padding: .9rem 1.4rem;
}

.bm-polished .wp-block-search__inside-wrapper,
.bm-polished .tnp-subscription-minimal form {
	align-items: stretch;
	display: flex;
	gap: .8rem;
	text-align: left !important;
}

.bm-polished .wp-block-tnp-minimal {
	padding: 0 !important;
}

.bm-polished .welcomeclocktawhidurrahmandear {
	background: rgba(255, 255, 255, .08);
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 800;
	padding: .8rem 1rem;
}

.bm-polished #site-footer {
	background: #0b1220;
	border: 0;
	color: #dbe4f0;
	padding: 2rem 0;
}

.bm-polished #site-footer .section-inner {
	align-items: center;
	display: flex;
	gap: 1.6rem;
	justify-content: space-between;
	max-width: 112rem;
}

.bm-polished .footer-credits {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin: 0;
}

.bm-polished .footer-copyright,
.bm-polished .privacy-policy {
	color: #dbe4f0;
	font-size: 1.45rem;
	margin: 0;
}

.bm-polished .powered-by-wordpress {
	display: none;
}

.bm-polished #site-footer a {
	color: #fff !important;
}

.bm-polished .to-the-top {
	color: #fff !important;
	font-size: 1.45rem;
	font-weight: 800;
}

.bm-radio-player {
	background: #0b1220;
	color: #fff;
	padding: 0 2.4rem 3rem;
}

.bm-radio-player__inner {
	align-items: center;
	background: var(--bm-footer-soft);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	display: flex;
	gap: 1.6rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 112rem;
	padding: 1.4rem 1.6rem;
}

.bm-radio-player strong {
	font-size: 1.65rem;
	white-space: nowrap;
}

.bm-radio-player audio {
	max-width: 52rem;
	width: 100%;
}

.bm-polished > #blindmasters-gofundme-widget {
	display: none !important;
}

.bm-polished .a11y-toolbar {
	top: 32vh;
}

.bm-polished .a11y-toolbar ul li button {
	background: #fff;
	border: 1px solid var(--bm-line);
	color: var(--bm-ink);
	height: 4.4rem;
	padding: 1rem;
	width: 4.4rem;
}

.bm-polished .a11y-toolbar ul li button.active,
.bm-polished .a11y-toolbar ul li button:hover,
.bm-polished .a11y-toolbar ul li button:focus {
	background: var(--bm-ink);
	color: #fff;
}

body.contrast.bm-polished,
body.contrast.bm-polished #site-header,
body.contrast.bm-polished .bm-top-greeting,
body.contrast.bm-polished .footer-nav-widgets-wrapper,
body.contrast.bm-polished #site-footer,
body.contrast.bm-polished .bm-radio-player {
	background: #000 !important;
	color: #fff !important;
}

body.contrast.bm-polished .bm-panel,
body.contrast.bm-polished .bm-gofundme,
body.contrast.bm-polished .bm-gofundme__copy,
body.contrast.bm-polished .bm-card,
body.contrast.bm-polished .bm-stat-card,
body.contrast.bm-polished .bm-page-hero,
body.contrast.bm-polished .bm-status-strip,
body.contrast.bm-polished .bm-feature-list li,
body.contrast.bm-polished .footer-widgets,
body.contrast.bm-polished .bm-radio-player__inner {
	background: #000 !important;
	border-color: #fff !important;
	color: #fff !important;
	box-shadow: none !important;
}

body.contrast.bm-polished a,
body.contrast.bm-polished .primary-menu > li > a,
body.contrast.bm-polished .site-description,
body.contrast.bm-polished .site-logo .screen-reader-text,
body.contrast.bm-polished .bm-panel p,
body.contrast.bm-polished .bm-gofundme p,
body.contrast.bm-polished .bm-gofundme h2,
body.contrast.bm-polished .bm-card,
body.contrast.bm-polished .bm-card h3,
body.contrast.bm-polished .bm-card h3 a,
body.contrast.bm-polished .bm-card p,
body.contrast.bm-polished .bm-stat-card dt,
body.contrast.bm-polished .bm-stat-card dd,
body.contrast.bm-polished .bm-status-strip dt,
body.contrast.bm-polished .bm-status-strip dd,
body.contrast.bm-polished .bm-section p,
body.contrast.bm-polished .bm-feature-list strong {
	color: #fff !important;
}

@media (max-width: 1100px) {
	.bm-polished .header-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.4rem;
	}

	.bm-polished .header-navigation-wrapper {
		justify-content: flex-start;
		width: 100%;
	}

	.bm-polished .primary-menu {
		justify-content: flex-start;
	}

	.bm-feature-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bm-gofundme {
		grid-template-columns: 1fr;
	}

	.bm-card-grid--downloads,
	.bm-card-grid--3,
	.bm-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 999px) {
	.bm-polished .header-inner {
		align-items: center;
		display: flex;
	}

	.bm-polished .header-titles-wrapper {
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		max-width: none;
		min-height: 5.6rem;
		padding: 0 6.8rem;
		position: relative;
		width: 100%;
	}

	.bm-polished .header-titles {
		justify-content: center;
		min-width: 0;
		text-align: center;
		width: 100%;
	}

	.bm-polished .mobile-search-toggle,
	.bm-polished .mobile-nav-toggle {
		align-items: center;
		background: #fff;
		border: 1px solid var(--bm-line);
		border-radius: 8px;
		bottom: auto !important;
		box-sizing: border-box;
		color: var(--bm-ink);
		display: flex !important;
		height: 5.2rem;
		justify-content: center;
		left: auto !important;
		max-width: 5.8rem;
		min-width: 5.8rem;
		opacity: 1 !important;
		overflow: visible;
		padding: 0;
		position: absolute !important;
		right: auto !important;
		top: 50%;
		transform: translateY(-50%);
		width: 5.8rem;
		z-index: 20;
	}

	.bm-polished .mobile-search-toggle {
		left: 0 !important;
	}

	.bm-polished .mobile-nav-toggle {
		display: none !important;
		right: 0 !important;
	}

	.bm-polished .mobile-search-toggle .toggle-inner,
	.bm-polished .mobile-nav-toggle .toggle-inner {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 0;
		position: static;
	}

	.bm-polished .mobile-search-toggle .toggle-text,
	.bm-polished .mobile-nav-toggle .toggle-text {
		color: var(--bm-ink);
		font-size: 1.05rem;
		line-height: 1;
		position: static;
		white-space: nowrap;
		word-break: normal;
	}

	.bm-polished .mobile-search-toggle:hover,
	.bm-polished .mobile-search-toggle:focus,
	.bm-polished .mobile-nav-toggle:hover,
	.bm-polished .mobile-nav-toggle:focus {
		background: var(--bm-ink);
		color: #fff;
	}

	.bm-polished .mobile-search-toggle:hover .toggle-text,
	.bm-polished .mobile-search-toggle:focus .toggle-text,
	.bm-polished .mobile-nav-toggle:hover .toggle-text,
	.bm-polished .mobile-nav-toggle:focus .toggle-text {
		color: #fff;
		text-decoration: none;
	}

	.bm-polished .header-navigation-wrapper {
		box-sizing: border-box;
		display: block;
		max-width: calc(100vw - 76px);
		overflow: visible;
		width: calc(100vw - 76px);
	}

	.bm-polished .primary-menu-wrapper {
		box-sizing: border-box;
		display: block !important;
		max-width: 100%;
		overflow: visible;
		width: 100%;
	}

	.bm-polished .primary-menu {
		display: grid;
		gap: .5rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 100%;
		overflow: visible;
		padding: .2rem 0 0;
		width: 100%;
	}

	.bm-polished .primary-menu > li {
		min-width: 0;
	}

	.bm-polished .primary-menu > li > a {
		align-items: center;
		display: flex;
		font-size: 1.25rem;
		justify-content: center;
		min-height: 3.4rem;
		padding: .65rem .75rem;
		text-align: center;
		white-space: normal;
	}

	.bm-polished .header-toggles {
		display: none;
	}
}

@media (max-width: 699px) {
	.bm-top-greeting__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: .8rem 1.8rem;
	}

	.bm-polished .header-inner {
		padding: 1.2rem 1.8rem;
	}

	.bm-polished .header-titles-wrapper {
		min-width: 0;
		width: 100%;
	}

	.bm-polished .header-navigation-wrapper {
		max-width: 28rem !important;
		width: 28rem !important;
	}

	.bm-polished .primary-menu {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bm-polished .site-description {
		display: none;
	}

	.bm-polished .site-logo img {
		height: 4.8rem;
		width: 4.8rem;
	}

	.bm-polished .site-logo .screen-reader-text {
		font-size: 1.8rem;
	}

	.bm-hero {
		margin-bottom: 3.2rem;
		min-height: 34rem;
		padding: 5.2rem 2rem 4.8rem;
	}

	.bm-hero h1 {
		font-size: 4.2rem;
	}

	.bm-hero p {
		font-size: 1.85rem;
	}

	.bm-panel,
	.bm-gofundme,
	.bm-page-hero,
	.bm-section {
		margin-bottom: 3rem;
		padding-left: 1.8rem;
		padding-right: 1.8rem;
		width: calc(100% - 3.6rem);
	}

	.bm-polished .entry-content .bm-panel,
	.bm-polished .entry-content .bm-gofundme,
	.bm-polished .entry-content .bm-page-hero,
	.bm-polished .entry-content .bm-section {
		margin-left: 20px !important;
		margin-right: 20px !important;
		max-width: min(342px, calc(100vw - 40px)) !important;
		width: min(342px, calc(100vw - 40px)) !important;
	}

	.bm-polished .bm-panel > *,
	.bm-polished .bm-section > *,
	.bm-polished .bm-gofundme__copy > *,
	.bm-polished .bm-gofundme__embed > * {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.bm-panel {
		padding: 2rem;
	}

	.bm-feature-list,
	.bm-card-grid--downloads,
	.bm-card-grid--3,
	.bm-stats-grid,
	.bm-polished .footer-widgets-wrapper {
		grid-template-columns: 1fr;
	}

	.bm-page-hero h1 {
		font-size: 3.6rem;
	}

	.bm-section__header {
		flex-direction: column;
	}

	.bm-polished .wp-block-search__inside-wrapper,
	.bm-polished .tnp-subscription-minimal form,
	.bm-radio-player__inner,
	.bm-polished #site-footer .section-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.bm-radio-player strong {
		white-space: normal;
	}
}
