body.wp-admin [data-radix-popper-content-wrapper] {
	z-index: 10000 !important;
}

body.wp-admin [data-radix-popper-content-wrapper] [role="listbox"] {
	background: #ffffff;
	color: #0f172a;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.12),
		0 8px 10px -6px rgba(15, 23, 42, 0.1);
	min-width: var(--radix-popper-anchor-width);
	width: var(--radix-popper-anchor-width);
	overflow: hidden;
	z-index: 9999;
	box-sizing: border-box;
	margin-top: 4px;
}

body.wp-admin [data-radix-select-viewport] {
	padding: 0.25rem;
}

body.wp-admin [data-radix-select-viewport] [role="option"] {
	position: relative;
	display: flex;
	width: 100%;
	cursor: default;
	user-select: none;
	align-items: center;
	border-radius: 6px;
	padding: 0.375rem 0.5rem 0.375rem 2rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #0f172a;
	outline: none;
	white-space: nowrap;
}

body.wp-admin [data-radix-select-viewport] [role="option"] > span {
	position: absolute;
	left: 0.5rem;
	display: flex;
	height: 0.875rem;
	width: 0.875rem;
	align-items: center;
	justify-content: center;
}

body.wp-admin [data-radix-select-viewport] [role="option"][data-highlighted] {
	background: #f1f5f9;
}

body.wp-admin [data-radix-select-viewport] [role="option"][data-disabled] {
	opacity: 0.5;
	pointer-events: none;
}

body.wp-admin .grt-admin button[role="combobox"],
body.wp-admin .grt-admin .grt-dropdown-selected {
	height: 40px;
	min-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	color: #444;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	box-shadow: none;
	transition: all 0.2s ease;
}

body.wp-admin .grt-admin button[role="combobox"]:hover,
body.wp-admin .grt-admin .grt-dropdown-selected:hover {
	border-color: #999;
}

body.wp-admin .grt-admin button[role="combobox"]:focus-visible,
body.wp-admin .grt-admin .grt-dropdown-selected:focus-visible {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
}

body.wp-admin .grt-admin button[role="combobox"][data-state="open"],
body.wp-admin .grt-admin .grt-dropdown-selected.active {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

body.wp-admin .grt-admin button[role="combobox"] > span,
body.wp-admin .grt-admin .grt-dropdown-selected > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
}

body.wp-admin .grt-admin button[role="combobox"][data-placeholder] > span,
body.wp-admin .grt-admin .grt-dropdown-selected[data-placeholder] > span {
	color: #777;
}

body.wp-admin .grt-admin button[role="combobox"] svg,
body.wp-admin .grt-admin .grt-dropdown-selected svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	opacity: 0.7;
}

body.wp-admin .grt-admin button[role="combobox"][data-state="open"] svg,
body.wp-admin .grt-admin .grt-dropdown-selected.active svg {
	transform: rotate(180deg);
}

body.wp-admin .grt-admin select {
	height: 40px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background-color: #ffffff;
	color: #444;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: none;
	transition: all 0.2s ease;
}

body.wp-admin .grt-admin select:hover {
	border-color: #999;
}

body.wp-admin .grt-admin select:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
}

#grt-admin-root.grt-admin[data-page="tickets"] button[role="combobox"] {
	display: none !important;
}

#grt-admin-root.grt-admin[data-page="tickets"] select[aria-hidden="true"] {
	position: static !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	width: 11rem;
}
