.epiq-downloads-table,
.epiq-subs-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eee;
}

.epiq-downloads-table th,
.epiq-subs-table th {
	background: #fbfbfb;
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
	font-weight: 600;
}

.epiq-subs-table th {
	font-size: 14px;
}

.epiq-downloads-table td,
.epiq-subs-table td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.epiq-downloads-table td {
	vertical-align: top;
}

.epiq-subs-table td {
	vertical-align: middle;
}

.epiq-product-cell {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.epiq-product-icon {
	width: 48px;
	height: 48px;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.epiq-product-icon img {
	max-width: 100%;
	height: auto;
}

.epiq-btn {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #fff !important;
}

.epiq-btn-purple {
	background: #673ab7;
	border: 1px solid #5e35b1;
}

.epiq-btn-green {
	background: #2e7d32;
	border: 1px solid #1b5e20;
}

.epiq-btn:hover {
	opacity: 0.9;
}

.epiq-meta {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
}

.epiq-badge-active,
.epiq-badge-trialing,
.epiq-badge-past_due {
	padding: 3px 8px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
}

.epiq-badge-active {
	background: #e8f5e9;
	color: #2e7d32;
}

.epiq-badge-trialing {
	background: #e0f7fa;
	color: #00838f;
}

.epiq-badge-past_due {
	background: #ffebee;
	color: #d32f2f;
}

.epiq-btn-outline {
	background: transparent;
	border: 1px solid #673ab7;
	color: #673ab7 !important;
	padding: 6px 12px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	margin-right: 5px;
	display: inline-block;
}

.epiq-btn-cancel {
	background: #ef5350;
	border: 1px solid #e53935;
	color: #fff !important;
	padding: 6px 12px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
}

.padsync-certificate-page {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fdfdfd;
	margin: 0;
	padding: 40px;
	color: #333;
}

.padsync-certificate-page .certificate-container {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	border: 1px solid #eaeaea;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.padsync-certificate-page .logo {
	width: 50px;
	height: 50px;
	background: #1a73e8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

.padsync-certificate-page h1 {
	font-size: 32px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #222;
}

.padsync-certificate-page p.intro {
	font-size: 16px;
	color: #555;
	margin-bottom: 40px;
}

.padsync-certificate-page table {
	width: 100%;
	border-collapse: collapse;
}

.padsync-certificate-page th,
.padsync-certificate-page td {
	padding: 12px 0;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #f9f9f9;
}

.padsync-certificate-page th {
	width: 30%;
	color: #222;
}

.padsync-certificate-page td {
	color: #444;
}

@media print {
	.padsync-certificate-page {
		background: #fff;
		padding: 0;
	}

	.padsync-certificate-page .certificate-container {
		border: none;
		box-shadow: none;
		padding: 0;
	}
}
