body.kad-query-modern {
	background: #eef3f8 !important;
	color: #1e293b;
}

body.kad-query-modern #header,
body.kad-query-modern #main_menu,
body.kad-query-modern #Split_line,
body.kad-query-modern #content,
body.kad-query-modern #content2,
body.kad-query-modern #footer {
	max-width: 1200px;
	box-sizing: border-box;
}

body.kad-query-modern #Split_line {
	display: block;
	max-width: none;
	height: auto;
	margin-top: 0;
	background: transparent;
}

body.kad-query-modern #Split_line_box {
	display: none;
}

body.kad-query-modern #content {
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr);
	gap: 18px 24px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
	background: transparent;
	overflow: visible;
}

body.kad-query-modern #content > div:first-child {
	grid-column: 1 / -1;
	height: auto !important;
	margin: 0 !important;
	padding: 0 6px;
	color: #64748b;
	font-size: 14px !important;
	line-height: 1.5;
	box-sizing: border-box;
}

body.kad-query-modern #content > div:first-child a {
	color: #2563eb;
	font-weight: 800;
}

body.kad-query-modern #content_box_1 {
	grid-column: 1;
	float: none;
	width: 156px;
	margin-left: 0;
	text-align: center;
	align-self: start;
}

body.kad-query-modern #obj_query_results {
	grid-column: 2;
	float: none;
	width: 100%;
	min-width: 0;
	margin-left: 0;
	box-sizing: border-box;
}

body.kad-query-modern #obj_query_results_a {
	width: 100%;
	min-width: 0;
	padding: 24px;
	background: #fff;
	border: 0;
	border-radius: 22px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
	box-sizing: border-box;
	overflow: hidden;
}

body.kad-query-modern #obj_query_results_a > div:first-child,
body.kad-query-modern #obj_query_results_a > div:nth-child(2) {
	width: auto !important;
	box-sizing: border-box;
}

body.kad-query-modern #obj_query_results_a > div:first-child {
	margin: 0 0 16px;
	padding: 0;
	text-align: left !important;
	font-size: 0 !important;
}

body.kad-query-modern #obj_query_results_a > div:first-child span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: #0f172a;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -.02em;
}

body.kad-query-modern #obj_query_results_a > div:nth-child(2) ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0 0 18px !important;
	padding: 16px 18px !important;
	background: #f8fafc;
	border: 0 !important;
	border-radius: 16px;
	color: #334155;
	font-size: 14px;
	line-height: 1.6 !important;
	box-shadow: none;
	box-sizing: border-box;
}

body.kad-query-modern #obj_query_results_a > div:nth-child(2) li {
	min-width: 0;
	padding: 0;
	word-break: break-word;
}

body.kad-query-modern #obj_query_results_a > div:nth-child(2) span {
	color: #1e3a8a;
	font-weight: 900 !important;
}

body.kad-query-modern #plugin_table_wrapper {
	width: 100%;
	min-width: 0;
	padding: 0;
	font-size: 14px;
	color: #334155;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.kad-query-modern #plugin_table_length,
body.kad-query-modern #plugin_table_info {
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	line-height: 36px;
}

body.kad-query-modern #plugin_table_length select {
	min-width: 72px;
	height: 34px;
	margin: 0 6px;
	padding: 0 28px 0 10px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 800;
}

body.kad-query-modern #plugin_table_processing {
	border: 1px solid #bfdbfe;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
	color: #1d4ed8;
	font-weight: 900;
}

body.kad-query-modern #plugin_table {
	width: 100% !important;
	min-width: 760px;
	margin: 8px 0 0;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: transparent;
}

body.kad-query-modern #plugin_table thead tr {
	background: transparent !important;
}

body.kad-query-modern #plugin_table thead th {
	padding: 12px 10px;
	background: #1d4ed8;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
}

body.kad-query-modern #plugin_table thead th:first-child {
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

body.kad-query-modern #plugin_table thead th:last-child {
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	border-right: 0;
}

body.kad-query-modern #plugin_table tbody tr {
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
	transition: transform .16s ease, box-shadow .16s ease;
}

body.kad-query-modern #plugin_table tbody tr:hover {
	box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
	transform: translateY(-1px);
}

body.kad-query-modern #plugin_table tbody td {
	padding: 12px 10px;
	border: 0;
	color: #334155;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
	background: #fff;
}

body.kad-query-modern #plugin_table tbody td:first-child {
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	color: #1e3a8a;
	font-weight: 900;
}

body.kad-query-modern #plugin_table tbody td:last-child {
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	font-weight: 900;
}

body.kad-query-modern #plugin_table tbody td:nth-child(3) a {
	color: #2563eb !important;
	font-weight: 900;
	line-height: 1.45;
}

body.kad-query-modern #plugin_table tbody td:nth-child(4),
body.kad-query-modern #plugin_table tbody td:nth-child(5) {
	color: #475569;
	font-weight: 700;
}

body.kad-query-modern #plugin_table tbody img {
	max-width: 80px;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: none;
}

body.kad-query-modern #plugin_table tbody img[onclick] {
	border-radius: 8px;
	box-shadow: 0 6px 14px rgba(37, 99, 235, .14);
}

body.kad-query-modern #plugin_table_paginate {
	width: auto;
	margin-top: 14px;
	padding-top: 4px;
	font-size: 13px;
}

body.kad-query-modern .paging_full_numbers a.paginate_button,
body.kad-query-modern .paging_full_numbers a.paginate_active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	margin-left: 6px;
	padding: 0 10px;
	border: 1px solid #cbd5e1 !important;
	border-radius: 999px;
	background: #fff !important;
	color: #334155 !important;
	font-weight: 900;
	line-height: 1;
	box-sizing: border-box;
}

body.kad-query-modern .paging_full_numbers a.paginate_active,
body.kad-query-modern .paging_full_numbers a.paginate_button:hover {
	border-color: #2563eb !important;
	background: #2563eb !important;
	color: #fff !important;
	text-decoration: none;
}

body.kad-query-modern #content2 {
	max-width: 1200px;
    margin-bottom: 10px;
	background: transparent;
	overflow: visible !important;
	box-sizing: border-box;
}

body.kad-query-modern #content2_box {
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 20px 24px 24px;
	border: 0;
	border-radius: 22px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
	overflow: visible;
	box-sizing: border-box;
}

body.kad-query-modern #content2_box_b {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: visible;
}

body.kad-query-modern #content2_box_b ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.kad-query-modern #content2_box_b li {
	float: none;
	width: auto;
	margin: 0;
}

@media (max-width: 1024px) {
	body.kad-query-modern #content {
		grid-template-columns: 156px minmax(0, 1fr);
		padding-left: 16px;
		padding-right: 16px;
	}

	body.kad-query-modern #obj_query_results_a {
		padding: 20px;
	}

	body.kad-query-modern #content2 {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.kad-query-modern #content2_box_b ul {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 759px) {
	body.kad-query-modern #content {
		grid-template-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.kad-query-modern #content_box_1 {
		display: none;
	}

	body.kad-query-modern #obj_query_results {
		grid-column: 1;
	}

	body.kad-query-modern #obj_query_results_a > div:nth-child(2) ul {
		grid-template-columns: 1fr;
	}

	body.kad-query-modern #content2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.kad-query-modern #content2_box_b ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	body.kad-query-modern #content {
		padding: 18px 14px 34px;
	}

	body.kad-query-modern #obj_query_results_a {
		padding: 16px;
		border-radius: 18px;
	}

	body.kad-query-modern #obj_query_results_a > div:first-child span {
		font-size: 22px;
	}

	body.kad-query-modern #plugin_table_wrapper {
		margin-left: -6px;
		margin-right: -6px;
		padding-left: 6px;
		padding-right: 6px;
	}

	body.kad-query-modern #plugin_table {
		min-width: 720px;
	}

	body.kad-query-modern #content2 {
		padding: 0 14px 28px;
	}

	body.kad-query-modern #content2_box {
		padding: 18px 16px 20px;
		border-radius: 18px;
	}
}
