.pds-grid-wrap {
	margin: 2rem 0;
}

.pds-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.pds-filter {
	background: #fff;
	border: 1px solid #dce3ee;
	border-radius: 999px;
	color: #2563eb;
	cursor: pointer;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.1;
	padding: 0.55rem 1rem;
}

.pds-filter:hover,
.pds-filter.is-active {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.pds-table-section {
	margin-bottom: 2.5rem;
}

.pds-table-section.is-hidden {
	display: none;
}

.pds-table-title {
	background: #2563eb;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 800;
	margin: 0;
	padding: 0.85rem 1rem;
	text-align: center;
}

.pds-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pds-table {
	border-collapse: collapse;
	min-width: 900px;
	width: 100%;
}

.pds-table--model_description,
.pds-table--model_only,
.pds-table--downloads_only {
	min-width: 520px;
}

.pds-table--model_description td.pds-cell-description,
.pds-table--model_only td.pds-cell-description {
	text-align: left !important;
}

.pds-table--model_description .pds-cell:first-child,
.pds-table--model_only .pds-cell:first-child {
	text-align: left;
	white-space: nowrap;
	width: 1%;
}

.pds-table th,
.pds-table td {
	border: 1px solid #c5ced8;
	padding: 0.65rem 0.75rem;
	text-align: center;
	vertical-align: middle;
}

.pds-table-head th {
	background: #f5f8fc;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pds-table-subhead th {
	background: #fff;
	color: #5c6676;
	font-size: 0.78rem;
	font-weight: 700;
}

.pds-table tbody tr:nth-child(even) {
	background: #fafbfd;
}

.pds-table tbody tr:hover {
	background: #eef4ff;
}

.pds-table a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: none;
}

.pds-table a:hover {
	text-decoration: underline;
}

.pds-cell-description {
	min-width: 280px;
	text-align: left !important;
}

.pds-description {
	color: #0a0f1a;
	display: block;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
	text-align: left;
}

.pds-cell-actions {
	min-width: 130px;
}

.pds-actions {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
	justify-content: center;
}

.pds-model-link {
	font-weight: 800;
	white-space: nowrap;
}

.pds-cell-actions,
.pds-table td.pds-cell-actions {
	white-space: nowrap;
}

.pds-icon-btn {
	align-items: center;
	border: 1px solid #c5ced8;
	border-radius: 6px;
	color: #0a0f1a;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	margin: 0 2px;
	text-decoration: none;
	vertical-align: middle;
	width: 36px;
}

.pds-icon-btn:hover {
	opacity: 0.92;
	text-decoration: none;
	transform: translateY(-1px);
}

.pds-icon-btn--view {
	background: #fff;
	border-color: #2563eb;
	color: #2563eb;
}

.pds-icon-btn--view:hover {
	background: #2563eb;
	color: #fff;
}

.pds-icon-btn--pdf {
	background: #dc2626;
	border-color: #dc2626;
	color: #fff;
}

.pds-icon-btn--pdf:hover {
	background: #b91c1c;
	border-color: #b91c1c;
	color: #fff;
}

.pds-icon-btn--cad {
	background: #e8edf5;
	border-color: #94a3b8;
	color: #0a0f1a;
}

.pds-icon-btn--cad:hover {
	background: #0a0f1a;
	border-color: #0a0f1a;
	color: #fff;
}

.pds-icon-btn--empty {
	background: transparent;
	border-color: transparent;
	color: #94a3b8;
	display: inline-block;
	font-size: 0.9rem;
	height: auto;
	width: auto;
}

.pds-table--model_description .pds-cell:first-child,
.pds-table--model_only .pds-cell:first-child {
	text-align: left;
}

.pds-group-downloads {
	background: #f8fafc;
	border: 1px solid #dbe5ef;
	border-radius: 16px;
	margin-top: 16px;
	padding: 18px 20px;
}

.pds-group-downloads-note {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 14px;
}

.pds-group-downloads-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: space-between;
	margin-top: 10px;
}

.pds-group-downloads-row strong {
	color: #0f172a;
	font-size: 14px;
}

.pds-group-downloads-actions {
	display: flex;
	gap: 10px;
}

@media (max-width: 640px) {
	.pds-filters {
		flex-wrap: nowrap;
		margin-left: -0.25rem;
		margin-right: -0.25rem;
		overflow-x: auto;
		padding-bottom: 0.25rem;
	}

	.pds-filter {
		white-space: nowrap;
	}
}
