.dashclean_is_hidden {
	display: none !important;
}

#wpadminbar #wp-admin-bar-dashclean_notice_bell > .ab-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-right: 26px;
	position: relative;
}

#wpadminbar #wp-admin-bar-dashclean_notice_bell > .ab-item .ab-icon.dashicons {
	top: 0;
}

#wpadminbar .dashclean_adminbar_badge {
	background: #d63638;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 16px;
	line-height: 16px;
	justify-content: center;
	min-width: 16px;
	padding: 0 4px;
	position: absolute;
	right: 6px;
	top: 6px;
	transition: transform 0.2s ease, opacity 0.2s ease;
	transform: scale(1);
}

#wpadminbar .dashclean_adminbar_badge_hidden {
	opacity: 0;
	transform: scale(0);
}

#wpadminbar #wp-admin-bar-dashclean_notice_bell > .ab-item.dashclean_bell_active {
	background: #2c3338;
	color: #fff;
}

#dashclean_notice_dropdown {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	max-height: 420px;
	position: fixed;
	right: 12px;
	top: 32px;
	transform-origin: top right;
	transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	width: min(360px, calc(100vw - 24px));
	z-index: 100050;
}

#dashclean_notice_dropdown.dashclean_dropdown_hidden {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.95);
}

#dashclean_notice_dropdown.dashclean_dropdown_visible {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

#dashclean_notice_dropdown .dashclean_dropdown_header {
	align-items: center;
	background: #f6f7f7;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	justify-content: space-between;
	padding: 10px 12px;
}

#dashclean_notice_dropdown .dashclean_dropdown_title {
	color: #1d2327;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

#dashclean_notice_dropdown .dashclean_dropdown_count {
	background: #e2e4e7;
	border-radius: 999px;
	color: #3c434a;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
}

#dashclean_notice_dropdown .dashclean_notice_list {
	background: #f6f7f7;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 92px;
	overflow-y: auto;
}

#dashclean_notice_dropdown .dashclean_notice_list::-webkit-scrollbar {
	width: 7px;
}

#dashclean_notice_dropdown .dashclean_notice_list::-webkit-scrollbar-track {
	background: transparent;
}

#dashclean_notice_dropdown .dashclean_notice_list::-webkit-scrollbar-thumb {
	background-color: #c3c4c7;
	border-radius: 999px;
}

#dashclean_notice_dropdown .dashclean_notice_empty {
	align-items: center;
	color: #6c7781;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	padding: 24px 10px;
	text-align: center;
}

#dashclean_notice_dropdown .dashclean_notice_empty_icon {
	font-size: 28px;
	height: 28px;
	line-height: 28px;
	opacity: 0.6;
	width: 28px;
}

#dashclean_notice_dropdown .dashclean_notice_empty_text {
	font-size: 13px;
	margin: 0;
}

#dashclean_notice_dropdown .dashclean_dropdown_footer {
	background: #f6f7f7;
	border-top: 1px solid #dcdcde;
	padding: 8px;
}

#dashclean_notice_dropdown .dashclean_clear_all_button {
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: #b32d2e;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 10px;
	text-align: center;
	width: 100%;
}

#dashclean_notice_dropdown .dashclean_clear_all_button:hover,
#dashclean_notice_dropdown .dashclean_clear_all_button:focus {
	background: #fdeaea;
	color: #8f2424;
	outline: none;
}

#dashclean_notice_dropdown .dashclean_sleek_notice {
	background: #fff;
	border-bottom: 1px solid #f0f0f1;
	border-left: 4px solid transparent;
	box-shadow: none;
	margin: 0;
	padding: 12px 14px;
}

#dashclean_notice_dropdown .dashclean_sleek_notice:last-child {
	border-bottom: 0;
}

#dashclean_notice_dropdown .dashclean_sleek_notice.notice-error {
	border-left-color: #d63638;
}

#dashclean_notice_dropdown .dashclean_sleek_notice.notice-warning {
	border-left-color: #dba617;
}

#dashclean_notice_dropdown .dashclean_sleek_notice.notice-success {
	border-left-color: #00a32a;
}

#dashclean_notice_dropdown .dashclean_sleek_notice.notice-info,
#dashclean_notice_dropdown .dashclean_sleek_notice.notice {
	border-left-color: #72aee6;
}

#dashclean_notice_dropdown .dashclean_sleek_notice p {
	color: #3c434a;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.dashclean_settings_wrap {
	--dashclean_card_bg: #ffffff;
	--dashclean_border: #c3c4c7;
	--dashclean_text: #1d2327;
	--dashclean_muted: #646970;
	--dashclean_primary: #2271b1;
	--dashclean_primary_dark: #135e96;
	--dashclean_shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	max-width: 1200px;
	padding-top: 12px;
}

.dashclean_settings_wrap .dashclean_page_title {
	color: var(--dashclean_text);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

.dashclean_settings_wrap .dashclean_page_intro {
	color: var(--dashclean_muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.dashclean_settings_wrap .dashclean_save_notice {
	background: #edfaef;
	border: 1px solid #7ad08c;
	border-radius: 6px;
	color: #075e1f;
	font-size: 13px;
	font-weight: 600;
	margin-top: 18px;
	padding: 10px 12px;
}

.dashclean_settings_wrap .dashclean_settings_grid {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 18px;
}

.dashclean_settings_wrap .dashclean_settings_form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dashclean_settings_wrap .dashclean_settings_card {
	background: var(--dashclean_card_bg);
	border: 1px solid var(--dashclean_border);
	border-radius: 8px;
	box-shadow: var(--dashclean_shadow);
	padding: 20px;
}

.dashclean_settings_wrap .dashclean_settings_title {
	color: var(--dashclean_text);
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 14px;
}

.dashclean_settings_wrap .dashclean_setting_row {
	align-items: center;
	border-top: 1px solid #ececec;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 16px 0;
}

.dashclean_settings_wrap .dashclean_setting_row:first-of-type {
	border-top: 0;
	padding-top: 4px;
}

.dashclean_settings_wrap .dashclean_setting_copy {
	flex: 1;
	min-width: 0;
}

.dashclean_settings_wrap .dashclean_setting_heading {
	color: var(--dashclean_text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
}

.dashclean_settings_wrap .dashclean_setting_text {
	color: var(--dashclean_muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.dashclean_settings_wrap .dashclean_setting_hint {
	color: #7c4f01;
	font-size: 12px;
	font-weight: 600;
	margin: 6px 0 0;
}

.dashclean_settings_wrap .dashclean_setting_block {
	border-top: 1px solid #ececec;
	padding-top: 14px;
}

.dashclean_settings_wrap .dashclean_setting_label {
	color: var(--dashclean_text);
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
}

.dashclean_settings_wrap .dashclean_textarea {
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	font-size: 12px;
	height: 88px;
	line-height: 1.4;
	padding: 8px 10px;
	resize: vertical;
	width: 100%;
}

.dashclean_settings_wrap .dashclean_textarea:focus {
	border-color: var(--dashclean_primary);
	box-shadow: 0 0 0 1px var(--dashclean_primary);
	outline: none;
}

.dashclean_settings_wrap .dashclean_toggle_wrap {
	display: inline-flex;
	position: relative;
}

.dashclean_settings_wrap .dashclean_toggle_input {
	height: 26px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: 2;
}

.dashclean_settings_wrap .dashclean_toggle_slider {
	background: #b7bdc4;
	border-radius: 999px;
	display: inline-block;
	height: 26px;
	position: relative;
	transition: background 0.2s ease;
	width: 50px;
}

.dashclean_settings_wrap .dashclean_toggle_slider::after {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	content: "";
	height: 22px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: transform 0.2s ease;
	width: 22px;
}

.dashclean_settings_wrap .dashclean_toggle_input:checked + .dashclean_toggle_slider {
	background: var(--dashclean_primary);
}

.dashclean_settings_wrap .dashclean_toggle_input:checked + .dashclean_toggle_slider::after {
	transform: translateX(24px);
}

.dashclean_settings_wrap .dashclean_toggle_input:focus + .dashclean_toggle_slider {
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
}

.dashclean_settings_wrap .dashclean_settings_actions {
	border-top: 1px solid #ececec;
	display: flex;
	justify-content: flex-end;
	padding-top: 18px;
}

.dashclean_settings_wrap .dashclean_checkbox_grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 10px;
}

.dashclean_settings_wrap .dashclean_checkbox_item {
	align-items: flex-start;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 6px;
	display: flex;
	gap: 8px;
	padding: 8px 10px;
}

.dashclean_settings_wrap .dashclean_checkbox_item span {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.dashclean_settings_wrap .dashclean_checkbox_item code {
	background: #eef1f4;
	border-radius: 4px;
	color: #2c3338;
	font-size: 11px;
	padding: 1px 5px;
	width: fit-content;
}

.dashclean_settings_wrap .dashclean_checkbox_item small {
	color: #646970;
	font-size: 11px;
}

.dashclean_settings_wrap .dashclean_table_wrap {
	margin-top: 10px;
	overflow: auto;
}

.dashclean_settings_wrap .dashclean_inbox_table td {
	font-size: 12px;
	vertical-align: top;
}

.dashclean_settings_wrap .dashclean_inbox_table td code {
	display: inline-block;
	margin-top: 4px;
}

.dashclean_settings_wrap .dashclean_inline_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.dashclean_settings_wrap .dashclean_save_button {
	background: var(--dashclean_primary);
	border: 1px solid var(--dashclean_primary);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 16px;
}

.dashclean_settings_wrap .dashclean_save_button:hover,
.dashclean_settings_wrap .dashclean_save_button:focus {
	background: var(--dashclean_primary_dark);
	border-color: var(--dashclean_primary_dark);
	outline: none;
}

.dashclean_settings_wrap .dashclean_architecture_note {
	background: #eef6ff;
	border: 1px solid #c4def7;
	border-radius: 8px;
	color: #29496a;
	font-size: 12px;
	line-height: 1.6;
	padding: 12px 14px;
}

.dashclean_settings_wrap .dashclean_architecture_note code {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	font-size: 11px;
	padding: 2px 5px;
}

.dashclean_settings_wrap .dashclean_support_box {
	background: #fff8e5;
	border: 1px solid #f1d594;
	border-radius: 8px;
	padding: 16px;
}

.dashclean_settings_wrap .dashclean_support_title {
	color: #1d2327;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 6px;
}

.dashclean_settings_wrap .dashclean_support_text {
	color: #5f4b1a;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.dashclean_settings_wrap .dashclean_support_action {
	margin: 12px 0 0;
}

.dashclean_settings_wrap .dashclean_support_button {
	background: #ffdd8a;
	border: 1px solid #e4b94a;
	border-radius: 6px;
	color: #1d2327;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.dashclean_settings_wrap .dashclean_support_button:hover,
.dashclean_settings_wrap .dashclean_support_button:focus {
	background: #ffd16a;
	border-color: #dca432;
	color: #1d2327;
	outline: none;
}

@media (max-width: 980px) {
	.dashclean_settings_wrap .dashclean_settings_grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
