/**
 * Property Investment Returns — Recent Transactions (Fund page table)
 */

.fund-pir-table-wrap {
	overflow-x: auto;
	margin-bottom: 2rem;
	position: relative;
}

.fund-pir-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	table-layout: fixed;
	min-width: 1100px;
}

.fund-pir-table thead tr {
	font-size: 14px;
}

.fund-pir-table th {
	padding: 15px;
	text-align: center;
	border: 1px solid #ffffff;
	font-weight: 500;
	background: linear-gradient(90deg, #a06723 0%, #e0932c 50%, #a06723 100%);
	color: #ffffff;
}

.fund-pir-col-w14 {
	width: 14%;
}
.fund-pir-col-w12 {
	width: 12%;
}
.fund-pir-col-w10 {
	width: 10%;
}
.fund-pir-col-w11 {
	width: 11%;
}
.fund-pir-col-w13 {
	width: 13%;
}
.fund-pir-col-w8 {
	width: 8%;
}

.fund-pir-th--sticky {
	position: sticky;
	right: 0;
	z-index: 2;
	box-shadow: -4px 0 8px rgba(0, 0, 0, 0.15);
}

.fund-pir-tr {
	font-size: 14px;
}

.fund-pir-tr--gray {
	background-color: #f3f3f3;
}

.fund-pir-tr--white {
	background-color: #ffffff;
}

.fund-pir-tr--highlight {
	background-color: #d68c2b;
	color: #ffffff;
}

.fund-pir-td {
	padding: 15px;
}

.fund-pir-tr--highlight .fund-pir-td {
	padding: 12px;
}

.fund-pir-tr--gray .fund-pir-td {
	border: 1px solid #ffffff;
}

.fund-pir-tr--white .fund-pir-td {
	border: 1px solid #f3f3f3;
}

.fund-pir-tr--highlight .fund-pir-td {
	border: 1px solid #ffffff;
}

.fund-pir-td--asset {
	font-weight: 600;
}

.fund-pir-td--location {
	font-weight: 400;
}

.fund-pir-td--text-center {
	text-align: center;
}

.fund-pir-td--text-right {
	text-align: right;
}

.fund-pir-td--italic {
	font-style: italic;
}

.fund-pir-text-small {
	font-size: 12px;
}

.fund-pir-td--sticky-return {
	text-align: center;
	font-weight: 600;
	position: sticky;
	right: 0;
	z-index: 1;
	box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
}

.fund-pir-tr--gray .fund-pir-td--sticky-return {
	background-color: #f3f3f3;
}

.fund-pir-tr--white .fund-pir-td--sticky-return {
	background-color: #ffffff;
}

.fund-pir-tr--highlight .fund-pir-td--sticky-return {
	background-color: #d68c2b;
	box-shadow: -4px 0 8px rgba(0, 0, 0, 0.15);
}

.fund-pir-footnote {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #6b7280;
	font-style: italic;
	margin-top: -1rem;
}
