.wcpsl-lookup-wrap {
	max-width: 420px;
	margin: 2em auto;
	font-size: 16px;
}

.wcpsl-form {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fafafa;
}

.wcpsl-form label {
	font-weight: 600;
}

.wcpsl-form-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 0.5em;
}

.wcpsl-form input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.6em;
	font-size: 1.1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/* Deliberately no color/background/border overrides here so the button
   picks up the active theme's own default button appearance. Only
   layout-related properties are set. */
.wcpsl-form button {
	flex: 0 0 auto;
	cursor: pointer;
}

.wcpsl-error {
	color: #b32d2e;
	font-weight: 600;
}

.wcpsl-denied {
	color: #b32d2e;
	font-weight: 600;
	padding: 1em;
	border: 1px solid #b32d2e;
	border-radius: 4px;
	background: #fbeaea;
}

.wcpsl-result {
	margin-bottom: 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}

.wcpsl-result h3 {
	margin-top: 0;
}

.wcpsl-result-image {
	text-align: center;
	margin-bottom: 1em;
}

.wcpsl-result-image img {
	max-width: 200px;
	height: auto;
	border-radius: 4px;
}

.wcpsl-result-table {
	width: 100%;
	border-collapse: collapse;
}

.wcpsl-result-table th,
.wcpsl-result-table td {
	text-align: center;
	padding: 0.4em 0.6em;
}

.wcpsl-result-table th {
	color: #555;
	width: 60%;
}

.wcpsl-result-table td {
	font-weight: 600;
}

.wcpsl-log-filters label {
	margin-right: 1em;
	font-weight: 600;
}

.wcpsl-log-filters input,
.wcpsl-log-filters select {
	font-weight: normal;
	margin-left: 0.3em;
}
