.pxs-claim-prize-widget {
	box-sizing: border-box;
	color: #fff;
	font-family: "Poppins", "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.pxs-claim-prize-widget *,
.pxs-claim-prize-widget *::before,
.pxs-claim-prize-widget *::after {
	box-sizing: border-box;
}

.pxs-cpw-page-title {
	margin: 0 0 20px;
	text-align: center;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.pxs-cpw-card {
	background: #141414;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 28px 24px 32px;
	text-align: center;
}

.pxs-cpw-guest,
.pxs-cpw-empty-note {
	margin: 0;
	color: #bdbdbd;
	font-size: 16px;
	line-height: 1.6;
}

.pxs-cpw-empty {
	padding: 16px 8px 8px;
}

.pxs-cpw-empty-icon {
	font-size: 64px;
	line-height: 1;
	margin-bottom: 16px;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
}

.pxs-cpw-empty-image {
	max-width: 100%;
	height: auto;
	max-height: 200px;
	margin: 0 auto 16px;
	display: block;
	object-fit: contain;
}

.pxs-cpw-empty-heading {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
}

.pxs-cpw-empty-text {
	margin: 0 auto;
	max-width: 420px;
	color: #a8a8a8;
	font-size: 15px;
	line-height: 1.65;
}

.pxs-cpw-table-wrap {
	overflow-x: auto;
	text-align: left;
	margin-top: 8px;
}

.pxs-cpw-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #e8e8e8;
}

.pxs-cpw-table thead th {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 12px;
	color: #cfcfcf;
	white-space: nowrap;
}

.pxs-cpw-table tbody td {
	padding: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	vertical-align: top;
}

.pxs-cpw-table tbody tr:last-child td {
	border-bottom: 0;
}

.pxs-cpw-table a {
	color: #7ec8ff;
	text-decoration: none;
}

.pxs-cpw-table a:hover,
.pxs-cpw-table a:focus {
	text-decoration: underline;
}

.pxs-cpw-claim-cell {
	font-size: 13px;
	line-height: 1.55;
	color: #c8c8c8;
}

.pxs-cpw-claim-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

.pxs-cpw-claim-actions form {
	margin: 0;
}

.pxs-cpw-claim-actions .pxs-cpw-action {
	width: 100%;
}

.pxs-cpw-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.pxs-cpw-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	background: #0c0c0c;
}

.pxs-cpw-page-link:hover,
.pxs-cpw-page-link:focus {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

.pxs-cpw-page-link.is-active {
	background: #d32f2f;
	border-color: #d32f2f;
	color: #fff;
}

.pxs-cpw-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.pxs-cpw-action {
	min-height: 56px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.04em;
	padding: 10px 16px;
}

.pxs-cpw-action-primary {
	background: #d32f2f;
	color: #fff;
}

.pxs-cpw-action-secondary {
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
}

@media (max-width: 782px) {
	.pxs-cpw-table thead {
		display: none;
	}

	.pxs-cpw-table tbody tr {
		display: block;
		margin-bottom: 18px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 12px;
		padding: 4px 0;
		background: #0f0f0f;
	}

	.pxs-cpw-table tbody td {
		display: block;
		border: 0;
		padding: 10px 14px;
		text-align: right;
	}

	.pxs-cpw-table tbody td::before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		color: #fff;
		margin-right: 12px;
		text-align: left;
		max-width: 45%;
	}

	.pxs-cpw-actions {
		grid-template-columns: 1fr;
	}
}
