.psut-shortcode-wrap,
.psut-compare-card,
.psut-history-card {
	margin: 20px 0;
}

.psut-panel-shell {
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 20px;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.psut-table-wrap {
	overflow-x: auto;
}

.psut-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.psut-table th,
.psut-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: top;
}

.psut-table thead th {
	background: #f8fafc;
	color: #334155;
	font-size: 13px;
}

.psut-card-headline,
.psut-app-title-cell {
	display: flex;
	gap: 12px;
}

.psut-card-headline {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.psut-app-title-cell {
	flex-direction: column;
	gap: 6px;
}

.psut-app-title-cell strong {
	color: #111827;
}

.psut-app-title-cell a {
	font-size: 13px;
}

.psut-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.psut-status-success {
	background: #ecfdf3;
	color: #166534;
}

.psut-status-warning {
	background: #fff7ed;
	color: #9a3412;
}

.psut-status-info {
	background: #eef2ff;
	color: #3730a3;
}

.psut-status-neutral {
	background: #f1f5f9;
	color: #475569;
}

@media (max-width: 760px) {
	.psut-premium-front-table thead {
		display: none;
	}

	.psut-premium-front-table,
	.psut-premium-front-table tbody,
	.psut-premium-front-table tr,
	.psut-premium-front-table td {
		display: block;
		width: 100%;
	}

	.psut-premium-front-table tr {
		border: 1px solid #e5e7eb;
		border-radius: 16px;
		background: #fff;
		margin-bottom: 14px;
		overflow: hidden;
	}

	.psut-premium-front-table td {
		border-bottom: 1px solid #eef2f7;
		padding: 12px 14px;
	}

	.psut-premium-front-table td:last-child {
		border-bottom: none;
	}

	.psut-premium-front-table td::before {
		content: attr(data-label);
		display: block;
		font-size: 12px;
		font-weight: 700;
		color: #64748b;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		margin-bottom: 6px;
	}
}
