/* Тамирчдын жагсаалт */

.pl-body {
	background: var(--db-cream);
	color: var(--db-ink);
}

.pl-main {
	max-width: 72rem;
	margin: 0 auto;
	padding: 1.4rem 1rem 3.5rem;
}

.pl-kicker {
	margin: 0 0 0.3rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1a5f9e;
}

.pl-intro h1 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.5rem, 4vw, 2rem);
	color: #081412;
}

.pl-intro p {
	margin: 0 0 1.2rem;
	color: #3a534b;
	max-width: 40rem;
	line-height: 1.5;
}

.pl-feat {
	margin-bottom: 1.2rem;
}

.pl-feat h2 {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5a6e68;
}

.pl-feat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 0.55rem;
}

.pl-feat-card {
	display: flex;
	gap: 0.7rem;
	align-items: center;
	padding: 0.7rem 0.85rem;
	background: #fff;
	border: 1px solid #c5d4ce;
	border-radius: 0.7rem;
	text-decoration: none;
	color: #0a1a16;
}

.pl-feat-card:hover {
	border-color: #1a5f9e;
	color: #0a1a16;
}

.pl-feat-card img,
.pl-ph {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background: #e8f1fa;
}

.pl-ph {
	display: grid;
	place-items: center;
	font-weight: 800;
	color: #1a5f9e;
}

.pl-feat-card b {
	display: block;
	font-size: 0.88rem;
}

.pl-feat-card span {
	font-size: 0.75rem;
	color: #3a534b;
}

.pl-card {
	background: #fff;
	border: 1px solid #c5d4ce;
	border-radius: 1rem;
	padding: 1rem 1.05rem 1.2rem;
	box-shadow: 0 8px 28px rgba(8, 20, 18, 0.06);
}

.pl-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 0.55rem;
}

.pl-toolbar input {
	flex: 1 1 14rem;
	border: 1px solid #b7c7c0;
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	font: inherit;
	background: #f7faf8;
	color: #0a1a16;
}

.pl-sort {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.pl-sort button {
	border: 1px solid #c5d4ce;
	background: #fff;
	border-radius: 999px;
	padding: 0.32rem 0.7rem;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	color: #3a534b;
	cursor: pointer;
}

.pl-sort button.on {
	background: #0b2e28;
	border-color: #0b2e28;
	color: #fff;
}

.pl-meta {
	margin: 0 0 0.65rem;
	font-size: 0.8rem;
	color: #5a6e68;
}

.pl-table-wrap {
	overflow-x: auto;
}

.pl-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.pl-table th,
.pl-table td {
	padding: 0.48rem 0.45rem;
	border-bottom: 1px solid #e4ece8;
	text-align: left;
}

.pl-table th {
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5a6e68;
	font-weight: 800;
}

.pl-table .num {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.pl-table a {
	color: #0a1a16;
	font-weight: 700;
	text-decoration: none;
}

.pl-table a:hover {
	color: #1a5f9e;
}

.pl-table tbody tr:hover td {
	background: #f3f7f5;
}

@media (max-width: 40rem) {
	.pl-table th:nth-child(n+5),
	.pl-table td:nth-child(n+5) {
		display: none;
	}
}
