/**
Theme Name: Astra bbPress Child
Theme URI: https://wpastra.com/
Author: Moatasem Gamal
Author URI: https://github.com/MoatasemGamal
Description: Astra child theme with focused bbPress frontend layout and readability improvements.
Template: astra
Version: 0.1.0
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-bbpress-child
*/

#bbpress-forums {
	font-size: 15px;
	line-height: 1.65;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 15px;
	line-height: 1.6;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	font-size: 14px;
	line-height: 1.45;
}

#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums div.bbp-breadcrumb,
#bbpress-forums div.bbp-topic-tags {
	font-size: 13px;
	line-height: 1.55;
}

#bbpress-forums span.bbp-admin-links a {
	font-size: 12px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form input[type="password"],
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
	font-size: 15px;
}

#bbpress-forums .bbp-topic-title a.bbp-topic-permalink,
#bbpress-forums .bbp-forum-title {
	font-size: 16px;
	line-height: 1.45;
}

#bbpress-forums .bbp-topics li.bbp-topic-title {
	width: 45%;
}

#bbpress-forums .bbp-topics li.bbp-topic-id {
	float: left;
	text-align: center;
	width: 8%;
}

html[dir="rtl"] #bbpress-forums .bbp-topics li.bbp-topic-id,
body.rtl #bbpress-forums .bbp-topics li.bbp-topic-id {
	float: right;
}

#bbpress-forums .bbp-topics li.bbp-topic-voice-count,
#bbpress-forums .bbp-topics li.bbp-topic-reply-count {
	width: 10%;
}

#bbpress-forums .bbp-topics li.bbp-topic-freshness {
	width: 24%;
}

#bbpress-forums .bbp-topic-id-link {
	box-sizing: border-box;
	color: inherit;
	display: inline-block;
	font-weight: 700;
	line-height: 1.35;
	max-width: 100%;
	padding: 0;
	text-decoration: none;
}

#bbpress-forums .bbp-topic-id-link:hover,
#bbpress-forums .bbp-topic-id-link:focus {
	color: #1d2327;
	text-decoration: underline;
}

#bbpress-forums .bbp-topic-id-banner {
	align-items: center;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-inline-start: 4px solid #2271b1;
	box-sizing: border-box;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 0.35rem 0.5rem;
	line-height: 1.4;
	margin: 0 0 1rem;
	padding: 0.55rem 0.75rem;
	width: 100%;
}

#bbpress-forums .bbp-topic-id-label {
	color: #50575e;
	font-weight: 700;
}

#bbpress-forums .bbp-topic-id-value {
	font-weight: 700;
	text-decoration: none;
}

#bbpress-forums .bbp-topics ul.sticky,
#bbpress-forums .bbp-topics ul.super-sticky {
	background: #fff8e5 !important;
	border-inline-start: 4px solid #d29922;
	box-shadow: inset 0 0 0 1px rgba(210, 153, 34, 0.16);
}

#bbpress-forums .bbp-topics ul.super-sticky {
	background: #fff3d6 !important;
	border-inline-start-color: #b45309;
}

#bbpress-forums .bbp-topics ul.sticky .bbp-topic-title a.bbp-topic-permalink,
#bbpress-forums .bbp-topics ul.super-sticky .bbp-topic-title a.bbp-topic-permalink {
	font-weight: 700;
}

#bbpress-forums .bbp-sticky-topic-badge {
	align-items: center;
	color: #7a4d00;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 0.28rem;
	line-height: 1.3;
	margin-inline-end: 0.45rem;
	vertical-align: middle;
	white-space: nowrap;
}

#bbpress-forums .bbp-sticky-topic-badge-super {
	color: #92400e;
}

#bbpress-forums .bbp-sticky-topic-icon {
	fill: currentColor;
	flex: 0 0 auto;
	height: 1em;
	width: 1em;
}

#bbpress-forums .bbp-subforum-list-wrap {
	margin-top: 0.75rem;
}

#bbpress-forums .bbp-subforum-list-label {
	color: #50575e;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.35rem;
}

#bbpress-forums.bbpress-wrapper .bbp-forums-list,
#bbpress-forums.bbpress-wrapper .bbp-subforum-list {
	border: 0;
	border-inline-start: 2px solid #d7dce2;
	margin: 0;
	padding: 0.2rem 0;
	padding-inline-start: 1.35rem;
	position: relative;
}

html[dir="rtl"] #bbpress-forums.bbpress-wrapper .bbp-forums-list,
html[dir="rtl"] #bbpress-forums.bbpress-wrapper .bbp-subforum-list,
body.rtl #bbpress-forums.bbpress-wrapper .bbp-forums-list,
body.rtl #bbpress-forums.bbpress-wrapper .bbp-subforum-list {
	border-left: 0;
	border-right: 2px solid #d7dce2;
	padding-left: 0;
	padding-right: 1.35rem;
}

html:not([dir="rtl"]) #bbpress-forums.bbpress-wrapper .bbp-forums-list,
html:not([dir="rtl"]) #bbpress-forums.bbpress-wrapper .bbp-subforum-list,
body:not(.rtl) #bbpress-forums.bbpress-wrapper .bbp-forums-list,
body:not(.rtl) #bbpress-forums.bbpress-wrapper .bbp-subforum-list {
	border-left: 2px solid #d7dce2;
	border-right: 0;
	padding-left: 1.35rem;
	padding-right: 0;
}

#bbpress-forums .bbp-forums-list .bbp-forum {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	margin: 0.35rem 0;
	padding: 0;
}

#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after {
	content: none;
}

#bbpress-forums .bbp-forums-list .bbp-forum-link {
	display: inline-flex;
	max-width: 100%;
	padding: 0.08rem 0;
	text-decoration: none;
}

#bbpress-forums ul.bbp-lead-topic {
	background: #fff;
	border: 1px solid #d7dce2;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	margin: 1rem 0 2rem;
	overflow: hidden;
}

#bbpress-forums ul.bbp-lead-topic > li.bbp-header,
#bbpress-forums ul.bbp-lead-topic > li.bbp-footer {
	background: #f6f7f7;
}

#bbpress-forums ul.bbp-replies {
	margin-top: 1.5rem;
}

#bbpress-forums ul.bbp-replies > li.bbp-header {
	border-top: 0;
}

#bbpress-forums div.bbp-staff-reply {
	background: #f3f8ff;
	border-inline-start: 4px solid #2271b1;
	box-shadow: inset 0 0 0 1px rgba(34, 113, 177, 0.13);
}

#bbpress-forums div.bbp-staff-reply .bbp-reply-author {
	background: rgba(34, 113, 177, 0.06);
}

#bbpress-forums div.bbp-staff-reply .bbp-author-role {
	color: #0b5cab;
	font-style: normal;
	font-weight: 700;
}

#bbpress-forums .bbp-staff-reply-badge {
	background: #e7f0ff;
	border: 1px solid #b8d4ff;
	border-radius: 999px;
	color: #0b5cab;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.75rem;
	padding: 0.16rem 0.55rem;
}

.bbp-account-menu-widget {
	--bbp-account-accent: var(--ast-global-color-0, #dca54a);
	--bbp-account-accent-hover: var(--ast-global-color-1, #d09a40);
	--bbp-account-bg: var(--ast-global-color-4, #fff);
	--bbp-account-text: var(--ast-global-color-2, #0f172a);
	color: var(--bbp-account-text);
	display: inline-flex;
	font-size: 15px;
	line-height: 1.3;
	position: relative;
	z-index: 20;
}

.bbp-account-menu-widget .bbp-account-menu {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin: 0;
}

.bbp-account-menu-widget a {
	text-decoration: none;
}

.bbp-account-menu-widget .bbp-account-menu-link {
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.5rem;
	padding-block: 0.55rem;
	padding-inline: 0.85rem;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
	white-space: nowrap;
}

.bbp-account-menu-widget .bbp-account-menu-login {
	background: var(--bbp-account-bg);
	border: 1px solid rgba(15, 23, 42, 0.13);
	color: var(--bbp-account-text);
}

.bbp-account-menu-widget .bbp-account-menu-register {
	background: var(--bbp-account-accent);
	border: 1px solid transparent;
	color: var(--ast-global-color-6, #141004);
}

.bbp-account-menu-widget .bbp-account-menu-login:hover,
.bbp-account-menu-widget .bbp-account-menu-login:focus {
	border-color: rgba(15, 23, 42, 0.24);
	color: var(--bbp-account-text);
}

.bbp-account-menu-widget .bbp-account-menu-register:hover,
.bbp-account-menu-widget .bbp-account-menu-register:focus {
	background: var(--bbp-account-accent-hover);
	color: var(--ast-global-color-6, #141004);
}

.bbp-account-menu-widget .bbp-account-menu-link:focus,
.bbp-account-menu-widget .bbp-account-menu-summary:focus,
.bbp-account-menu-widget .bbp-account-menu-dropdown a:focus {
	box-shadow: 0 0 0 3px rgba(220, 165, 74, 0.28);
	outline: 0;
}

.bbp-account-menu-widget .bbp-account-menu-details {
	margin: 0;
	position: relative;
}

.bbp-account-menu-widget .bbp-account-menu-summary {
	align-items: center;
	background: var(--bbp-account-bg);
	border: 1px solid rgba(15, 23, 42, 0.13);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
	color: var(--bbp-account-text);
	cursor: pointer;
	display: inline-flex;
	gap: 0.55rem;
	line-height: 1.2;
	list-style: none;
	min-height: 2.7rem;
	padding-block: 0.28rem;
	padding-inline: 0.35rem 0.75rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	user-select: none;
}

.bbp-account-menu-widget .bbp-account-menu-summary::-webkit-details-marker {
	display: none;
}

.bbp-account-menu-widget .bbp-account-menu-summary::marker {
	content: "";
}

.bbp-account-menu-widget .bbp-account-menu-details[open] .bbp-account-menu-summary,
.bbp-account-menu-widget .bbp-account-menu-summary:hover {
	border-color: rgba(15, 23, 42, 0.24);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.11);
}

.bbp-account-menu-widget .bbp-account-menu-avatar {
	border-radius: 999px;
	display: block;
	flex: 0 0 auto;
	height: 32px;
	width: 32px;
}

.bbp-account-menu-widget .bbp-account-menu-name {
	display: inline-block;
	font-weight: 700;
	max-width: 10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bbp-account-menu-widget .bbp-account-menu-chevron {
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	display: inline-block;
	flex: 0 0 auto;
	height: 0.45rem;
	margin-block-start: -0.18rem;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 0.45rem;
}

.bbp-account-menu-widget .bbp-account-menu-details[open] .bbp-account-menu-chevron {
	margin-block-start: 0.22rem;
	transform: rotate(225deg);
}

.bbp-account-menu-widget .bbp-account-menu-dropdown {
	background: var(--bbp-account-bg);
	border: 1px solid rgba(15, 23, 42, 0.13);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
	box-sizing: border-box;
	inset-block-start: calc(100% + 0.45rem);
	inset-inline-end: 0;
	list-style: none;
	margin: 0;
	min-width: 13rem;
	padding: 0.45rem;
	position: absolute;
	z-index: 9999;
}

.bbp-account-menu-widget .bbp-account-menu-dropdown li {
	margin: 0;
	padding: 0;
}

.bbp-account-menu-widget .bbp-account-menu-dropdown a {
	align-items: center;
	border-radius: 6px;
	color: var(--bbp-account-text);
	display: flex;
	font-weight: 700;
	line-height: 1.3;
	min-height: 2.45rem;
	padding-block: 0.62rem;
	padding-inline: 0.75rem;
	white-space: nowrap;
}

.bbp-account-menu-widget .bbp-account-menu-dropdown a:hover,
.bbp-account-menu-widget .bbp-account-menu-dropdown a:focus {
	background: rgba(220, 165, 74, 0.13);
	color: var(--bbp-account-text);
}

.bbp-account-menu-widget .bbp-account-menu-item-logout a {
	color: #b42318;
}

.bbp-account-menu-widget .bbp-account-menu-item-logout a:hover,
.bbp-account-menu-widget .bbp-account-menu-item-logout a:focus {
	background: rgba(180, 35, 24, 0.09);
	color: #912018;
}

.home-hero-section.wp-block-columns {
	--bbp-hero-accent: var(--ast-global-color-0, #dca54a);
	--bbp-hero-accent-hover: var(--ast-global-color-1, #d09a40);
	--bbp-hero-dark: var(--ast-global-color-2, #0f172a);
	--bbp-hero-ink: var(--ast-global-color-4, #fff);
	--bbp-hero-muted: rgba(255, 255, 255, 0.82);
	align-items: center !important;
	background-color: var(--bbp-hero-dark);
	background-image:
		linear-gradient(118deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 24%),
		linear-gradient(148deg, transparent 0 58%, rgba(220, 165, 74, 0.18) 58.2%, transparent 59%),
		repeating-linear-gradient(135deg, rgba(240, 230, 197, 0.08) 0 1px, transparent 1px 92px),
		linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(20, 16, 4, 0.94) 58%, rgba(15, 23, 42, 0.96) 100%);
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
	box-sizing: border-box;
	color: var(--bbp-hero-ink);
	gap: clamp(2rem, 5vw, 5rem) !important;
	isolation: isolate;
	margin-block: 1rem 2rem;
	min-height: clamp(24rem, 42vw, 34rem);
	overflow: hidden;
	padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 5rem);
	position: relative;
}

.home-hero-section.wp-block-columns::before {
	background:
		linear-gradient(110deg, transparent 0 11%, rgba(220, 165, 74, 0.16) 11.2%, transparent 12% 49%, rgba(255, 255, 255, 0.06) 49.2%, transparent 50%),
		linear-gradient(280deg, transparent 0 64%, rgba(240, 230, 197, 0.1) 64.2%, transparent 65%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.home-hero-section > .wp-block-column {
	box-sizing: border-box;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.home-hero-section h1,
.home-hero-section h2,
.home-hero-section h3 {
	color: var(--bbp-hero-ink);
	font-size: clamp(2.35rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin-block: 0 1rem;
	max-width: 12em;
}

.home-hero-section p {
	color: var(--bbp-hero-muted);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	font-weight: 600;
	line-height: 1.7;
	margin-block: 0 2rem;
	max-width: 42rem;
}

.home-hero-section .bbp-search-form {
	margin: 0;
	max-width: 46rem;
}

.home-hero-section .bbp-search-form form,
.home-hero-section .bbp-search-form form > div {
	margin: 0;
}

.home-hero-section .bbp-search-form form > div {
	align-items: stretch;
	border-radius: 8px;
	display: flex;
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.2));
	overflow: hidden;
}

.home-hero-section #bbp_search {
	background: var(--bbp-hero-ink);
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
	color: var(--ast-global-color-2, #0f172a);
	flex: 1 1 0;
	font-size: 1.05rem;
	line-height: 1.4;
	min-height: 4rem;
	min-width: 0;
	padding-block: 0.85rem;
	padding-inline: 1.1rem;
	width: auto;
}

.home-hero-section #bbp_search:focus {
	box-shadow: inset 0 0 0 2px var(--bbp-hero-accent);
	outline: 0;
}

.home-hero-section #bbp_search_submit {
	background: var(--bbp-hero-accent);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--ast-global-color-6, #141004);
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	min-height: 4rem;
	min-width: 4.35rem;
	padding-block: 0.85rem;
	padding-inline: clamp(1.35rem, 3vw, 2rem);
	transition: background-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.home-hero-section #bbp_search_submit:hover,
.home-hero-section #bbp_search_submit:focus {
	background: var(--bbp-hero-accent-hover);
	color: var(--ast-global-color-6, #141004);
	outline: 0;
}

.home-hero-section .bbp-stats {
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
	color: var(--bbp-hero-ink);
	display: grid;
	gap: 0.95rem 1.35rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	margin-inline-start: auto;
	max-width: 28rem;
	padding: clamp(1.45rem, 3vw, 2.15rem);
	width: 100%;
}

.home-hero-section .bbp-stats dt,
.home-hero-section .bbp-stats dd {
	line-height: 1.35;
	margin: 0;
}

.home-hero-section .bbp-stats dt {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	font-weight: 700;
}

.home-hero-section .bbp-stats dd {
	color: var(--bbp-hero-ink);
	font-size: 1.05rem;
	font-weight: 800;
	text-align: end;
}

.home-hero-section .bbp-stats strong {
	color: inherit;
	font-size: 1.08em;
	font-weight: inherit;
}

@media only screen and (min-width: 782px) {
	.home-hero-section.wp-block-columns {
		flex-wrap: nowrap !important;
	}

	.home-hero-section > .wp-block-column:first-child {
		flex-basis: 58% !important;
	}

	.home-hero-section > .wp-block-column:last-child {
		flex-basis: 32% !important;
	}
}

@media only screen and (max-width: 781px) {
	.home-hero-section.wp-block-columns {
		gap: 2rem !important;
		min-height: 0;
	}

	.home-hero-section .bbp-stats {
		margin-inline-start: 0;
		max-width: none;
	}
}

@media only screen and (max-width: 544px) {
	.bbp-account-menu-widget {
		font-size: 14px;
	}

	.bbp-account-menu-widget .bbp-account-menu {
		gap: 0.4rem;
	}

	.bbp-account-menu-widget .bbp-account-menu-link {
		min-height: 2.4rem;
		padding-inline: 0.7rem;
	}

	.bbp-account-menu-widget .bbp-account-menu-name {
		max-width: 7rem;
	}

	.bbp-account-menu-widget .bbp-account-menu-dropdown {
		max-width: calc(100vw - 1.5rem);
		min-width: 12rem;
	}

	.home-hero-section.wp-block-columns {
		padding-block: 2.35rem;
		padding-inline: 1rem;
	}

	.home-hero-section h1,
	.home-hero-section h2,
	.home-hero-section h3 {
		font-size: clamp(2rem, 10vw, 2.75rem);
		max-width: none;
	}

	.home-hero-section p {
		font-size: 1rem;
		margin-block-end: 1.5rem;
	}

	.home-hero-section .bbp-search-form form > div {
		filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
	}

	.home-hero-section #bbp_search {
		font-size: 1rem;
		min-height: 3.45rem;
		padding-inline: 0.85rem;
	}

	.home-hero-section #bbp_search_submit {
		font-size: 0.95rem;
		min-height: 3.45rem;
		min-width: 4rem;
		padding-inline: 0.95rem;
	}

	.home-hero-section .bbp-stats {
		gap: 0.85rem 1rem;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 1.2rem;
	}
}

@media only screen and (max-width: 480px) {
	#bbpress-forums {
		font-size: 14px;
	}

	#bbpress-forums ul.bbp-lead-topic,
	#bbpress-forums ul.bbp-topics,
	#bbpress-forums ul.bbp-forums,
	#bbpress-forums ul.bbp-replies,
	#bbpress-forums ul.bbp-search-results {
		font-size: 14px;
	}

	#bbpress-forums .bbp-topics li.bbp-topic-title {
		width: 40%;
	}

	#bbpress-forums .bbp-topics li.bbp-topic-id {
		width: 10%;
	}

	#bbpress-forums .bbp-topics li.bbp-topic-voice-count,
	#bbpress-forums .bbp-topics li.bbp-topic-reply-count {
		width: 13%;
	}

	#bbpress-forums .bbp-topics li.bbp-topic-freshness {
		width: 21%;
	}

	#bbpress-forums .bbp-forums-list .bbp-forum {
		font-size: 13px;
	}
}

@media only screen and (max-width: 320px) {
	.bbp-account-menu-widget .bbp-account-menu-name {
		display: none;
	}

	.bbp-account-menu-widget .bbp-account-menu-summary {
		padding-inline-end: 0.6rem;
	}

	#bbpress-forums li.bbp-header li.bbp-topic-id,
	#bbpress-forums li.bbp-body li.bbp-topic-id {
		width: 18%;
	}

	#bbpress-forums li.bbp-header li.bbp-topic-title,
	#bbpress-forums li.bbp-body li.bbp-topic-title {
		width: 80%;
	}

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

	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
		width: 38%;
	}

}
