.ttpbp-result-search {
	max-width: 480px;
	margin: 0 auto;
	background: #fff;
	padding: 32px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.ttpbp-result-search label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #333;
}

.ttpbp-result-search input[type="text"] {
	width: 100%;
	padding: 12px 14px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 15px;
}

/* Honeypot - hidden from real users, still present in the DOM for bots to find */
.ttpbp-hp-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.ttpbp-result-search button {
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

#ttpbp-search-btn {
	background: #fff;
	border: 1px solid #2563eb;
	color: #2563eb;
}

#ttpbp-search-btn:hover {
	background: #2563eb;
	color: #fff;
}

#ttpbp-reset-btn {
	background: #fff;
	border: 1px solid #ccc;
	color: #888;
}

#ttpbp-result-output {
	margin-top: 20px;
}

.ttpbp-result-card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 18px;
}

.ttpbp-result-table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}

.ttpbp-result-table th,
.ttpbp-result-table td {
	border: 1px solid #e5e7eb;
	padding: 8px 10px;
	text-align: left;
	font-size: 14px;
}

.ttpbp-result-table th {
	width: 45%;
	background: #f8fafc;
	color: #333;
}

.ttpbp-error {
	color: #b91c1c;
	font-weight: 600;
}
