.prices-analytics-page .widjet__content {
	max-width: 1250px;
}

.widjet.prices-qb-widget {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.prices-analytics-page .second-header {
	margin-top: -0.35rem;
	margin-bottom: 1.5rem;
}

.prices-top-content {
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 1.25rem;
}

.prices-filter-form {
	margin: 0;
}

.prices-filters {
	flex: 1 1 auto;
	min-width: 0;
}

.prices-filter-control {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	padding: 6px 12px;
	min-width: 210px;
}

.prices-filter-control::before,
.prices-filter-control::after {
	display: none !important;
}

.prices-filter-label {
	display: block;
	font-size: 11px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.76);
}

.prices-filter-control select {
	width: 100%;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	outline: none;
}

.prices-filter-control option {
	color: #333;
}

.prices-apply.filters__add {
	width: auto;
	min-width: 112px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 22px;
}

.prices-period-wrap {
	max-width: 360px;
}

.prices-control-group {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e0e0e0;
}

.prices-control-group span {
	margin-right: auto;
	color: #676767;
	font-size: 13px;
}

.prices-control-group .charts__btn {
	padding-bottom: 5px;
	text-decoration: none;
	white-space: nowrap;
}

.prices-advanced {
	margin: 8px 10px 0;
	color: #676767;
	font-size: 13px;
}

.prices-advanced summary {
	cursor: pointer;
	color: #0569b7;
	width: fit-content;
}

.prices-advanced-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 10px;
	margin-top: 10px;
	max-width: 820px;
}

.prices-advanced-grid label {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.prices-advanced-grid input {
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	padding: 6px 8px;
}

.prices-check {
	flex-direction: row !important;
	align-items: center;
}

.prices-check input {
	margin: 0 6px 0 0;
}

.prices-chart-block {
	display: flex;
	align-items: flex-start;
}

.prices-chart-block .block-shadow.chart {
	padding: 18px 18px 12px;
}

.prices-visual-tabs {
	margin-bottom: 12px;
	text-align: left;
}

.prices-visual-tabs .charts__btn {
	margin-right: 12px;
	text-decoration: none;
}

.prices-disabled {
	color: #9a9a9a !important;
	pointer-events: none;
}

.prices-selected-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
}

.prices-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 360px;
	border: 1px solid #d8d8d8;
	border-radius: 18px;
	padding: 6px 11px;
	color: #2f2f2f;
	background: #fff;
	font-size: 13px;
	line-height: 1.25;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}

.prices-chip:hover {
	border-color: #53a79f;
	color: #01403b;
	text-decoration: none;
}

.prices-chip.selected {
	border-color: #53a79f;
	color: #01403b;
	box-shadow: inset 0 0 0 1px rgba(83, 167, 159, 0.2);
}

.prices-chip span {
	color: #9a6a00;
	font-size: 11px;
}

.prices-inline-note,
.prices-empty-note {
	margin: 4px 0 12px;
	color: #676767;
	font-size: 13px;
	line-height: 1.45;
}

.prices-chart-surface {
	height: 450px;
	min-height: 450px;
}

[hidden] {
	display: none !important;
}

.prices-signals {
	padding: 18px 16px;
}

.prices-panel-title {
	margin-bottom: 12px;
}

.prices-signals-table {
	font-size: 12px;
}

.prices-signals-table th,
.prices-signals-table td {
	padding: 7px 6px;
	white-space: normal;
}

.prices-signals-table th:first-child,
.prices-signals-table td:first-child {
	position: static;
	transform: none;
	min-width: 145px;
	background: transparent;
}

.prices-signals-table th {
	font-size: 10px;
}

.prices-data-table {
	margin-top: 1.6rem;
	padding: 18px 16px;
	overflow: hidden;
}

.prices-data-table .table-chart__wrap {
	overflow-x: auto;
}

.prices-data-table .tbl_account {
	min-width: 980px;
}

.prices-data-table .tbl_account tr:nth-child(10) ~ tr:not(:last-of-type) {
	display: table-row;
}

.prices-details-panel {
	margin-top: 1.6rem;
	padding: 18px 16px;
}

.prices-detail-item + .prices-detail-item {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #e0e0e0;
}

.prices-detail-item h4 {
	margin: 0 0 8px;
	color: #2f2f2f;
	font-weight: 500;
	font-size: 1rem;
}

.prices-detail-item dl {
	display: grid;
	grid-template-columns: minmax(130px, 0.25fr) minmax(0, 1fr);
	gap: 8px 18px;
	margin: 14px 0 0;
	font-size: 14px;
}

.prices-detail-item dt {
	color: #2f2f2f;
	font-weight: 500;
}

.prices-detail-item dd {
	margin: 0;
	color: #676767;
	line-height: 1.45;
}

@media screen and (max-width: 1100px) {
	.prices-chart-block {
		flex-direction: column;
	}

	.prices-chart-block .block-shadow.chart,
	.prices-chart-block .chart__sidebar {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}

	.prices-chart-block .chart__sidebar {
		margin-top: 16px;
	}
}

@media screen and (max-width: 769px) {
	.prices-top-content {
		flex-direction: column;
	}

	.prices-period-wrap {
		max-width: none;
		width: 100%;
	}

	.prices-control-group {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.prices-filter-control,
	.prices-apply.filters__add {
		width: 100%;
		margin-left: 0;
	}

	.prices-chart-surface {
		height: 320px;
		min-height: 320px;
	}

	.prices-detail-item dl {
		grid-template-columns: 1fr;
	}
}

/* Quote board styles isolated from assets/modules/anl/css/style.css for the controlled Prices release. */
.prices-qb-page .widjet__content {
    padding-top: 0;
}

.prices-qb-wrap {
    display: block;
    padding-top: 0;
}

.prices-qb-stacked {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.prices-qb-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 0 12px;
    overflow: visible;
}

.prices-qb-toolbar__left {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.prices-qb-toolbar__right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex: 0 0 auto;
}

.prices-qb-modebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-left: 0;
}

.prices-qb-mode-switch,
.prices-qb-mapmetric-switch,
.prices-qb-family-switch,
.prices-qb-actions {
    display: inline-flex;
    align-items: stretch;
    flex: 0 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.prices-qb-mapmetric,
.prices-qb-treemapmetric,
.prices-qb-family {
    display: none;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-mapmetric {
    display: flex;
}

.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-treemapmetric {
    display: flex;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-family,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-family {
    display: flex;
}

.prices-qb-wrap[data-view-mode="map"][data-current-product="logs"] .prices-qb-family,
.prices-qb-wrap[data-view-mode="treemap"][data-current-product="logs"] .prices-qb-family {
    display: none;
}

.prices-qb-mode__input,
.prices-qb-mapmetric__input,
.prices-qb-treemapmetric__input,
.prices-qb-family__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.prices-qb-mode__label,
.prices-qb-mapmetric__label,
.prices-qb-family__label,
.prices-qb-action {
    min-width: 82px;
    margin: 0;
    padding: 8px 14px;
    border-left: 1px solid #dadada;
    background: #fff;
    color: #202124;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.prices-qb-family__label {
    box-sizing: border-box;
    min-width: 92px;
    padding-right: 10px;
    padding-left: 10px;
}

.prices-qb-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #676767;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family: inherit;
}

.prices-qb-action .chart-tools {
    color: #676767;
    font-family: 'Font Awesome 5 Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.prices-qb-action:first-child,
.prices-qb-mode__label:first-of-type,
.prices-qb-mapmetric__label:first-of-type,
.prices-qb-family__label:first-of-type {
    border-left: none;
}

.prices-qb-action:hover,
.prices-qb-mode__label:hover,
.prices-qb-mapmetric__label:hover,
.prices-qb-family__label:hover {
    background: #f9f9f9;
}

.prices-qb-action:hover,
.prices-qb-action:hover .chart-tools {
    color: #202124;
}

.prices-qb-mode__input:checked + .prices-qb-mode__label,
.prices-qb-mapmetric__input:checked + .prices-qb-mapmetric__label,
.prices-qb-family__input:checked + .prices-qb-family__label {
    background: #f5f3f3;
    box-shadow: inset 0 0 0 1px #f5f3f3;
}

.prices-qb-action:focus,
.prices-qb-mode__input:focus + .prices-qb-mode__label,
.prices-qb-mapmetric__input:focus + .prices-qb-mapmetric__label,
.prices-qb-family__input:focus + .prices-qb-family__label {
    outline: 1px solid #8c8c8c;
    outline-offset: -2px;
}

.prices-qb-card {
    background: #fff;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 0;
}

.prices-qb-table {
    width: 100%;
    min-width: 100%;
    margin: 0;
    display: block;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-table,
.prices-qb-wrap[data-view-mode="map"] [data-prices-qb-product-group],
.prices-qb-wrap[data-view-mode="map"] .prices-qb-card--hlb,
.prices-qb-wrap[data-view-mode="map"] .prices-qb-card--product,
.prices-qb-wrap[data-view-mode="map"] .prices-qb-logs-group,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-table,
.prices-qb-wrap[data-view-mode="treemap"] [data-prices-qb-product-group],
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-map,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-card--hlb,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-card--product,
.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-logs-group,
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-table,
.prices-qb-wrap[data-view-mode="marketshares"] [data-prices-qb-product-group],
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-map,
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-treemap,
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-card--hlb,
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-card--product,
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-logs-group {
    display: none;
}

.prices-qb-map,
.prices-qb-treemap,
.prices-qb-marketshares {
    display: none;
    background: #fff;
    overflow-x: auto;
}

.prices-qb-wrap[data-view-mode="map"] .prices-qb-map {
    display: block;
}

.prices-qb-wrap[data-view-mode="treemap"] .prices-qb-treemap {
    display: block;
}

.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-marketshares {
    display: block;
}

.prices-qb-wrap[data-view-mode="marketshares"] > .prices-qb-card,
.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-stacked > .prices-qb-card:first-child {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
}

.prices-qb-map__wrap,
.prices-qb-treemap__wrap {
    box-sizing: border-box;
    width: 100%;
    min-width: 1010px;
    padding: 12px 12px 20px;
}

.prices-qb-map__chart,
.prices-qb-treemap__chart {
    position: relative;
    width: 100%;
    min-height: 430px;
}

.prices-qb-map__chart {
    height: 520px;
    min-height: 520px;
    overflow: visible;
}

.prices-qb-map__chart--drilldown {
    overflow: visible;
}

.prices-qb-map__chart .google-visualization-tooltip {
    position: absolute !important;
    pointer-events: none;
    z-index: 100;
}

.prices-qb-treemap__chart {
    height: 430px;
}

.prices-qb-treemap__chart .google-visualization-tooltip {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.prices-qb-treemap__chart svg,
.prices-qb-treemap__chart svg * {
    outline: none !important;
}

.prices-qb-treemap-label {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    transform: translate(-50%, -50%);
    color: #202124;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    cursor: default;
    pointer-events: none;
    user-select: none;
}

.prices-qb-treemap-hit-zone {
    position: absolute;
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.prices-qb-treemap-label strong {
    font-weight: 700;
}

.prices-qb-treemap-label span {
    font-weight: 500;
}

.prices-qb-treemap-label--value-only {
    font-size: 10px;
    line-height: 12px;
}

.prices-qb-map__empty,
.prices-qb-treemap__empty {
    padding: 40px 12px;
    color: #676767;
    font-size: 14px;
    text-align: center;
}

.prices-qb-map__legend {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 4px;
    color: #202124;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.prices-qb-map__legend-scale {
    display: block;
    position: relative;
    overflow: visible;
    width: 190px;
    height: 22px;
    border-radius: 2px;
    background: linear-gradient(90deg, #f78a8c 0%, #f7f7f7 50%, #3ee16a 100%);
}

.prices-qb-map__legend-marker {
    display: none;
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #8c8c8c;
}

.prices-qb-map__legend-ticks {
    display: flex;
    justify-content: space-between;
    width: 190px;
    color: #202124;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.prices-qb-map-label {
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    min-width: 0;
    padding: 2px 5px;
    border: none;
    border-radius: 2px;
    background: none;
    color: #202124;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    cursor: default;
    pointer-events: auto;
}

.prices-qb-map-label--region,
.prices-qb-map-label--country {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    min-width: 54px;
    padding: 1px 4px;
    line-height: 13px;
    text-align: center;
}

.prices-qb-map-label--region strong,
.prices-qb-map-label--country strong {
    font-size: 11px;
    font-weight: 700;
}

.prices-qb-map-label--region span,
.prices-qb-map-label--country span {
    font-size: 12px;
    font-weight: 500;
}

.prices-qb-map-label--region,
.prices-qb-map-label--country,
.prices-qb-map-hit-zone--region,
.prices-qb-map-hit-zone--country {
    cursor: pointer;
}

.prices-qb-map-hit-zone {
    position: absolute;
    z-index: 2;
    border: none;
    background: transparent;
    padding: 0;
    cursor: default;
    pointer-events: auto;
}

.prices-qb-map-hit-zone.prices-qb-map-hit-zone--region,
.prices-qb-map-hit-zone.prices-qb-map-hit-zone--country {
    cursor: pointer;
}

.prices-qb-map-label:focus {
    outline: 1px solid #8c8c8c;
    outline-offset: 1px;
}

.prices-qb-map-floating-tooltip {
    position: absolute;
    z-index: 100;
    min-width: 300px;
    max-width: 380px;
    padding: 8px 10px;
    border: 1px solid #dadada;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #202124;
    pointer-events: none;
}

.prices-qb-map-tooltip {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 360px;
    padding: 8px;
    color: #202124;
    font-size: 12px;
    line-height: 15px;
}

.prices-qb-map-tooltip__description {
    white-space: nowrap;
}

.prices-qb-map-floating-tooltip .prices-qb-map-tooltip {
    padding: 0;
}

.prices-qb-table .prices-qb-table__wrap {
    padding: 0;
    overflow-x: auto;
    cursor: default;
}

.prices-qb-table__table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    table-layout: auto;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.prices-qb-table__table thead th {
    background: #f5f3f3;
    color: #202124;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 13px 14px;
    border-bottom: 1px solid #e5e2e2;
    white-space: nowrap;
}

.prices-qb-table__table thead th:first-child {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 6px 14px;
    text-align: left;
}

.prices-qb-head-main,
.prices-qb-head-note {
    display: block;
}

.prices-qb-table__table thead th:first-child.prices-qb-sortable::after {
    display: inline-block;
    margin-left: 8px;
}

.prices-qb-table__table thead th:first-child .prices-qb-head-note {
    display: inline;
}

.prices-qb-table__table thead th:not(:first-child) {
    text-align: center;
}

.prices-qb-table__table thead th.prices-qb-sortable {
    cursor: pointer;
    user-select: none;
}

.prices-qb-table__table thead th.prices-qb-sortable::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0;
}

.prices-qb-table__table thead th.prices-qb-sortable[aria-sort="descending"]::after {
    border-top: 5px solid #202124;
    opacity: 0.65;
}

.prices-qb-table__table thead th.prices-qb-sortable[aria-sort="ascending"]::after {
    border-bottom: 5px solid #202124;
    opacity: 0.65;
}

.prices-qb-table__table tbody th,
.prices-qb-table__table tbody td {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 14px;
    border-bottom: 1px solid #e5e2e2;
    vertical-align: middle;
}

.prices-qb-table__table tbody th {
    color: #202124;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    border-right: none;
}

.prices-qb-benchmark__ticker {
    display: block;
}

.prices-qb-benchmark__ticker {
    color: #202124;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.prices-qb-benchmark__unit {
    display: block;
    color: #676767 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.prices-qb-table__table tbody td {
    color: #202124;
    text-align: center;
    white-space: nowrap;
}

.prices-qb-price,
.prices-qb-month,
.prices-qb-date,
.prices-qb-status {
    background: #fff;
}

.prices-qb-month__arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    vertical-align: middle;
}

.prices-qb-month--up .prices-qb-month__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #3ee16a;
}

.prices-qb-month--down .prices-qb-month__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #f78a8c;
}

.prices-qb-month--flat .prices-qb-month__arrow {
    display: none;
}

.prices-qb-table__table tbody td.prices-qb-month {
    padding-left: 20px;
    text-align: left;
}

.prices-qb-trend {
    font-weight: 400;
}

.prices-qb-heat--neutral {
    background: #fff;
}

.prices-qb-heat--up-1 {
    background: #e6f6e8;
    color: #202124;
}

.prices-qb-heat--up-2 {
    background: #bff0c9;
    color: #202124;
}

.prices-qb-heat--up-3 {
    background: #7de092;
    color: #202124;
}

.prices-qb-heat--up-4 {
    background: #3ee16a;
    color: #202124;
}

.prices-qb-heat--down-1 {
    background: #fde8e8;
    color: #202124;
}

.prices-qb-heat--down-2 {
    background: #f8bcbc;
    color: #202124;
}

.prices-qb-heat--down-3 {
    background: #f28b8e;
    color: #202124;
}

.prices-qb-heat--down-4 {
    background: #f78a8c;
    color: #202124;
}

.prices-qb-status {
    color: #202124;
}

.prices-qb-empty {
    padding: 26px 14px;
    text-align: center;
    color: #676767;
    background: #fff;
}

.prices-qb-logs-group .prices-qb-table + .prices-qb-table {
    margin-top: 24px;
}

[data-prices-qb-product-group] .prices-qb-table + .prices-qb-table {
    margin-top: 20px;
}

.prices-chart-benchmarks .prices-qb-table + .prices-qb-table {
    margin-top: 20px;
}

/* Lumber Futures wrapper under the chart: the sibling-margin rule above
   doesn't reach across the toggleable wrapper div, so space it explicitly. */
.prices-chart-benchmarks .prices-chart-futures-under {
    margin-bottom: 20px;
}

.prices-chart-benchmarks .prices-chart-futures-under[hidden] {
    display: none;
}

.prices-chart-quotes__table tbody .prices-chart-country-price-row--aggregate th,
.prices-chart-quotes__table tbody .prices-chart-country-price-row--aggregate th .prices-chart-country-price-link,
.prices-chart-quotes__table tbody .prices-chart-country-price-row--aggregate td,
.prices-qb-table__table--chart tbody .prices-chart-country-price-row--aggregate th,
.prices-qb-table__table--chart tbody .prices-chart-country-price-row--aggregate th .prices-chart-country-price-link,
.prices-qb-table__table--chart tbody .prices-chart-country-price-row--aggregate td {
    font-weight: 600;
}

.prices-qb-table__table thead th.prices-qb-head-inline {
    white-space: nowrap;
}

.prices-qb-table__table thead th.prices-qb-head-inline.prices-qb-sortable::after {
    display: inline-block;
    margin-left: 6px;
}

.prices-chart-countries:not(.prices-chart-countries--show-all) [data-prices-chart-countries-body] tr:nth-child(n + 11),
.prices-chart-countries:not(.prices-chart-countries--show-all) [data-prices-chart-exporters-body] tr:nth-child(n + 11) {
    display: none;
}

.prices-chart-countries__toggle {
    display: block;
    margin: 8px 2px 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #216fdb;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 24px;
    opacity: .9;
    cursor: pointer;
}

.prices-qb-product-filter {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.prices-qb-product-filter__btn {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 6px;
    min-width: 184px;
    padding: 8px 14px;
    background: #fff;
    border: none;
    border-radius: 3px;
    color: #202124;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.prices-qb-product-filter__btn:hover {
    background: #f9f9f9;
}

.prices-qb-product-filter__btn[aria-expanded="true"] {
    background: #f5f3f3;
}

.prices-qb-product-filter__btn:focus {
    outline: 1px solid #8c8c8c;
    outline-offset: -2px;
}

.prices-qb-product-filter__caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #676767;
    margin-top: 1px;
}

.prices-qb-product-filter__menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 100;
    min-width: 100%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.prices-qb-product-filter__option {
    display: block;
    width: 100%;
    padding: 8px 14px;
    background: none;
    border: none;
    text-align: left;
    font: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #202124;
    cursor: pointer;
    white-space: nowrap;
}

.prices-qb-product-filter__option:hover {
    background: #f9f9f9;
}

.prices-qb-product-filter__option[aria-selected="true"] {
}

.prices-qb-marketshares {
    padding: 0;
    overflow: visible;
    background: transparent;
}

.prices-qb-marketshares .marketint-widget--prices-embed .widjet__content {
    padding: 0;
    background: transparent;
}

.prices-qb-marketshares .wrap-content {
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
}

.prices-qb-marketshares .chart-block__header {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #202124;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.prices-qb-marketshares #chart-block {
    display: block;
    margin: 0;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.prices-qb-marketshares .prices-market-shares-chart {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    background: #fff;
}

.prices-qb-marketshares #div_chart_wrap {
    width: 100%;
    overflow-x: auto;
}

.prices-qb-marketshares .marketint-heatmap-layout {
    min-width: 940px;
}

.prices-qb-marketshares .prices-market-shares-heat-table {
    width: 100%;
    min-width: 100%;
    margin: 0;
}

.prices-qb-marketshares .heat-table--marketint .heat-table__wrap {
    padding: 0;
    overflow: visible;
}

.prices-qb-marketshares .heat-table--marketint .heat-table__table {
    min-width: 100%;
}

.prices-qb-marketshares .heat-table--marketint td.heat-table__name,
.prices-qb-marketshares .heat-table--marketint .heat-table__period,
.prices-qb-marketshares .heat-table--marketint .heat-table__data {
    border-bottom: 1px solid #e5e2e2;
    color: #202124;
    font-size: 15px;
    line-height: 18px;
}

.prices-qb-marketshares .heat-table--marketint td.heat-table__name {
    padding: 8px 14px 8px 0;
    border-bottom: none;
    font-weight: 500;
    font-size: 14px;
}

.prices-qb-marketshares .heat-table--marketint .heat-table__period {
    padding: 8px 10px;
    border-bottom: none;
    font-weight: 500;
    font-size: 14px;
}

.prices-qb-marketshares .heat-table--marketint .heat-table__data {
    height: 50px;
}

.prices-qb-marketshares .chart__copyright {
    padding: 0 14px;
}

.prices-qb-marketshares .chart__wrap {
    position: static;
    top: auto;
}

.prices-qb-marketshares .insight-islands {
    margin-top: 16px;
    padding: 0;
}

.prices-qb-marketshares .info-chart {
    margin: 0;
    width: auto;
}

.prices-qb-wrap[data-view-mode="marketshares"] .prices-qb-toolbar {
    margin: 0;
    padding: 0 0 12px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 769px) {
    .prices-qb-marketshares .chart-block__header {
        padding: 20px 0;
        text-align: center;
    }

    .prices-qb-marketshares .marketint-heatmap-layout {
        min-width: 820px;
    }
}
