.paper-product-info-tabs {
	padding: 50px 0;
	background: #fff;
}

.paper-product-info-tabs .paper-info-tabs {
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 0;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 4px;
}

.paper-product-info-tabs .paper-info-tabs .nav-link {
	border: none;
	border-bottom: 3px solid transparent;
	color: #666;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 22px;
	border-radius: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.paper-product-info-tabs .paper-info-tabs .nav-link:hover {
	color: #000;
	border-color: #cd9933;
}

.paper-product-info-tabs .paper-info-tabs .nav-link.active {
	color: #000;
	background: transparent;
	border-color: #cd9933;
}

.paper-product-info-tabs .paper-info-tab-content {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-top: none;
}

.paper-product-info-tabs .paper-tab-panel {
	padding: 30px;
	max-height: 600px;
	overflow-y: auto;
}

.paper-product-info-tabs .paper-tab-panel::-webkit-scrollbar {
	width: 8px;
}

.paper-product-info-tabs .paper-tab-panel::-webkit-scrollbar-thumb {
	background: #cd9933;
	border-radius: 6px;
}

.paper-product-info-tabs .paper-tab-panel h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 14px;
}

.paper-product-info-tabs .paper-tab-panel h4 {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.paper-product-info-tabs .paper-tab-panel h5 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
}

.paper-product-info-tabs .paper-tab-panel p,
.paper-product-info-tabs .paper-tab-panel li {
	font-size: 14px;
	line-height: 1.7;
	color: #444;
}

.paper-product-info-tabs .product-description h1,
.paper-product-info-tabs .product-description h2,
.paper-product-info-tabs .product-description h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 18px 0 10px;
}

.paper-product-info-tabs .custom-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 24px 0;
}

.paper-product-info-tabs .custom-feature-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-left: 4px solid #cd9933;
	padding: 20px;
	border-radius: 6px;
}

.paper-product-info-tabs .custom-feature-card ul {
	margin: 10px 0 0;
	padding-left: 18px;
}

.paper-product-info-tabs .custom-detail-block {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 16px;
}

.paper-product-info-tabs .color-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.paper-product-info-tabs .color-tags span {
	background: #0b0d0f;
	color: #cd9933;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
}

.paper-product-info-tabs .artwork-guidelines ul {
	margin-bottom: 0;
	padding-left: 18px;
}

.paper-product-info-tabs .paper-sizes-table {
	margin: 0;
	background: #fff;
	text-align: center;
}

.paper-product-info-tabs .paper-sizes-table td {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding: 12px 8px;
	vertical-align: middle;
}

.paper-product-info-tabs .paper-specs-table {
	margin: 0;
	background: #fff;
}

.paper-product-info-tabs .paper-specs-table thead th {
	background: #0b0d0f;
	color: #cd9933;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 20px;
	border: none;
}

.paper-product-info-tabs .paper-specs-table tbody td {
	font-size: 14px;
	padding: 14px 20px;
	vertical-align: middle;
	border-color: #e8e8e8;
}

.paper-product-info-tabs .paper-specs-table tbody td:first-child {
	font-weight: 700;
	color: #000;
	width: 30%;
	background: #fafafa;
}

@media (max-width: 991.98px) {
	.paper-product-info-tabs .custom-feature-grid {
		grid-template-columns: 1fr;
	}

	.paper-product-info-tabs .paper-tab-panel {
		padding: 20px;
		max-height: none;
	}

	.paper-product-info-tabs .paper-info-tabs .nav-link {
		padding: 12px 16px;
		font-size: 12px;
	}
}
