body {
	/* Compact fixed header (~52px). */
	padding-top: 3.25rem;
	overflow-wrap: anywhere;
	font-weight: 400;
}

.report-article {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.6;
}

.report-article h2,
.report-article h3,
.report-article h4,
.report-article .line-heading {
	font-weight: 500;
}

.report-article strong,
.report-article b {
	font-weight: 700;
}
.row {
	margin-bottom: 20px;
}
.a-section {
	padding-top: 55px !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* Brand SEO h1 only (legacy). Do not constrain page titles. */
.navbar-brand h1 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	max-width: 250px;
}

/* Report page title: full width, wrap naturally on mobile/desktop */
.report-article h1.line-heading {
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}

.embed-movie {
	margin-bottom: 1em;
	padding-top: 1em;
}
.embed-movie h5 {
	padding-bottom: 0 !important;
}

.embed-responsive-variable-ratios a {
    display: block;
    position: relative;
    height: 0;
	overflow: hidden;
	padding-top: calc(630 / 1200 * 100%);
}

.embed-responsive-variable-ratios a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.search-select {
	margin: 0;
	padding-left: 6px;
	padding-right: 3px;
	width: 100px;
}

.nowrap-headline {
	white-space: normal;
	overflow: visible;
}

.pointer {
	cursor: pointer;
}

.topmargin {
	margin-top: 1em;
}
.bottommargin {
	margin-bottom: 1em;
}
.halfbottommargin {
	margin-bottom: 0.3em;
}

.line-heading {
	position: relative;
	border-bottom: 4px solid #DDD;
	overflow-wrap: anywhere;
}
.line-heading::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #000fb3;
	bottom: -4px;
	width:10%;
	display: block;
}

.line-heading.success::after {
	border-bottom: solid 4px #28a745;
}
.line-heading.info::after {
	border-bottom: solid 4px #17a2b8;
}
.line-heading.warning::after {
	border-bottom: solid 4px #ffc107;
}

.alert {
	color: black;
}

h2, .h2 {
	font-size: 1.25rem;
}
h3, .h3 {
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.3rem;
	}
}

.half {
	width: 50%;
}

.text-black {
	color: black;
}

.carousel-indicators li {
    background-color: #000;
}

/* BS5 expects button indicators; hide numbered list markers if ol/li remains */
.carousel-indicators {
	margin-bottom: 0.75rem;
}
.carousel-indicators [data-bs-slide-to],
.carousel-indicators [data-slide-to] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.15s ease;
	list-style: none;
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-reduce-motion.carousel-fade .carousel-item {
	transition: none !important;
}

.w-75 { width: 75%; }
.w-70 { width: 70%; }
.w-60 { width: 60%; }
.w-50 { width: 50%; }
.w-40 { width: 40%; }
.w-30 { width: 30%; }
.w-25 { width: 25%; }
.w-20 { width: 20%; }
.w-15 { width: 15%; }
.w-5 { width: 5%; }

.report-article p {
	margin-bottom: 0.5rem;
	line-height: 1.6;
	text-indent: 1rem;
}

.small {
	color: black !important;
}
.msmall {
	font-size: 70%;
}

caption {
	text-align: center;
	color: #000;
	caption-side: top;
}

.cond-label {
	font-size: 1.3em;
	margin-top: 0.8em;
	text-align: center;
}

.cond-title {
	font-size: 1.8em;
	text-align: center;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}
.nopaddingtop {
	padding-top: 0;
}
.tightpadding {
	padding: 5px;
}
.tightmargin {
	margin: 5px;
}

.bold {
	font-weight: 500;
}

.underline {
	text-decoration: underline;
}

.toc {
    display: inline-block;
    border: dotted 1px;
    padding: .5em .5em .5em 2em;
}

.toc li, .toc li {
    line-height: 2em;
}

.navbar {
	padding: 0.25rem 0.5rem;
}
.navbar-brand {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.5rem;
	padding: 0;
	margin-right: 0.75rem;
	line-height: 1.2;
}

.logo-img, .logo-h2 {
	height: 30px;
	width: auto;
	vertical-align: middle;
	margin-bottom: 0;
}

.logo-square {
	height: 140px;
}

.sns-nav {
	padding-top: 0;
	height: auto;
	min-height: 0;
}
.sns-nav .btn-fb {
  background: #3b5998;
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 1px !important;
  vertical-align: top;
  border: none;
  font-size: 11px;
}
.sns-nav .btn-fb:active {
	background: #8b9dc3;
	color: #FFFFFF;
}
.sns-nav .btn-twitter {
	background: #00aced;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	border: none;
	font-size: 11px;
  }
.sns-nav .btn-twitter:active {
	background: #c0deed;
	color: #FFFFFF;
}

.report-meta-bar {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0.75rem 1.875rem 0.85rem;
	background: var(--pireport-surface-muted);
	border-bottom: 1px solid var(--pireport-divider);
}

.report-meta-bar > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.report-meta-bar .breadcrumb {
	margin-bottom: 0.35rem;
	padding: 0.15rem 0;
	background: transparent;
	font-size: 0.78rem;
	flex-wrap: wrap;
	row-gap: 0.15rem;
}

.report-meta-bar .breadcrumb-item {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.report-meta-secondary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
	.report-meta-secondary {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
}

.report-meta-date {
	color: var(--pireport-text);
	line-height: 1.5;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.8125rem;
	font-weight: 400;
}

.report-meta-date time {
	white-space: nowrap;
}

.report-meta-bar .breadcrumb {
	padding-left: 0;
	padding-right: 0;
}

.report-meta-share {
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 768px) {
	.report-meta-share {
		width: auto;
		text-align: right;
	}
}

.report-meta-share .sns-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem;
}

@media (min-width: 768px) {
	.report-meta-share .sns-nav {
		justify-content: flex-end;
	}
}

.report-main-column #abstract h1.line-heading.nopaddingtop,
.report-main-column #abstract h2.line-heading.nopaddingtop {
	margin-top: 0;
}

.report-abstract {
	margin-bottom: 1.75rem;
}

.report-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2rem;
	align-items: start;
	margin: 1.5rem 0 1.75rem;
}

.report-summary-block {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.report-summary-block > p {
	max-width: none;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.6;
	color: var(--pireport-text);
}

.report-summary-block > p:first-child {
	margin-bottom: 0;
}

.report-summary-block table {
	width: 100%;
	margin-bottom: 0;
}

.report-summary-block table caption {
	caption-side: top;
	padding: 0 0 0.55rem;
	color: var(--pireport-text);
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
}

.report-service-blurb {
	display: none;
}

.report-main-column {
	counter-reset: report-section;
}

.report-main-column .a-section > h2.line-heading,
.report-main-column #wwpatent > h2.line-heading {
	counter-increment: report-section;
}

.report-main-column .a-section > h2.line-heading::before,
.report-main-column #wwpatent > h2.line-heading::before {
	content: counter(report-section, decimal-leading-zero);
	margin-right: 0.55rem;
	color: var(--pireport-blue);
	font-family: var(--pireport-font-numeric), sans-serif;
	font-size: 0.82em;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.init-none {
	display: none;
	/* visibility: hidden; */
	/* display: inline; */
}

/* === footer === */

.sf_header {
	border-bottom: 1px solid #aaaaaa;
	min-height: 0;
}

.sf_header .navbar-brand .site-subtitle,
.sf_header .navbar-brand .navbar-text {
	padding: 0;
	margin: 0;
	font-size: 0.6875rem;
	line-height: 1.25;
	white-space: normal;
	max-width: 9rem;
}

/* Keep header single-row on typical viewports; show subtitle only when wide. */
@media (max-width: 1199.98px) {
	.sf_header .navbar-brand .site-subtitle,
	.sf_header .navbar-brand .navbar-text {
		display: none;
	}
}

.sf_header .nav-link {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}

.sf_header .form-inline .form-control,
.sf_header .form-inline .btn {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	height: calc(1.5em + 0.5rem + 2px);
	font-size: 0.875rem;
}

.sf_header #sc_nav {
	min-width: 4.75rem;
}

.sf_header #qform_nav {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.sf_footer {
	/*
	position: absolute;
	width: 100%;
	*/
	margin-top: 20px;
	background: #f2f2f2;
	padding-top: 30px;
	border-top: 1px solid #aaaaaa;
	font-size: 14px;
}

.sf_footer hr {
	margin: 5px 0;
}

.sf_footer .row, .sf_footer .row-fluid {
	margin: 0;
}

/* === blog side bar === */

.blog-sidebar h4 {
	margin-top: 2em;
}
.blog-sidebar ul.category {
	list-style: none;
    margin: 0;
    padding-left: 0;
}

.blog-sidebar ul.category li {
	border-top: 1px solid #EEE;
}

.blog-sidebar ul.category li a {
	color: #555;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	display: block;
	padding: 0 10px;
}

.blog-sidebar ul.category li a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #F8F8F8;
}

.blog-sidebar a.label:hover {
	background: #E6820E;
}

.hideelm {
	display: none;
}

.mobile-break{
	display: none;
}

.clear-both {
	clear: both;
	padding-top: 1em;
}

@media (max-width: 420px) {
	.mobile-break {
		display: inline;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-topmargin {
		margin-top: 1em;
	}
}

/* search top qbox */
.search-top {
	position: absolute;
    top: 210px;
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
}
.search-top form {
	width: 100%;
	border: 5px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
}

.search-top-app {
	position: static;
    width: 300px;
}
.search-top-app form {
	border: 5px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
}

.search-top-app form table,
.search-top form table {
    width: 100%;
    border-spacing: 0;
	border-collapse: collapse;
	background: #fff;
}
.search-top-app form table td,
.search-top form table td {
	vertical-align: middle;
	padding: 0;
	background: #fff;
}
.search-top-app form table td:first-child,
.search-top form table td:first-child,
.search-top-app form table td:last-child,
.search-top form table td:last-child {
	width: 1%;
	white-space: nowrap;
}
.search-top-app form input[type="text"],
.search-top-app form input[type="search"],
.search-top form input[type="text"],
.search-top form input[type="search"] {
	border: none;
	box-sizing: border-box;
	padding: 6px 0 6px 15px;
	width: 100%;
	height: 36px;
	font-size: 16px;
	outline: none;
	line-height: 24px;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
}
.search-top-app form .form-control,
.search-top form .form-control,
.search-top-app form .search-select,
.search-top form .search-select {
	height: 36px;
	min-height: 36px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}
.search-top-app form .btn,
.search-top form .btn {
	width: 42px;
	height: 36px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	line-height: 1;
}
.search-top-app form .btn .fa,
.search-top form .btn .fa,
.search-top-app form .btn .fas,
.search-top form .btn .fas {
	font-size: 1.15rem;
}
.search-top-app form input[type="submit"],
.search-top form input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #fff;
	width: 60px;
	height: 48px;
}
/* search-top module */

.nav-tabs {
    margin-bottom: 0;
}

.navbar-toggler {
	padding: 0.35rem 0.5rem;
}

/* 2026 report redesign: editorial, left-aligned report shell */
#main-content {
	min-height: 60vh;
}

.report-article,
.index-redesign {
	max-width: 1180px;
	padding: 0;
	background: var(--pireport-surface);
	border: 1px solid var(--pireport-divider);
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.report-article {
	font-size: 0.875rem;
	line-height: 1.95;
}

.report-article > .row,
.index-redesign > .row {
	margin-right: 0;
	margin-left: 0;
}

.report-article p {
	max-width: 44em;
	margin-bottom: 0.8rem;
	line-height: 2;
	text-indent: 0;
}

.report-article h1.line-heading {
	margin-bottom: 1.25rem;
	border: 0;
	font-size: clamp(1.55rem, 3.4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.015em;
}

.report-article h1.line-heading::after {
	display: none;
}

.report-article .a-section > .line-heading,
.report-article #landscapetext > .line-heading,
.report-article #wwpatent > .line-heading {
	padding-top: 1.35rem;
	border-top: 2px solid var(--pireport-blue-deep);
	border-bottom: 0;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.report-article .a-section > .line-heading::after,
.report-article #landscapetext > .line-heading::after,
.report-article #wwpatent > .line-heading::after {
	display: none;
}

.report-article h3.line-heading,
.report-article h4.line-heading {
	border-top-width: 1px;
}

.report-article table.table,
.report-article table.table-bordered,
.chart-data-table table,
.coapplicant-detail-block table {
	border: 0;
	border-collapse: collapse;
	box-shadow: none !important;
}

.report-article table.table > :not(caption) > * > *,
.report-article table.table-bordered > :not(caption) > * > *,
.chart-data-table table.table-bordered > :not(caption) > * > * {
	padding: 0.6rem 0.75rem;
	border-width: 0 0 1px;
	border-color: var(--pireport-divider-soft);
}

.report-article table.table thead th,
.report-article table.table-bordered > thead > tr:first-child > *,
.chart-data-table table.table-bordered > thead > tr:first-child > * {
	color: var(--pireport-text);
	background: var(--pireport-surface-muted);
	border-top: 0;
	border-bottom: 1px solid var(--pireport-divider);
	font-size: 0.75rem;
	font-weight: 600;
}

.report-article table td:not(:first-child),
.report-article table th:not(:first-child) {
	font-variant-numeric: tabular-nums;
}

.report-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 16.75rem;
	align-items: start;
	border-top: 1px solid var(--pireport-divider);
}

.report-main-column {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	padding: 2rem 2rem 3rem;
	border-right: 0;
}

.report-sidebar {
	grid-column: 2;
	grid-row: 1;
	position: sticky;
	top: 3.5rem;
	align-self: start;
	max-height: calc(100vh - 3.75rem);
	padding: 2.25rem 1.125rem 1.875rem;
	overflow-y: auto;
	background: var(--pireport-surface-muted);
	border-left: 1px solid var(--pireport-divider);
}

.report-sidebar-label {
	margin-bottom: 0.75rem;
	color: var(--pireport-muted);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.report-toc-disclosure > summary {
	display: none;
	color: var(--pireport-blue-deep);
	font-weight: 600;
	cursor: pointer;
}

.report-sidebar .toc {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none !important;
	list-style: none;
}

.report-sidebar .toc li {
	line-height: 1.5;
	list-style: none;
	color: var(--pireport-text);
	font-size: 0.75rem;
	font-weight: 500;
}

.report-sidebar .toc li li {
	padding-left: 0.5rem;
	font-weight: 400;
}

.report-sidebar .toc a {
	display: block;
	padding: 0.45rem 0.625rem;
	border-left: 2px solid var(--pireport-divider);
	color: var(--pireport-text);
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none;
}

.report-sidebar .toc a:hover,
.report-sidebar .toc a:focus {
	border-left-color: var(--pireport-blue);
	color: var(--pireport-blue);
	background: var(--pireport-blue-tint);
}

.report-kpis {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
	gap: 1px;
	margin: 1.25rem 0 1.6rem;
	border-top: 1px solid var(--pireport-divider);
	border-bottom: 1px solid var(--pireport-divider);
	background: var(--pireport-divider);
}

.report-kpi {
	min-width: 0;
	padding: 1.05rem 1rem 1.15rem;
	background: #fff;
}

.report-kpi-label {
	margin-bottom: 0.55rem;
	color: var(--pireport-text);
	font-size: 0.72rem;
	font-weight: 600;
}

.report-kpi-value {
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--pireport-text);
}

.report-kpi-unit,
.report-kpi-meta {
	color: var(--pireport-text);
	font-size: 0.72rem;
	font-weight: 500;
}

.report-kpi-unit {
	margin-left: 0.2rem;
}

.report-kpi-meta {
	margin-top: 0.45rem;
	line-height: 1.5;
}

.attention,
.comment-box,
.supervisor-box {
	border: 0;
	border-left: 3px solid var(--pireport-blue);
	border-radius: 0;
	background: var(--pireport-blue-tint);
	box-shadow: none !important;
	padding: 1.35rem 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	max-width: 100%;
}

.comment-body {
	border-radius: 0;
	background: transparent;
	color: var(--pireport-text);
	font-size: 0.875rem;
	line-height: 1.85;
}

.trend-chart-panel,
.chart-data-table {
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 1199.98px) {
	body {
		padding-top: 3.5rem;
	}
	.report-article,
	.index-redesign {
		border-right: 0;
		border-left: 0;
	}
	.report-layout {
		display: flex;
		flex-direction: column;
	}
	.report-sidebar {
		position: static;
		order: -1;
		width: 100%;
		max-height: none;
		padding: 0.85rem 1rem;
		border-bottom: 1px solid var(--pireport-divider);
		border-left: 0;
		background: #fff;
		overflow: visible;
	}
	.report-sidebar-label {
		display: none;
	}
	.report-kpis {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.report-toc-disclosure > summary {
		display: list-item;
		padding: 0.6rem 0;
	}
	.report-main-column {
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		padding: 1.5rem 1.25rem 2.5rem;
		border-right: 0;
	}
	.report-meta-bar {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.report-summary-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}
}

/* Index page */
.index-redesign {
	max-width: 1180px;
	border-radius: 0;
}

.index-hero {
	position: relative;
	margin-top: 1.5rem;
	overflow: hidden;
}

.index-hero > .row {
	margin-bottom: 0;
}

.index-hero > .row > [class*="col-"] {
	width: 100%;
	margin-left: 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	grid-template-areas:
		"copy visual"
		"search visual";
	align-items: center;
	background: linear-gradient(180deg, var(--pireport-blue-tint), #fff);
}

.index-hero-copy {
	grid-area: copy;
	align-self: end;
	padding: 2.75rem 1rem 1rem 1.875rem;
}

.index-hero-kicker {
	margin-bottom: 0.9rem;
	color: var(--pireport-blue);
	font-family: var(--pireport-font-numeric);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.index-hero-copy h1 {
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
	font-size: clamp(1.65rem, 3.3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.015em;
}

.index-hero-copy p {
	max-width: 35em;
	margin: 0;
	color: var(--pireport-text);
	font-size: 0.85rem;
	line-height: 2;
}

.index-hero .carousel {
	grid-area: visual;
	height: 100%;
	min-height: 22rem;
	background: var(--pireport-divider-soft);
}

.index-hero .carousel-inner,
.index-hero .carousel-item,
.index-hero .carousel-item > a {
	height: 100%;
}

.index-hero .embed-responsive-variable-ratios a {
	padding-top: 0;
}

.index-hero .carousel-indicators {
	display: none;
}

.index-hero .carousel-inner img {
	position: static;
	width: 100%;
	height: 100%;
	filter: grayscale(1) contrast(1.05);
	object-fit: cover;
}

.index-hero .search-top {
	position: static;
	grid-area: search;
	align-self: start;
	width: auto;
	padding: 0 1rem 2.75rem 1.875rem;
}

.index-hero .search-top form {
	border: 0;
	border-bottom: 2px solid var(--pireport-blue-deep);
	border-radius: 0;
	box-shadow: 0 4px 18px rgba(16, 24, 40, 0.12);
}

.index-intro {
	padding: 2.5rem 1.875rem;
	border-top: 0;
}

.index-intro > .row {
	margin-bottom: 0;
}

.index-intro .text-center {
	max-width: 44em;
	margin-left: 0 !important;
	text-align: left !important;
}

.index-intro .logo-square {
	width: auto;
	height: 5rem;
	margin-bottom: 1.5rem;
}

.index-intro p {
	margin-bottom: 0.8rem;
	line-height: 2;
}

.index-directory {
	margin-top: 1.5rem;
	padding: 2rem 1.875rem 2.75rem;
}

.index-directory h1,
.index-directory h2,
.index-directory h3,
.index-directory h4 {
	margin-top: 2rem;
	padding-top: 1.15rem;
	border-top: 2px solid var(--pireport-blue-deep);
	font-weight: 700;
	text-align: left;
}

.index-directory table {
	border: 0 !important;
	box-shadow: none !important;
}

.index-directory table th,
.index-directory table td {
	border-width: 0 0 1px !important;
	border-color: var(--pireport-divider-soft) !important;
}

.index-directory table thead th {
	background: var(--pireport-surface-muted);
}

.index-report-nav {
	gap: 0;
	width: fit-content;
	border: 1px solid #cfd6de;
}

.index-report-nav .btn {
	border: 0;
	border-right: 1px solid #cfd6de;
	border-radius: 0;
	font-size: 0.75rem;
}

.index-report-nav .btn:last-child {
	border-right: 0;
}

@media (max-width: 767.98px) {
	.index-hero {
		margin-top: 0;
	}
	.index-hero > .row > [class*="col-"] {
		display: flex;
		flex-direction: column;
	}
	.index-hero-copy {
		order: 1;
		width: 100%;
		padding: 1.75rem 1rem 1rem;
	}
	.index-hero .search-top {
		order: 2;
		width: 100%;
		padding: 0 1rem 1.75rem;
	}
	.index-hero .carousel {
		order: 3;
		width: 100%;
		min-height: 14rem;
	}
	.index-intro,
	.index-directory {
		padding: 1.5rem 1rem 2rem;
	}
	.index-report-nav {
		width: 100%;
	}
	.index-report-nav .btn {
		flex: 1 1 50%;
		border-bottom: 1px solid #cfd6de;
	}
}

@media (max-width: 575.98px) {
	.report-article h1.line-heading {
		font-size: 1.4rem;
		line-height: 1.45;
	}
	.report-meta-bar {
		font-size: 0.75rem;
	}
	.index-hero-copy h1 {
		font-size: 1.45rem;
		line-height: 1.55;
	}
	.index-hero-copy h1 br {
		display: none;
	}
	.index-hero-copy p {
		font-size: 0.8rem;
		line-height: 1.9;
	}
	.index-hero-kicker {
		font-size: 0.62rem;
	}
	.search-top form .search-select {
		width: 4.25rem;
	}
	.report-kpis {
		grid-template-columns: 1fr;
	}
	.index-hero .carousel-inner img,
	.index-hero .carousel-item > a {
		border-radius: 0 !important;
	}
}

/* Shared site chrome */
.sf_header {
	min-height: 3.25rem;
	padding: 0.45rem 1.5rem;
	background: #fff !important;
	border-bottom: 1px solid var(--pireport-divider);
	box-shadow: none;
}

.sf_header .nav-link {
	margin: 0 0.25rem;
	padding: 0.55rem 0.25rem 0.45rem;
	border-bottom: 2px solid transparent;
	color: var(--pireport-text);
	font-size: 0.78rem;
	font-weight: 500;
}

.sf_header .nav-link:hover,
.sf_header .nav-link:focus {
	border-bottom-color: var(--pireport-blue);
	color: var(--pireport-blue);
	text-decoration: none;
}

.header-search {
	display: flex;
	align-items: stretch;
	min-width: min(100%, 20rem);
	border: 1px solid #cfd6de;
	background: #fff;
}

.header-search-country {
	flex: 0 0 5.25rem;
}

.header-search-query {
	flex: 1 1 12rem;
	min-width: 8rem;
}

.header-search-submit {
	flex: 0 0 auto;
}

.sf_header .header-search .form-control,
.sf_header .header-search .btn {
	height: 2.25rem;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 0.75rem;
}

.sf_header .header-search select {
	background-color: var(--pireport-surface-muted);
	border-right: 1px solid var(--pireport-divider) !important;
}

.sf_footer {
	margin-top: 3.5rem;
	padding: 2rem 1.5rem 1.5rem;
	border-top: 0;
	color: rgba(255, 255, 255, 0.76);
	background: var(--pireport-blue-deep);
	font-size: 0.78rem;
}

.sf_footer h3,
.sf_footer a {
	color: #fff;
}

.sf_footer h3 {
	padding: 0 0 0.75rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.sf_footer .blog-sidebar ul.category li {
	border-top-color: rgba(255, 255, 255, 0.18);
}

.sf_footer .blog-sidebar ul.category li a {
	height: auto;
	min-height: 2rem;
	padding: 0.35rem 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.5;
}

.sf_footer .blog-sidebar ul.category li a:hover {
	color: #fff;
	background: transparent;
}

@media (max-width: 991.98px) {
	.sf_header {
		padding-inline: 0.75rem;
	}
	.sf_header .navbar-collapse {
		padding: 0.75rem 0;
	}
	.header-search {
		width: 100%;
	}
}

.outline-dark {
	border-color: #343a40;
}

@media (max-width: 420px) {
	.mw-50 {
		width: 50%;
	}
	.mw-25 {
		width: 25%;
	}
	.nav-item {
		padding-left: 0.5em;
	}
}

@media (max-width: 767px) {

	.logo-square {
		height: 93px;
	}

	.search-top {
		position: absolute;
		left: 0;
	    top: 60px;
	    width: 100%;
	    padding-left: 40px;
	    padding-right: 40px;
	}

	.search-top-app {
		position: absolute;
	    top: 220px;
	    width: 100%;
	    /*
	    padding-left: 150px;
	    padding-right: 150px;
	    */
	}
}

/* recent docs list (aligned with report shadow-sm table-bordered tables) */
.text-condensed { line-height: 1.3rem; }
#recent_docs .recent-docs-table {
	width: 100%;
	background-color: #fff;
}
#recent_docs .recent-docs-table thead th {
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	background-color: #f8f9fa;
}
#recent_docs .recent-docs-table th,
#recent_docs .recent-docs-table td {
	vertical-align: top;
}
#recent_docs .recent-docs-table td {
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}
#recent_docs .recent-docs-table td.recent-docs-pub,
#recent_docs .recent-docs-table th:nth-child(1) {
	width: 1%;
	min-width: 12em;
}
#recent_docs .recent-docs-table td.recent-docs-pub {
	white-space: nowrap !important;
	overflow-wrap: normal !important;
	word-break: keep-all !important;
}
#recent_docs .recent-docs-table td.recent-docs-pub a,
#recent_docs .recent-docs-table .recent-docs-pub-inner {
	display: inline-block;
	white-space: nowrap;
}
#recent_docs .recent-docs-table td.recent-docs-title {
	width: 36%;
	font-size: 0.875rem;
	line-height: 1.35;
}
#recent_docs .recent-docs-table td.recent-docs-bib { width: 30%; }
#recent_docs .recent-docs-table td.recent-docs-theme { width: 22%; }
@media (max-width: 767.98px) {
	#recent_docs .recent-docs-table thead { display: none; }
	#recent_docs .recent-docs-table,
	#recent_docs .recent-docs-table tbody,
	#recent_docs .recent-docs-table tr,
	#recent_docs .recent-docs-table td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
	}
	#recent_docs .recent-docs-table tr {
		border: solid 1px #dee2e6;
		border-radius: 4px;
		margin-bottom: 0.75rem;
		padding: 0.5rem 0.65rem;
		background: #fff;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	}
	#recent_docs .recent-docs-table td {
		border: none;
		padding: 0.25rem 0;
		text-align: left !important;
		white-space: normal;
	}
	#recent_docs .recent-docs-table td.recent-docs-pub {
		white-space: nowrap !important;
		overflow-x: auto;
		background-color: #f8f9fa;
		margin: -0.5rem -0.65rem 0.4rem;
		padding: 0.5rem 0.65rem;
		border-radius: 4px 4px 0 0;
		font-weight: 600;
	}
	#recent_docs .recent-docs-table td::before {
		content: attr(data-label);
		display: block;
		font-size: 0.75rem;
		font-weight: 700;
		color: var(--pireport-text);
		margin-bottom: 0.1rem;
		white-space: normal;
	}
}

/* Redesign cascade boundary: overrides below intentionally beat legacy CSS. */
.header-search {
	flex-wrap: nowrap !important;
}

.index-intro {
	display: none;
}

.index-directory-intro {
	max-width: 58rem;
	padding: 0.25rem 0 1.25rem;
}

.index-directory .index-directory-intro h2 {
	margin: 0 0 0.65rem;
	padding: 0;
	border: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
	line-height: 1.45;
}

.index-directory-intro p {
	margin: 0 0 1.25rem;
	color: #4b535c;
	font-size: 0.84rem;
	line-height: 1.8;
}

.index-directory-kicker {
	margin-bottom: 0.65rem;
	color: var(--pireport-blue);
	font-family: var(--pireport-font-numeric);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.index-directory .index-report-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	width: 100%;
	max-width: 50rem;
	margin: 0;
	border: 1px solid #cfd6de;
	background: #cfd6de;
}

.index-directory .index-report-nav .btn {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 2.75rem;
	padding: 0.65rem 0.8rem;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--pireport-text);
	font-size: 0.76rem;
	font-weight: 600;
	text-align: left;
}

.index-directory .index-report-nav .btn span {
	flex: 0 0 1.75rem;
	color: var(--pireport-blue);
	font-family: var(--pireport-font-numeric);
	font-size: 0.65rem;
	letter-spacing: 0.08em;
}

.index-directory .index-report-nav .btn:hover,
.index-directory .index-report-nav .btn:focus {
	background: var(--pireport-blue-tint);
	color: var(--pireport-blue-deep);
	text-decoration: none;
}

.index-directory .line-heading {
	border-top: 2px solid var(--pireport-blue-deep);
	border-bottom: 0;
}

.index-directory .line-heading::after {
	display: none;
}

.index-directory .a-section {
	padding-top: 1.35rem !important;
}

.index-directory > .row > .col-lg-12 > hr:first-child {
	display: none;
}

.report-article > .row:has([name="banner"]) {
	display: none;
}

.report-main-column #landscapetext {
	display: none;
}

.report-main-column .report-promo {
	margin: 1.75rem 0 2rem;
	padding: 1.5rem 0 0.5rem;
	border-top: 1px solid var(--pireport-divider);
}

.report-main-column .report-promo .line-heading {
	margin-top: 0;
}

.report-main-column .report-promo-banner {
	margin: 1rem 0 0.25rem;
}

.report-main-column .report-promo .banner-caption {
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
	color: var(--pireport-text);
}

/* Beat forceapply table-bordered outer frames; keep horizontal rules only. */
.report-article table.table-bordered,
.chart-data-table table.table-bordered,
.coapplicant-detail-block table.table-bordered {
	border: 0 !important;
	box-shadow: none !important;
}

.report-article table.table-bordered > :not(caption) > * > *,
.chart-data-table table.table-bordered > :not(caption) > * > *,
.coapplicant-detail-block table.table-bordered > :not(caption) > * > * {
	border-width: 0 0 1px !important;
	border-color: var(--pireport-divider-soft) !important;
}

.report-article table.table-bordered > thead > tr:first-child > *,
.chart-data-table table.table-bordered > thead > tr:first-child > *,
.coapplicant-detail-block table.table-bordered > thead > tr:first-child > * {
	border-top: 0 !important;
	border-bottom-color: var(--pireport-divider) !important;
}

/* Use full main-column width; legacy centered Bootstrap columns only. */
.report-main-column .row {
	--bs-gutter-x: 0;
	margin-left: 0;
	margin-right: 0;
}

.report-main-column .row > .col-lg-10,
.report-main-column .row > .col-lg-8,
.report-main-column .row > .col-lg-12,
.report-main-column .supervisor-box,
.report-main-column .comment-box {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.report-main-column .row > [class*="offset-lg-"],
.report-main-column .row > [class*="offset-md-"] {
	margin-left: 0 !important;
}

.report-main-column p {
	max-width: none;
}

.report-main-column .report-abstract > p,
.report-main-column .a-section > p,
.report-main-column .report-service-blurb {
	max-width: 46em;
}

.report-article > .row:has([name="banner"]) > [class*="col-"] {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	margin-left: 0 !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.report-main-column .report-promo-banner img {
	width: 100%;
	height: auto;
}

.report-main-column .sidepadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0;
	margin-right: 0;
	--bs-gutter-x: 0;
}

.report-main-column .row.sidepadding > .supervisor-box,
.report-main-column .row.sidepadding > .comment-box,
.report-main-column .row.sidepadding > [class*="col-"].supervisor-box,
.report-main-column .row.sidepadding > [class*="col-"].comment-box,
.report-main-column .row.sidepadding > [class*="col-"].attention {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 1.25rem;
	padding-right: 1.35rem;
}

/* Lock avatar layout to in-flow grid; defeat any leftover absolute rules. */
.report-article .col-fixed-100,
.report-article .col-fixed-50,
.report-article .row > .col-fixed-100,
.report-article .row > .col-fixed-50 {
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
}

.report-article .col-offset-100,
.report-article .col-offset-50,
.report-article .row > .col-offset-100,
.report-article .row > .col-offset-50 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	min-height: 0 !important;
	width: auto !important;
	max-width: 100% !important;
	flex: none !important;
}

.report-article .supervisor-box:not(.comment-box) > .row {
	display: grid !important;
	grid-template-columns: 5rem minmax(0, 1fr);
	column-gap: 1.15rem;
	align-items: start;
}

.report-article .comment-box > .row.toppadding {
	display: grid !important;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	column-gap: 0.9rem;
	align-items: center;
}

.report-article .comment-box > .row.mobile-topmargin {
	display: block !important;
	margin-top: 0.85rem !important;
	padding-left: calc(3.25rem + 0.9rem);
}

.report-article .supervisor-box .col-fixed-100,
.report-article .comment-box .col-fixed-50 {
	justify-self: center;
}

.report-summary-block table th,
.report-summary-block table td {
	vertical-align: middle;
}

.report-summary-block table thead th:not(:first-child),
.report-summary-block table tbody td:not(:first-child) {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.report-article .supervisor-box,
.report-article .comment-box,
.report-article .comment-body,
.report-article .supervisor-box p,
.report-article .supervisor-box .title,
.report-article .supervisor-box .name,
.report-article .supervisor-box .description,
.report-article .supervisor-box .comment-title,
.report-article .supervisor-box .comment-name {
	color: var(--pireport-text) !important;
}

.report-article .report-kpi-label,
.report-article .report-kpi-unit,
.report-article .report-kpi-meta,
.report-article .report-meta-date,
.report-article .report-sidebar-label {
	color: var(--pireport-text) !important;
}

.report-article table caption {
	color: var(--pireport-text) !important;
}

.report-article table.table > :not(caption) > * > *,
.report-article table.table-bordered > :not(caption) > * > * {
	padding: 0.7rem 0.85rem;
}

.report-meta-bar {
	background: #eef1f5 !important;
	padding: 0.85rem 2rem 0.95rem;
}

@media (max-width: 991.98px) {
	.report-meta-bar {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (max-width: 575.98px) {
	.report-main-column {
		padding: 1.15rem 1rem 2rem;
	}

	.report-meta-bar {
		padding: 0.75rem 1rem 0.85rem;
	}

	.report-article .supervisor-box:not(.comment-box) > .row {
		grid-template-columns: 4.25rem minmax(0, 1fr);
		column-gap: 0.85rem;
	}

	.report-article .comment-box > .row.mobile-topmargin {
		padding-left: 0;
	}

	.report-main-column .row.sidepadding > .supervisor-box,
	.report-main-column .row.sidepadding > .comment-box,
	.report-main-column .row.sidepadding > [class*="col-"].supervisor-box,
	.report-main-column .row.sidepadding > [class*="col-"].comment-box,
	.report-main-column .row.sidepadding > [class*="col-"].attention {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.report-kpis {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.index-directory .index-report-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.index-hero .search-top {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		padding: 0 1rem 1.75rem;
	}

	#recent_docs .recent-docs-table tr {
		border: 0;
		border-bottom: 1px solid var(--pireport-divider);
		border-radius: 0;
		box-shadow: none;
	}

	#recent_docs .recent-docs-table td.recent-docs-pub {
		border-radius: 0;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.report-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem 2rem;
	}
}

@media (max-width: 575.98px) {
	.report-article h1.line-heading {
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.index-hero-copy h1 {
		font-size: 1.45rem;
		line-height: 1.55;
	}

	.index-hero-copy h1 br {
		display: none;
	}

	.index-directory {
		margin-top: 0.75rem;
	}

	.index-directory-intro {
		padding-bottom: 0.5rem;
	}

	.index-directory .index-report-nav {
		grid-template-columns: 1fr;
	}

	.index-directory .index-report-nav .btn {
		min-height: 2.6rem;
	}

	.search-top form .search-select {
		width: 4.25rem;
	}
}
