/* Default styling for [ccptk_cookie_table]. Site themes can override
   via the cascade — every selector starts with `.ccptk-cookie-table`
   so collisions are unlikely. */

.ccptk-cookie-table-wrap {
	overflow-x: auto;
	margin: 1.5em 0;
}

.ccptk-cookie-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.45;
}

.ccptk-cookie-table th,
.ccptk-cookie-table td {
	padding: 0.6em 0.8em;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: top;
}

.ccptk-cookie-table thead th {
	background: #f8fafc;
	font-weight: 600;
	border-bottom: 2px solid #cbd5e1;
}

.ccptk-cookie-table__category > th {
	background: #eef2ff;
	color: #312e81;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.ccptk-cookie-table tbody tr:not(.ccptk-cookie-table__category):hover {
	background: #f9fafb;
}

.ccptk-cookie-table__cell--name code {
	display: inline-block;
	padding: 1px 6px;
	background: #f1f5f9;
	border-radius: 3px;
	font-size: 0.9em;
	word-break: break-all;
}
