.ezBugHero {
	--ez-bug-bg: #262320;
	--ez-bug-bg-soft: #1a1915;
	--ez-bug-text: #9d9489;
	--ez-bug-text-muted: #867866;
	--ez-bug-text-light: #d5cec6;
	--ez-bug-text-strong: #f4efe9;
	--ez-bug-accent: #cd402b;
	--ez-bug-accent-hover: #b83827;
	position: relative;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ezBugSummary {
	margin-bottom: 18px;
	padding: 30px 0 10px;
	text-align: center;
}

.ezBugSummary__title {
	color: rgb(var(--theme-text_dark));
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.9px;
}

.ezBugSummary__sub {
	margin-top: 6px;
	color: #867866;
	font-size: 16px;
	line-height: 1.45;
}

.ezBugHero__inner {
	position: relative;
	z-index: 1;
	display: block;
}

.ezBugHero__main {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.ezBugSearchWrap {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.ezBugSearchBar {
	display: block;
	width: 100%;
	margin: 0;
}

.ezBugSearchInner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: #1a1915;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.ezBugSearchInner i {
	flex: 0 0 auto;
	color: #867866;
	font-size: 13px;
}

.ezBugSearchInner input[type="search"] {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 44px;
	box-sizing: border-box;
	padding: 0 !important;
	border: 0 !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #f0ebe4 !important;
	font-size: 13px;
	font-weight: 600;
}

.ezBugSearchInner input[type="search"]::placeholder {
	color: #867866;
	opacity: 1;
}

.ezBugFilters {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.ezBugFilter {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #d5cec6 !important;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.ezBugFilter:hover,
.ezBugFilter.is-active {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.065);
	color: #fff !important;
}

.ezBugFilter__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #be9c62;
	font-size: 10px;
}

.ezBugSubcats {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(42, 39, 36, 0.96) 0%, rgba(34, 31, 28, 0.96) 100%);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.ezBugSubcats__header {
	padding: 18px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ezBugSubcats__header h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #f0ebe5;
	font-size: 20px;
	font-weight: 800;
}

.ezBugSubcats__header h2::before {
	content: "\f188";
	color: var(--ez-bug-accent);
	font-family: FontAwesome;
	font-size: 16px;
}

.ezBugSubcats__header p {
	margin-top: 6px;
	color: #9d9489;
	font-size: 13px;
}

.ezBugSubcats__list,
.ezBugSubcats .ipsDataItem {
	background: transparent;
}

.ezBugSubcats .ipsDataItem:hover {
	background: rgba(255, 255, 255, 0.035);
}

.ezBugTable {
	margin-top: 0;
}

.ezBugTableLayout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 18px;
	align-items: start;
}

.ezBugTableLayout__main {
	min-width: 0;
}

.ezBugTableLayout__side {
	position: sticky;
	top: 12px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.ezBugTable__bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ezBugTable__bar > .ipsButtonRow {
	flex: 0 0 auto;
	order: 2;
	margin: 0 0 0 8px;
}

.ezBugTable__bar .ipsButtonRow > li > a {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.055);
	color: #d5cec6;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.ezBugTable__bar .ipsButtonRow > li > a:hover,
.ezBugTable__bar .ipsButtonRow > li > a.ipsButtonRow_active {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #dcd7d1;
}

.ezBugTable__pagination {
	flex: 1 1 auto;
	order: 1;
	min-width: 0;
	margin-right: auto;
}

.ezBugTable__pagination.ipsHide {
	display: none !important;
}

.ezBugTable__pagination .ipsPagination {
	margin: 0;
}

.ezBugTable__pagination--bottom {
	display: flex;
	justify-content: center;
	margin: 16px 0 0;
}

.ezBugTable__empty {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: #262320;
	color: #867866;
	text-align: center;
}

.ezBugTable__modBar {
	position: sticky;
	bottom: 12px;
	z-index: 50;
	margin: 14px 0 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(26, 25, 21, 0.96);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(8px);
}

.ezBugTable__modBar::after {
	content: "";
	display: block;
	clear: both;
}

.ezBugTable .ipsDataList {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ezBugReportCard,
.ezBugRecordArticle,
.ezBugRecordMobileShare,
.ezBugSidebarCard,
.ezBugComment,
.ezBugReplyArea {
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 10px 24px rgba(0, 0, 0, 0.1);
}

.ezBugReportCard {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 16px;
	border-radius: 16px;
}

.ezBugReportCard__header,
.ezBugReportCard__top {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.ezBugReportCard__header {
	justify-content: space-between;
}

.ezBugReportCard__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.055);
	color: #c7bfb6;
	font-size: 17px;
}

.ezBugReportCard__title {
	color: #f0ebe5;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.ezBugReportCard__desc {
	margin-top: 5px;
	color: #c7bfb6;
	font-size: 11.5px;
	line-height: 1.45;
}

.ezBugReportCard__button {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 12px;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	margin-top: 16px;
	padding: 0 14px;
	border: 1px solid rgba(46, 164, 79, 0.35);
	border-radius: 13px;
	background: rgba(46, 164, 79, 0.12);
	color: #9be3b2 !important;
	font-size: 12.5px;
	font-weight: 950;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 10px 24px rgba(46, 164, 79, 0.1), 0 8px 22px rgba(0, 0, 0, 0.12);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.ezBugReportCard__button::before {
	content: "\f188";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(46, 164, 79, 0.3);
	border-radius: 8px;
	background: rgba(46, 164, 79, 0.16);
	color: #9be3b2;
	font-family: FontAwesome;
	font-size: 10px;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.ezBugReportCard__button span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezBugReportCard__button > i {
	justify-self: end;
	color: rgba(155, 227, 178, 0.78);
	font-size: 10px;
	transition: color 0.15s ease, transform 0.15s ease;
}

.ezBugReportCard__button:hover {
	border-color: rgba(46, 164, 79, 0.55);
	background: rgba(46, 164, 79, 0.18);
	color: #d7ffe3 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 12px 28px rgba(46, 164, 79, 0.15), 0 10px 26px rgba(0, 0, 0, 0.16);
	transform: translateY(-1px);
}

.ezBugReportCard__button:hover::before {
	border-color: rgba(46, 164, 79, 0.48);
	background: rgba(46, 164, 79, 0.24);
	color: #d7ffe3;
}

.ezBugReportCard__button:hover > i {
	color: #d7ffe3;
	transform: translateX(2px);
}

.ezBugReportCard__button:focus,
.ezBugReportCard__button:focus-visible {
	outline: none;
	border-color: rgba(46, 164, 79, 0.72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 0 0 3px rgba(46, 164, 79, 0.16), 0 12px 28px rgba(46, 164, 79, 0.18), 0 10px 26px rgba(0, 0, 0, 0.16);
}

.ezBugStatusDefinitions {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ezBugStatusDefinitions__title {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: #f0ebe5;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.ezBugStatusDefinitions__title::before {
	content: "\f05a";
	color: #be9c62;
	font-family: FontAwesome;
	font-size: 11px;
}

.ezBugStatusDefinitions__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ezBugStatusDefinition {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	min-width: 0;
}

.ezBugStatusDefinition__text {
	flex: 1 1 auto;
	min-width: 0;
	color: #b9b0a5;
	font-size: 11px;
	line-height: 1.4;
}

.ezBugIssueStatus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 68px;
	height: 22px;
	padding: 0 9px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: #c7bfb6;
	font-size: 9px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.ezBugIssueStatus--pending {
	border-color: rgba(157, 148, 137, 0.24);
	background: rgba(157, 148, 137, 0.14);
	color: #c7beb2;
}

.ezBugIssueStatus--working {
	border-color: rgba(204, 151, 58, 0.28);
	background: rgba(204, 151, 58, 0.15);
	color: #e2bc6a;
}

.ezBugIssueStatus--fixed {
	border-color: rgba(58, 128, 82, 0.34);
	background: rgba(58, 128, 82, 0.2);
	color: #8dd39f;
}

.ezBugIssueStatus--released {
	border-color: rgba(46, 164, 79, 0.35);
	background: rgba(46, 164, 79, 0.16);
	color: #9be3b2;
}

.ezBugIssueStatus--closed {
	border-color: rgba(112, 121, 128, 0.28);
	background: rgba(112, 121, 128, 0.16);
	color: #bac2c7;
}

.ezBugCommitBlock {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ezBugCommitList {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	min-width: 0;
}

.ezBugCommitBar {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	min-width: 0;
	padding: 8px 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.04);
	color: inherit !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.ezBugCommitBar:hover {
	border-color: rgba(255, 255, 255, 0.11);
	background: rgba(255, 255, 255, 0.065);
	transform: translateY(-1px);
}

.ezBugCommitBar__author {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.16);
	color: #968774;
	font-size: 11px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.ezBugCommitBar__author img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.ezBugCommitBar__content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.ezBugCommitBar__changes {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.ezBugCommitBar__change {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: start;
	gap: 5px;
	min-width: 0;
}

.ezBugCommitBar__type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-top: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 6px;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.ezBugCommitBar__type--fixed {
	border-color: rgba(226, 177, 73, 0.24);
	background: rgba(203, 151, 54, 0.12);
	color: #ddb45f;
}

.ezBugCommitBar__type--added {
	border-color: rgba(46, 204, 113, 0.23);
	background: rgba(46, 204, 113, 0.1);
	color: #69d991;
}

.ezBugCommitBar__type--removed {
	border-color: rgba(198, 64, 64, 0.25);
	background: rgba(198, 64, 64, 0.12);
	color: #e07361;
}

.ezBugCommitBar__type--misc {
	border-color: rgba(65, 141, 205, 0.22);
	background: rgba(65, 141, 205, 0.1);
	color: #79b6e9;
}

.ezBugCommitBar__type--staging {
	border-color: rgba(167, 111, 214, 0.25);
	background: rgba(167, 111, 214, 0.11);
	color: #c08be9;
}

.ezBugCommitBar__type--update {
	border-color: rgba(64, 174, 196, 0.25);
	background: rgba(64, 174, 196, 0.11);
	color: #78cbdc;
}

.ezBugCommitBar__changeText {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #e8e1da;
	font-size: 10.5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezBugCommitBar__desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	color: #91887e;
	font-size: 9.5px;
	font-weight: 700;
	line-height: 1;
}

.ezBugCommitBar__date {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
	white-space: nowrap;
}

.ezBugCommitBar__date i {
	color: #a78a59;
	font-size: 9px;
}

.ezBugCommitBar__stats {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	margin-left: auto;
	white-space: nowrap;
}

.ezBugCommitBar__add,
.ezBugCommitBar__remove {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 9.5px;
	font-weight: 900;
}

.ezBugCommitBar__add {
	color: #69d991 !important;
}

.ezBugCommitBar__remove {
	color: #e07361 !important;
}

.ezBugCommitMore {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 12px;
	align-items: center;
	gap: 9px;
	min-width: 0;
	min-height: 48px;
	padding: 8px 10px;
	border: 1px solid rgba(205, 64, 43, 0.24);
	border-radius: 11px;
	background: rgba(205, 64, 43, 0.075);
	color: #d9d1c8 !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.ezBugCommitMore:hover {
	border-color: rgba(205, 64, 43, 0.38);
	background: rgba(205, 64, 43, 0.12);
	color: #fff !important;
	transform: translateY(-1px);
}

.ezBugCommitMore__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(205, 64, 43, 0.25);
	border-radius: 8px;
	background: rgba(205, 64, 43, 0.12);
	color: #e38273;
	font-size: 11px;
}

.ezBugCommitMore__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ezBugCommitMore__text strong,
.ezBugCommitMore__text small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezBugCommitMore__text strong {
	color: #f0ebe5;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.15;
}

.ezBugCommitMore__text small {
	color: #9d9489;
	font-size: 9.5px;
	font-weight: 650;
	line-height: 1.15;
}

.ezBugCommitMore__arrow {
	justify-self: end;
	color: #b86d61;
	font-size: 9px;
	transition: color 0.15s ease, transform 0.15s ease;
}

.ezBugCommitMore:hover .ezBugCommitMore__arrow {
	color: #f0a194;
	transform: translateX(2px);
}

.ezBugCommitEmpty {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.04);
	color: #9d9489;
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.ezBugCommitSkel {
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 11px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	background-size: 200% 100%;
	animation: ezBugCommitSkel 1.2s ease-in-out infinite;
}

@keyframes ezBugCommitSkel {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.ezBugSidebarFaq,
.ezBugSidebarFaq .ezBugFaqBlock {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ezBugReportRow {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	margin: 0 0 8px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	background: #1f1c19;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.ezBugReportRow:hover {
	border-color: rgba(255, 255, 255, 0.12);
	background: #231f1c;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}

.ezBugReportRow--unread {
	position: relative;
	border-color: rgba(190, 156, 98, 0.42);
	background: rgba(190, 156, 98, 0.08);
}

.ezBugReportRow.ipsModerated,
.ezBugReportRow--moderated {
	opacity: 1 !important;
	border-color: rgba(205, 64, 43, 0.32) !important;
	background: #231917 !important;
}

.ezBugReportRow.ipsModerated::before,
.ezBugReportRow.ipsModerated::after,
.ezBugReportRow--moderated::before,
.ezBugReportRow--moderated::after {
	display: none !important;
	content: none !important;
}

.ezBugReportRow.ipsModerated:hover,
.ezBugReportRow--moderated:hover {
	border-color: rgba(205, 64, 43, 0.44) !important;
	background: #291b18 !important;
}

.ezBugReportRow__hit {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 10px;
	text-decoration: none !important;
}

.ezBugReportRow__authorPhoto,
.ezBugReportRow__main,
.ezBugReportRow__modCheck {
	position: relative;
	z-index: 2;
}

.ezBugReportRow__main,
.ezBugReportRow__content,
.ezBugReportRow__side,
.ezBugReportRow__topLine,
.ezBugReportRow__left,
.ezBugReportRow__meta,
.ezBugReportRow__last {
	pointer-events: none;
}

.ezBugReportRow a,
.ezBugReportRow button,
.ezBugReportRow input,
.ezBugReportRow select,
.ezBugReportRow textarea,
.ezBugReportRow .ipsCustomInput,
.ezBugReportRow [data-ipsMenu],
.ezBugReportRow [data-ipsDialog],
.ezBugReportRow [data-ipsTooltip] {
	pointer-events: auto;
}

.ezBugReportRow__authorPhoto {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ezBugReportRow__authorPhoto .ipsUserPhoto {
	width: 30px;
	height: 30px;
	border-radius: 9px;
}

.ezBugReportRow__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ezBugReportRow__content,
.ezBugReportRow__left {
	min-width: 0;
}

.ezBugReportRow__topLine {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.ezBugReportRow__titleLine {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ezBugReportRow__title {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	color: #f3eee8;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezBugReportRow__title a {
	min-width: 0;
	overflow: hidden;
	color: #f3eee8 !important;
	text-decoration: none !important;
	text-overflow: ellipsis;
}

.ezBugReportRow__title a:hover {
	color: #fff !important;
}

.ezBugReportRow__miniIcon {
	display: inline-flex;
	color: #9d9489;
	font-size: 11px;
}

.ezBugReportRow__pages {
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
}

.ezBugReportRow__badges {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start;
	align-self: center !important;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.ezBugReportRow__statusArea {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: max-content;
	pointer-events: none;
}

.ezBugReportRow__fieldBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	margin: 0;
	padding: 0;
	line-height: 1;
	vertical-align: middle;
}

.ezBugReportBadge,
.ezBugReportStatus,
.ezBugRecordBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 24px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	background: #2a2521;
	color: #b9b0a5;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.ezBugReportBadge,
.ezBugReportStatus {
	height: 24px !important;
	min-height: 24px !important;
	padding: 0 10px !important;
	line-height: 1 !important;
	vertical-align: middle !important;
}

.ezBugReportBadge i,
.ezBugReportStatus i,
.ezBugRecordBadge i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	color: inherit !important;
	font-size: 10px;
	line-height: 1;
}

.ezBugReportBadge--positive,
.ezBugRecordBadge--positive {
	border-color: rgba(58, 128, 82, 0.34);
	background: rgba(58, 128, 82, 0.2);
	color: #8dd39f;
}

.ezBugReportBadge--warning,
.ezBugRecordBadge--warning {
	border-color: rgba(255, 193, 7, 0.2);
	background: rgba(255, 193, 7, 0.12);
	color: #e1bb57;
}

.ezBugRecordBadge--muted {
	border-color: rgba(157, 148, 137, 0.22);
	background: rgba(157, 148, 137, 0.12);
	color: #c7beb2;
}

.ezBugReportBadge--developer {
	border-color: rgba(190, 156, 98, 0.34);
	background: rgba(190, 156, 98, 0.14);
	color: #d9b96d;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ezBugReportBadge--prefix,
.ezBugRecordBadge--prefix {
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ezBugReportBadge--prefix .ipsTag_prefix,
.ezBugRecordBadge--prefix .ipsTag_prefix {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 24px !important;
	min-height: 24px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid rgba(157, 148, 137, 0.24);
	border-radius: 999px;
	background: rgba(157, 148, 137, 0.14);
	color: #c7beb2 !important;
	font-size: 10px;
	font-weight: 900;
	line-height: 1 !important;
	vertical-align: middle !important;
}

.ezBugReportRow__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	min-width: 0;
	margin-top: 5px;
	color: #978e83;
	font-size: 11px;
}

.ezBugReportRow__meta > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.ezBugReportRow__meta i {
	color: #be9c62;
	font-size: 10px;
}

.ezBugReportRow__meta a,
.ezBugReportRow__lastAuthor a,
.ezBugReportRow__lastText a {
	color: #d9d1c8 !important;
	font-weight: 700;
	text-decoration: none !important;
}

.ezBugReportRow__lastAuthor a:hover,
.ezBugReportRow__lastText a:hover {
	color: #fff !important;
}

.ezBugReportRow__side {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.ezBugReportRow__last {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 165px;
	color: #c7bfb6;
	font-size: 11.5px;
	text-align: right;
}

.ezBugReportRow__lastText {
	min-width: 0;
	line-height: 1.25;
}

.ezBugReportRow__lastAuthor {
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezBugReportRow__lastDate {
	display: inline-block;
	margin-top: 1px;
	color: #938b81 !important;
	font-size: 10.5px;
	font-weight: 600 !important;
}

.ezBugReportRow__photo {
	flex: 0 0 auto;
}

.ezBugReportRow__photo .ipsUserPhoto {
	width: 28px;
	height: 28px;
	border-radius: 8px;
}

.ezBugReportRow__modCheck {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}

.ezBugReportList.ipsDataList:not(.ipsGrid) .ezBugReportRow:last-child {
	border-bottom-width: 1px;
}

.ezBugReportList.ipsDataList,
.ezBugReportList.ipsDataList > *:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ezBugRecordLayout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.ezBugRecordLayout--hasSidebar {
	grid-template-columns: minmax(0, 1fr) 320px;
}

.ezBugRecordLayout__main {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.ezBugRecordLayout__sidebar {
	position: sticky;
	top: 12px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-self: start;
	max-height: calc(100vh - 24px);
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 2px;
}

.ezBugRecordHero {
	margin-bottom: 14px;
	padding: 4px 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 10px 24px rgba(0, 0, 0, 0.1);
}

.ezBugRecordHero__inner {
	display: block;
	min-width: 0;
}

.ezBugRecordHero__main {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.ezBugRecordHero__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.ezBugRecordHero__title {
	color: #f4efe9;
	letter-spacing: -0.55px;
}

.ezBugRecordHero__tags {
	margin-top: -2px;
}

.ezBugRecordMeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ezBugRecordMeta__author {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.ezBugRecordMeta__author .ipsUserPhoto {
	width: 34px;
	height: 34px;
	border-radius: 10px;
}

.ezBugRecordMeta__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.ezBugRecordMeta__by {
	color: #d5cec6;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
}

.ezBugRecordMeta__by a {
	color: #f0ebe5 !important;
	font-weight: 850;
	text-decoration: none !important;
}

.ezBugRecordMeta__by a:hover {
	color: #fff !important;
}

.ezBugRecordMeta__edited {
	color: #9d9489;
	font-size: 11.5px;
	font-weight: 650;
}

.ezBugRecordMeta__details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: #978e83;
	font-size: 11.5px;
	font-weight: 650;
}

.ezBugRecordMeta__details > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.ezBugRecordMeta__details i {
	color: #be9c62;
	font-size: 10px;
}

.ezBugRecordMeta__side {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: 12px;
}

.ezBugRecordRating {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #9d9489;
	font-size: 12px;
	font-weight: 700;
}

.ezBugRecordShare .ipsShareLinks {
	display: flex;
	align-items: center;
	gap: 5px;
}

.ezBugRecordMessages {
	margin: 0;
}

.ezBugRecordArticle {
	overflow: hidden;
	border-radius: 18px;
}

.ezBugRecordArticle__inner {
	padding: 18px;
}

.ezBugRecordArticle__image {
	overflow: hidden;
	margin: 0 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.18);
}

.ezBugRecordArticle__image img {
	display: block;
	width: 100%;
	height: auto;
}

.ezBugRecordArticle__content {
	color: #d5cec6;
	font-size: 14px;
	line-height: 1.65;
}

.ezBugRecordArticle__content a,
.ezBugCommentBody a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: #f0ebe5;
	font-weight: 800;
	text-decoration: none;
}

.ezBugRecordArticle__content a:hover,
.ezBugCommentBody a:hover {
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.ezBugRecordArticle__editLine {
	margin-top: 14px;
	color: #9d9489;
	font-size: 11.5px;
}

.ezBugRecordArticle__related {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.035);
	color: #c7bfb6;
	font-size: 12px;
}

.ezBugRecordArticle__bottomFields {
	padding: 16px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: #d5cec6;
}

.ezBugRecordControls,
.ezBugCommentControls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.055);
	background: rgba(0, 0, 0, 0.045);
}

.ezBugRecordControls {
	padding: 12px 18px;
}

.ezBugCommentControls {
	min-height: 38px;
	padding: 4px 12px;
	overflow: visible;
}

.ezBugRecordControls__rep,
.ezBugCommentControls__rep {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 auto;
	min-width: 0;
	order: 2;
	margin-left: auto;
}

.ezBugRecordControls__actions,
.ezBugCommentControls__list {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 8px;
	order: 1;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	float: none !important;
}

.ezBugCommentControls__list {
	gap: 6px;
}

.ezBugRecordControls__actions > li,
.ezBugCommentControls__list > li {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	float: none !important;
}

.ezBugCommentControls__list > li.ipsHide,
.ezBugCommentControls__list > li[data-role="commentLoading"] {
	display: none !important;
}

.ezBugCommentControls__rep {
	align-items: center;
	overflow: visible;
	float: none !important;
}

.ezBugCommentControls__rep .ipsItemControls_right,
.ezBugCommentControls__rep .ipsClearfix {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	width: auto !important;
	margin: 0 !important;
	overflow: visible;
	float: none !important;
}

.ezBugCommentControls__rep .ipsReact,
.ezBugCommentControls__rep .ipsReact_types,
.ezBugCommentControls__rep .ipsList_inline {
	margin: 0 !important;
	float: none !important;
}

.ezBugRecordButton,
.ezBugCommentAction,
.ezBugCommentToolButton {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(255, 255, 255, 0.065);
	background: rgba(255, 255, 255, 0.04);
	color: #d5cec6 !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.ezBugRecordButton {
	gap: 7px;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 11px;
	color: #f0ebe5 !important;
	font-size: 11.5px;
	font-weight: 900;
}

.ezBugCommentAction {
	gap: 5px;
	min-height: 25px;
	padding: 0 8px;
	border-radius: 8px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1 !important;
}

.ezBugCommentToolButton {
	width: 27px;
	height: 27px;
	border-radius: 9px;
}

.ezBugRecordButton:hover,
.ezBugCommentAction:hover,
.ezBugCommentToolButton:hover {
	border-color: rgba(255, 255, 255, 0.11);
	background: rgba(255, 255, 255, 0.065);
	color: #fff !important;
	transform: translateY(-1px);
}

.ezBugRecordButton:hover {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 8px 22px rgba(0, 0, 0, 0.14);
}

.ezBugCommentAction--icon {
	width: 25px;
	min-width: 25px;
	padding: 0 !important;
}

.ezBugCommentAction--positive {
	border-color: rgba(58, 128, 82, 0.3);
	background: rgba(58, 128, 82, 0.18);
	color: #8dd39f !important;
}

.ezBugCommentAction--negative {
	border-color: rgba(205, 64, 43, 0.3);
	background: rgba(205, 64, 43, 0.16);
	color: #ee9b90 !important;
}

.ezBugCommentAction.cMultiQuote {
	display: inline-flex !important;
}

.ezBugRecordMobileShare {
	margin-top: 0;
	padding: 12px;
	border-radius: 16px;
}

.ezBugRecordPager {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 0;
}

.ezBugRecordPager__item a {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.04);
	color: #d5cec6 !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018), 0 6px 18px rgba(0, 0, 0, 0.08);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.ezBugRecordPager__item a:hover {
	border-color: rgba(255, 255, 255, 0.11);
	background: rgba(255, 255, 255, 0.065);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 8px 22px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.ezBugRecordPager__item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	color: #c7bfb6;
	font-size: 10px;
}

.ezBugRecordPager__item span {
	display: block;
	min-width: 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezBugRecordPager__item--next {
	text-align: right;
}

.ezBugRecordPager__item--next a {
	justify-content: flex-end;
}

.ezBugRecordReplies {
	margin-top: 4px;
}

.ezBugSidebarCard {
	overflow: hidden;
	border-radius: 18px;
}

.ezBugSidebarCard__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.045);
}

.ezBugSidebarCard__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.055);
	color: #c7bfb6;
	font-size: 13px;
}

.ezBugSidebarCard__text {
	min-width: 0;
}

.ezBugSidebarCard__title {
	margin: 0;
	color: #f4efe9;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.15px;
}

.ezBugSidebarCard__sub {
	margin-top: 3px !important;
	color: #9d9489;
	font-size: 11.5px;
	line-height: 1.35;
}

.ezBugSidebarCard__form {
	margin: 0 !important;
	padding: 14px !important;
}

.ezBugRecordUpdate {
	position: static;
	top: auto;
}

.ezBugRecordUpdate .ipsForm {
	margin: 0;
	padding: 0;
}

.ezBugRecordUpdate .ipsFieldRow {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.ezBugRecordUpdate .ipsFieldRow:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.ezBugRecordUpdate .ipsFieldRow_label {
	color: #d5cec6;
	font-size: 12px !important;
}

.ezBugRecordUpdate .ipsFieldRow_desc,
.ezBugRecordUpdate .ipsFieldRow_warning {
	color: #9d9489;
	font-size: 11.5px;
	line-height: 1.4;
}

.ezBugRecordUpdate input[type="text"],
.ezBugRecordUpdate input[type="email"],
.ezBugRecordUpdate input[type="password"],
.ezBugRecordUpdate input[type="number"],
.ezBugRecordUpdate select,
.ezBugRecordUpdate textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.12);
	color: #dcd7d1;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.ezBugRecordUpdate select,
.ezBugRecordUpdate select option {
	background: #262320;
	color: #dcd7d1;
}

.ezBugRecordUpdate select {
	border-color: rgba(255, 255, 255, 0.1);
}

.ezBugRecordUpdate select option:checked {
	background: #34302b;
	color: #fff;
}

.ezBugRecordUpdate input:focus,
.ezBugRecordUpdate select:focus,
.ezBugRecordUpdate textarea:focus {
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 0 0 3px rgba(255, 255, 255, 0.045);
}

.ezBugRecordUpdate .ipsButton,
.ezBugRecordUpdate button[type="submit"],
.ezBugRecordUpdate input[type="submit"] {
	width: 100%;
	min-height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.09) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.055) !important;
	color: #f0ebe5 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 6px 18px rgba(0, 0, 0, 0.1) !important;
}

.ezBugRecordUpdate .ipsButton:hover,
.ezBugRecordUpdate button[type="submit"]:hover,
.ezBugRecordUpdate input[type="submit"]:hover {
	border-color: rgba(255, 255, 255, 0.14) !important;
	background: rgba(255, 255, 255, 0.075) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.ezBugComments {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.ezBugComments__tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.ezBugComments__tools:empty {
	display: none;
}

.ezBugComments__pagination {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.ezBugComments__pagination--top {
	margin-bottom: 2px;
}

.ezBugComments__pagination--bottom {
	margin-top: 2px;
}

.ezBugComments__pagination .ipsPagination {
	margin: 0;
}

.ezBugComments__feed,
.ezBugComments__feed > form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.ezBugComments__feed > form {
	margin: 0;
	padding: 0;
}

.ezBugComments__multiMod {
	position: sticky;
	bottom: 12px;
	z-index: 40;
	margin-top: 4px;
}

.ezBugComments__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 58px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: #9d9489;
	font-size: 12px;
	font-weight: 850;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018), 0 6px 18px rgba(0, 0, 0, 0.08);
}

.ezBugComments__empty i {
	color: #be9c62;
	font-size: 13px;
}

.ezBugCommentUnread {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 3px 0;
	color: #be9c62;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ezBugCommentUnread::before,
.ezBugCommentUnread::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: rgba(190, 156, 98, 0.24);
}

.ezBugCommentUnread span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid rgba(190, 156, 98, 0.28);
	border-radius: 999px;
	background: rgba(190, 156, 98, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.ezBugComments .ipsComment,
.ezBugComments .cPost,
.ezBugComments article[id^="comment-"],
.ezBugComments article[id^="elComment_"],
.ezBugComment {
	overflow: hidden;
	margin: 0 !important;
	border-radius: 16px !important;
}

.ezBugComments .ipsComment,
.ezBugComments .cPost,
.ezBugComments article[id^="comment-"],
.ezBugComments article[id^="elComment_"] {
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	background: rgba(255, 255, 255, 0.045) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 10px 24px rgba(0, 0, 0, 0.1) !important;
}

.ezBugComment {
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	background: rgba(255, 255, 255, 0.045) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 10px 24px rgba(0, 0, 0, 0.1) !important;
}

.ezBugComments .ipsComment_highlighted,
.ezBugComments .cPost.ipsComment_highlighted,
.ezBugComments article.ipsComment_highlighted,
.ezBugComment--highlighted,
.ezBugComment--popular {
	border-color: rgba(190, 156, 98, 0.24) !important;
	background: linear-gradient(90deg, rgba(190, 156, 98, 0.045), transparent 34%), rgba(255, 255, 255, 0.04) !important;
}

.ezBugComments .ipsComment.ipsModerated,
.ezBugComments .cPost.ipsModerated,
.ezBugComments article.ipsModerated,
.ezBugComment--moderated {
	border-color: rgba(205, 64, 43, 0.28) !important;
	background: linear-gradient(90deg, rgba(205, 64, 43, 0.09), transparent 38%), rgba(255, 255, 255, 0.04) !important;
	box-shadow: inset 0 0 0 1px rgba(205, 64, 43, 0.08), 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

.ezBugCommentIgnored {
	margin: 0 0 10px !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.065) !important;
	border-radius: 13px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	color: #9d9489 !important;
	font-size: 12px;
	font-weight: 750;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018), 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

.ezBugCommentIgnored a {
	color: #d5cec6 !important;
	font-weight: 850;
	text-decoration: none !important;
}

.ezBugCommentIgnored a:hover {
	color: #fff !important;
}

.ezBugCommentContent {
	overflow: visible;
	border: 0 !important;
	border-radius: 13px;
	background: transparent !important;
	box-shadow: none !important;
}

.ezBugCommentHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.ezBugCommentAuthor,
.ezBugCommentAuthor.ipsPhotoPanel,
.ezBugCommentAuthor.ipsPhotoPanel_mini,
.ezBugCommentAuthor.ipsPhotoPanel_notPhone {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	min-width: 0;
}

.ezBugCommentAuthor .ipsUserPhoto,
.ezBugCommentAuthor.ipsPhotoPanel > .ipsUserPhoto {
	flex: 0 0 28px;
	align-self: center !important;
	width: 28px;
	height: 28px;
	margin: 0 !important;
	border-radius: 8px;
	float: none !important;
}

.ezBugCommentAuthor.ipsPhotoPanel > div,
.ezBugCommentAuthor__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 28px;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.ezBugCommentAuthor__name {
	margin: 0;
	color: #f0ebe5;
	font-size: 12.5px;
	font-weight: 850;
	line-height: 1.15;
}

.ezBugCommentAuthor__name a {
	color: #f0ebe5 !important;
	text-decoration: none !important;
}

.ezBugCommentAuthor__name a:hover {
	color: #fff !important;
}

.ezBugCommentMeta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin: 3px 0 0;
	color: #9d9489 !important;
	font-size: 10.5px !important;
	font-weight: 650;
	line-height: 1.2;
}

.ezBugCommentMeta a {
	color: #9d9489 !important;
	text-decoration: none !important;
}

.ezBugCommentMeta a:hover {
	color: #d5cec6 !important;
}

.ezBugCommentMeta i {
	color: #be9c62;
	font-size: 10px;
}

.ezBugCommentTools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.ezBugCommentBadges {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.ezBugCommentBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 21px;
	padding: 0 8px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
	color: #c7bfb6;
	font-size: 9px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.ezBugCommentBadge--group {
	border-color: rgba(58, 128, 82, 0.28);
	background: rgba(58, 128, 82, 0.16);
	color: #8dd39f;
}

.ezBugCommentBadge--popular {
	border-color: rgba(190, 156, 98, 0.28);
	background: rgba(190, 156, 98, 0.12);
	color: #d4b46d;
}

.ezBugCommentToolList {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.ezBugCommentToolList > li {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.ezBugCommentBody {
	padding: 12px;
	color: #d5cec6;
	font-size: 13.5px;
	line-height: 1.6;
}

.ezBugCommentEditLine {
	margin-top: 9px;
	color: #9d9489;
	font-size: 10.5px;
}

.ezBugReplyArea {
	margin-top: 6px;
	padding: 12px;
	border-radius: 14px;
}

.ezBugReplyArea__head {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 10px;
}

.ezBugReplyArea__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(58, 128, 82, 0.3);
	border-radius: 9px;
	background: rgba(58, 128, 82, 0.16);
	color: #8dd39f;
	font-size: 11px;
}

.ezBugReplyArea__title {
	color: #f0ebe5;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
}

.ezBugReplyArea__sub {
	margin-top: 2px;
	color: #9d9489;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.25;
}

.ezBugReplyArea__warning {
	margin-bottom: 10px;
	padding: 9px 10px;
	border: 1px solid rgba(255, 193, 7, 0.18);
	border-radius: 11px;
	background: rgba(255, 193, 7, 0.1);
	color: #e1bb57;
	font-size: 11.5px;
	font-weight: 800;
}

.ezBugReplyArea .ipsComposeArea {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ezBugReplyArea .ipsComposeArea_editor {
	overflow: hidden;
	border-radius: 12px;
	background: transparent !important;
	box-shadow: none !important;
}

.ezBugReplyArea .ipsComposeArea_dummy {
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.04);
	color: #9d9489;
	font-size: 12px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.ezBugReplyArea .cke {
	overflow: hidden;
	border-radius: 12px !important;
}

.ezBugReplyArea .ipsToolList {
	margin-top: 10px !important;
}

.ezBugReplyArea .ipsButton_primary {
	min-height: 32px;
	border: 1px solid rgba(58, 128, 82, 0.34) !important;
	border-radius: 11px !important;
	background: rgba(58, 128, 82, 0.18) !important;
	color: #dff5e4 !important;
	font-size: 11.5px !important;
	font-weight: 900 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018), 0 8px 22px rgba(0, 0, 0, 0.12) !important;
}

.ezBugReplyArea [data-ipseditor] {
	border: 0;
	box-shadow: unset;
}

@media screen and (max-width: 980px) {
	.ezBugRecordLayout--hasSidebar,
	.ezBugTableLayout {
		grid-template-columns: 1fr;
	}

	.ezBugRecordLayout__sidebar {
		position: static;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.ezBugTableLayout__side {
		position: static;
		order: -1;
	}

	.ezBugTable__bar {
		flex-wrap: wrap;
	}

	.ezBugTable__pagination {
		flex-basis: 100%;
		order: 3;
		margin-top: 8px;
	}

	.ezBugReportRow {
		grid-template-columns: 30px minmax(0, 1fr) auto;
		align-items: start;
	}

	.ezBugReportRow__main,
	.ezBugReportRow__topLine {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ezBugReportRow__statusArea,
	.ezBugReportRow__side,
	.ezBugReportRow__last,
	.ezBugRecordMeta__side {
		justify-content: flex-start;
	}

	.ezBugReportRow__statusArea,
	.ezBugReportRow__last {
		min-width: 0;
		text-align: left;
	}

	.ezBugRecordMeta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media screen and (max-width: 760px) {
	.ezBugCommentHeader,
	.ezBugCommentControls {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 8px;
	}

	.ezBugCommentTools,
	.ezBugCommentControls__rep {
		justify-content: flex-start;
		width: 100%;
		margin-left: 0;
	}

	.ezBugCommentBadges {
		justify-content: flex-start;
	}

	.ezBugCommentControls__rep {
		order: 1;
	}

	.ezBugCommentControls__list {
		order: 2;
	}
}

@media screen and (max-width: 600px) {
	.ezBugTable__bar {
		align-items: stretch;
		gap: 8px;
	}

	.ezBugTable__bar > .ipsButtonRow {
		margin-left: 0;
	}

	.ezBugReportCard {
		padding: 14px;
	}

	.ezBugReportCard__button {
		min-height: 42px;
	}

	.ezBugReportRow {
		padding: 10px;
	}

	.ezBugReportRow__titleLine {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.ezBugReportRow__title,
	.ezBugReportRow__badges,
	.ezBugReportRow__meta,
	.ezBugReportRow__statusArea {
		width: 100%;
	}

	.ezBugReportRow__last {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.ezBugRecordHero {
		padding: 4px 14px 14px;
	}

	.ezBugRecordArticle__inner,
	.ezBugRecordArticle__bottomFields {
		padding: 14px;
	}

	.ezBugRecordControls {
		align-items: stretch;
		flex-direction: column;
		padding: 12px 14px;
	}

	.ezBugRecordControls__rep {
		justify-content: flex-start;
		order: 1;
		margin-left: 0;
	}

	.ezBugRecordControls__actions {
		order: 2;
	}

	.ezBugRecordPager {
		grid-template-columns: 1fr;
	}
}