/*
Plugin Name: Duplicate Killer
Version: 1.1.7
*/
/* Base form wrapper */
.dk-single-form {
	position: relative;
	border-radius: 10px;
}

/* Locked form container */
.dk-form-locked {
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* Soft overlay with reduced blur for better readability */
.dk-form-locked .dk-form-lock-overlay {
	position: absolute;
	inset: 0;
	z-index: 20;

	background: rgba(251, 250, 255, 0.72);
	border: 1px solid #ccd0d4;
	border-radius: 10px;

	box-shadow: inset 0 0 0 1px rgba(255,255,255,.30), 0 1px 2px rgba(0,0,0,.04);
	backdrop-filter: blur(0.6px);
}

/* Larger diagonal ribbon with inverted violet style */
.dk-form-locked .dk-pro-ribbon {
	position: absolute;
	top: 18px;
	right: -48px;
	z-index: 30;

	padding: 7px 58px;

	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;

	color: #ffffff;
	background: #6b4eff;
	border: 1px solid #6b4eff;

	transform: rotate(45deg);

	box-shadow: 0 3px 10px rgba(107, 78, 255, 0.22);
}

/* More pronounced upgrade panel */
.dk-form-locked .dk-form-lock-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 25;

	width: min(620px, calc(100% - 48px));
	background: #fff;
	border: 1px solid #dcdcde;
	border-left: 4px solid #6b4eff;
	border-radius: 12px;

	padding: 20px 20px 18px;
	box-shadow: 0 12px 32px rgba(0,0,0,.10), 0 1px 2px rgba(0,0,0,.04);
	text-align: left;
}

/* Panel title */
.dk-form-locked .dk-form-lock-message strong {
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1d2327;
	line-height: 1.3;
}

/* Panel text */
.dk-form-locked .dk-form-lock-message span {
	display: block;
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: #3c434a;
}

/* CTA row */
.dk-form-locked .dk-form-lock-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;

	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #eceef1;
}

/* Small helper text */
.dk-form-locked .dk-form-lock-mini {
	font-size: 12.5px;
	color: #646970;
}

/* Button style */
.dk-form-locked .dk-form-lock-cta .button.button-primary {
	background: transparent;
	color: #6b4eff;
	border: 1px solid #6b4eff;
	box-shadow: none;
}

.dk-form-locked .dk-form-lock-cta .button.button-primary:hover,
.dk-form-locked .dk-form-lock-cta .button.button-primary:focus {
	background: #f6f2ff;
	color: #6b4eff;
	border-color: #6b4eff;
	box-shadow: none;
}
/*debug */
.dk-nav-tab-diagnostics {
		color: #f59e0b !important;
		font-weight: 600;
		position: relative;
	}

	.dk-nav-tab-diagnostics::before {
		content: "↳";
		display: inline-block;
		margin-right: 6px;
		color: #f59e0b;
		font-weight: 700;
	}

	.dk-nav-tab-diagnostics:hover,
	.dk-nav-tab-diagnostics:focus {
		color: #ea580c !important;
		background: #fff7ed;
		border-color: #fdba74;
	}

	.dk-nav-tab-diagnostics:hover::before,
	.dk-nav-tab-diagnostics:focus::before {
		color: #ea580c;
	}
.dk-diagnostics-bottombar {
	display: flex;
	justify-content: center;
	align-items: center;       /* align vertical */
	gap: 12px;
	margin-top: 20px;
}

/* Buton Save
.dk-diagnostics-save-button {
	margin: 0 !important;
}

/* Buton Clear mai mic */
.dk-btn-small {
	padding: 6px 12px !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	height: auto !important;
	display: inline-flex;
	align-items: center; /* vertical center text */
}

.dk-btn-danger {
	background: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}

.dk-btn-danger:hover,
.dk-btn-danger:focus {
	background: #b91c1c !important;
	border-color: #b91c1c !important;
	color: #fff !important;
}
.dk-diagnostics-bottombar{
	margin-top: 24px;
	text-align: center;
}

.dk-diagnostics-save-button{
	min-height: 46px !important;
	padding: 0 26px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
}
.duplicateKiller-diagnostics-page{
	max-width: 1180px;
	margin: 20px 0 40px;
}

.dk-diagnostics-hero{
	margin-bottom: 24px;
	padding: 26px 28px;
	border-radius: 14px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
	border: 1px solid #dbeafe;
	box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.dk-diagnostics-hero h1{
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 1.2;
	color: #111827;
}

.dk-diagnostics-note{
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #4b5563;
}

.dk-diagnostics-steps-form{
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.dk-diagnostics-steps-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 18px;
	margin-top: 8px;
}

.dk-diagnostics-step-card{
	background: #ffffff;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	transition: all 0.25s ease;
}

.dk-diagnostics-step-card:hover{
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(0,0,0,0.08);
	border-color: #bfd4ea;
}

.dk-diagnostics-step-card--primary{
	border-color: #bfdbfe;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.dk-diagnostics-step-card__number{
	width: 56px;
	height: 56px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2563eb;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.20);
}

.dk-diagnostics-step-card h3{
	margin: 0 0 12px 0;
	font-size: 22px;
	line-height: 1.3;
	color: #111827;
}

.dk-diagnostics-step-card p{
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #4b5563;
}

.dk-diagnostics-step-card__content{
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #eef2f7;
}

.dk-diagnostics-btn-full{
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 10px 16px !important;
	font-size: 14px;
	font-weight: 600;
}

.dk-diagnostics-checklist{
	margin: 0;
	padding-left: 18px;
}

.dk-diagnostics-checklist li{
	margin: 0 0 10px 0;
	color: #374151;
	line-height: 1.6;
}

.dk-diagnostics-settings-box{
	margin-top: 24px;
	padding: 22px;
	border-radius: 12px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
}

.dk-diagnostics-settings-box h2{
	margin: 0 0 8px 0;
	font-size: 22px;
	color: #111827;
}

.dk-diagnostics-inline-fields{
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 18px;
}

.dk-diagnostics-inline-field{
	background: #fff;
	border: 1px solid #dde3ea;
	border-radius: 10px;
	padding: 16px;
}

.dk-diagnostics-label{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 8px;
}

.dk-diagnostics-number-input{
	min-width: 110px;
	padding: 6px 10px;
}

.dk-diagnostics-savebar{
	margin-top: 18px;
}

.dk-diagnostics-section-title{
	margin: 0 0 14px 0;
	font-size: 24px;
	line-height: 1.2;
	color: #111827;
}

.dk-diagnostics-status-grid{
	display: grid;
	grid-template-columns: repeat(5, minmax(140px, 1fr));
	gap: 14px;
	margin-top: 10px;
}

.dk-diagnostics-stat{
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.dk-diagnostics-stat-label{
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 8px;
}

.dk-diagnostics-stat-value{
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	word-break: break-word;
}

.dk-badge-ok,
.dk-badge-off,
.dk-badge-warn{
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.dk-badge-ok{
	background: #dcfce7;
	color: #166534;
}

.dk-badge-off{
	background: #fee2e2;
	color: #991b1b;
}

.dk-badge-warn{
	background: #fef3c7;
	color: #92400e;
}

.dk-diagnostics-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.dk-diagnostics-actions .button{
	min-width: 180px;
	text-align: center;
}

@media screen and (max-width: 1100px){
	.dk-diagnostics-status-grid{
		grid-template-columns: repeat(3, minmax(140px, 1fr));
	}
}

@media screen and (max-width: 900px){
	.dk-diagnostics-steps-grid{
		grid-template-columns: 1fr;
	}

	.dk-diagnostics-status-grid{
		grid-template-columns: repeat(2, minmax(140px, 1fr));
	}
}

@media screen and (max-width: 600px){
	.dk-diagnostics-hero{
		padding: 20px;
	}

	.dk-diagnostics-hero h1{
		font-size: 24px;
	}

	.dk-diagnostics-step-card{
		padding: 18px;
	}

	.dk-diagnostics-step-card__number{
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.dk-diagnostics-step-card h3{
		font-size: 19px;
	}

	.dk-diagnostics-status-grid{
		grid-template-columns: 1fr;
	}

	.dk-diagnostics-actions .button{
		width: 100%;
	}
}

/*Analytics*/
/* ===== Duplicate Killer FREE - Locked Analytics (Dummy/Blurred) ===== */
.duplicateKiller_analytics_wrap {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  padding: 14px;
  margin: 15px 0;
}

.duplicateKiller_analytics_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcde;
  margin-bottom: 14px;
}

.duplicateKiller_analytics_title {
  font-size: 16px;
  font-weight: 600;
  color: #1d2327;
}

.duplicateKiller_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid #2271b1;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.duplicateKiller_btn--primary {
  background: #2271b1;
  color: #fff;
}

.duplicateKiller_btn--secondary {
  background: #f6f7f7;
  color: #2271b1;
  border-color: #2271b1;
}

.duplicateKiller_btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Grid similar to screenshot */
.duplicateKiller_analytics_grid {
  display: grid;
  grid-template-columns: 320px 1fr 1fr 1fr;
  gap: 14px;
}

.duplicateKiller_card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  padding: 12px;
}

.duplicateKiller_card_title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1d2327;
}

/* Trend card */
.duplicateKiller_card--trend {
  grid-row: span 1;
}

.duplicateKiller_trend_row {
  display: grid;
  grid-template-columns: 95px 1fr 48px;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}

.duplicateKiller_trend_date {
  font-size: 12px;
  color: #1d2327;
}

.duplicateKiller_trend_bar {
  height: 10px;
  background: #f0f0f1;
  border: 1px solid #dcdcde;
  border-radius: 999px;
  overflow: hidden;
}

.duplicateKiller_trend_fill {
  height: 100%;
  background: #2271b1;
  border-radius: 999px;
}

.duplicateKiller_trend_count {
  font-size: 12px;
  color: #50575e;
  text-align: right;
}

/* KPI cards */
.duplicateKiller_card--kpi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
}

.duplicateKiller_kpi_value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #1d2327;
}

.duplicateKiller_kpi_label {
  margin-top: 6px;
  font-size: 12px;
  color: #50575e;
}

/* Bottom list cards full-width row */
.duplicateKiller_card--list {
  min-height: 92px;
}

.duplicateKiller_list {
  margin: 0;
  padding-left: 18px;
}

.duplicateKiller_list li {
  margin: 6px 0;
}

.duplicateKiller_list a {
  color: #2271b1;
  text-decoration: underline;
}

.duplicateKiller_muted {
  color: #50575e;
  opacity: 0.85;
}

/* Make bottom row 5 cards (like screenshot) */
@media (min-width: 1100px) {
  .duplicateKiller_card--list {
    grid-column: span 1;
  }
}

/* Responsive fallback */
@media (max-width: 1100px) {
  .duplicateKiller_analytics_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .duplicateKiller_analytics_grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Blur/Dummy lock effect ===== */
.duplicateKiller_blur {
  filter: blur(4px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

/* ===== Overlay in middle ===== */
.duplicateKiller_analytics_lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(1px);
}

.duplicateKiller_analytics_lock_box {
  width: min(520px, 92%);
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  text-align: center;
}

.duplicateKiller_analytics_lock_title {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #1d2327;
  margin-bottom: 8px;
}

.duplicateKiller_analytics_lock_text {
  color: #50575e;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 14px;
}
/* ===== Locked Form Overlay (FREE: only first form active) ===== */

.dk-single-form {
	position: relative;
	border-radius: 10px;
}

/* keep everything visible but subtly "inactive" */
.dk-single-form.dk-locked {
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* soft blur/tint overlay */
.dk-single-form.dk-locked .dk-locked-overlay {
	position: absolute;
	inset: 0;
	z-index: 20;

	background: rgba(251, 250, 255, 0.78); /* matches #fbfaff */
	border: 1px solid #ccd0d4;
	border-radius: 10px;

	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* corner PRO badge (discreet violet pill, like your toggle) */
.dk-single-form.dk-locked .dk-pro-corner-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 30;

	display: inline-flex;
	align-items: center;

	padding: 2px 8px;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: .04em;
	text-transform: uppercase;

	color: #6b4eff;
	background: #fbfaff;
	border: 1px solid #d8d0ff;
	border-radius: 999px;

	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* centered message panel - looks like dk-pro-panel */
.dk-single-form.dk-locked .dk-locked-overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 25;

	width: min(560px, calc(100% - 40px));
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;

	padding: 16px 16px 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
	text-align: left;
}

/* title + text match your typography */
.dk-single-form.dk-locked .dk-locked-title {
	margin: 0;
	font-size: 15px;
	font-weight: 650;
	color: #1d2327;
	line-height: 1.3;
}

.dk-single-form.dk-locked .dk-locked-subtitle {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.65;
	color: #3c434a;
}

/* CTA row matches dk-pro-cta vibe */
.dk-single-form.dk-locked .dk-locked-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;

	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eceef1;
}

.dk-single-form.dk-locked .dk-locked-cta .dk-locked-mini {
	font-size: 12.5px;
	color: #646970;
}

/* Use WP button styles; only tweak for accent */
.dk-single-form.dk-locked .dk-locked-cta .button.button-primary {
	background: transparent;
	color: #6b4eff;
	border: 1px solid #6b4eff;
	box-shadow: none;
}

.dk-single-form.dk-locked .dk-locked-cta .button.button-primary:hover,
.dk-single-form.dk-locked .dk-locked-cta .button.button-primary:focus {
	background: #f6f2ff;
	color: #6b4eff;
	border-color: #6b4eff;
	box-shadow: none;
}
.dk-pro-toggle{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	padding:12px 16px;
	margin:12px 0 0;

	font-size:14px;
	font-weight:600;

	background:#fbfaff;                 /* subtle violet tint */
	border:1px solid #ccd0d4;
	border-left:2px solid #6b4eff;       /* discreet accent */
	border-radius:6px;

	box-shadow:0 1px 2px rgba(0,0,0,.04);
	cursor:pointer;
}

.dk-pro-toggle:hover{
	background:#f6f2ff;
}

.dk-pro-toggle-text{
	font-weight:400;
	color:#1d2327;
}

/* Tiny PRO pill */
.dk-pro-toggle-text::after{
	content:"PRO";
	margin-left:8px;
	padding:2px 7px;

	font-size:10px;
	font-weight:650;
	letter-spacing:.04em;
	text-transform:uppercase;

	color:#6b4eff;
	border:1px solid #d8d0ff;
	border-radius:999px;
}

/* Arrow */
.dk-pro-toggle-icon{
	font-size:18px;
	color:#6b4eff;
	opacity:.8;
	transition:transform .25s ease;
}

/* Toggle logic */
.dk-pro-rules-content{
	display:none;
	margin-top:12px;
}

.dk-pro-rules-wrapper.is-open .dk-pro-rules-content{
	display:block;
}

.dk-pro-rules-wrapper.is-open .dk-pro-toggle-icon{
	transform:rotate(90deg);
}
.dk-pro-tab {
    background: #f4f1ff;
    border-color: #6b4eff;
    color: #6b4eff;
    font-weight: 600;
}
.dk-pro-wrap {
	margin: 18px 0 24px;
}

.dk-pro-panel {
	background: #fff;
	border: 1px solid #dcdcde; /* WP admin border */
	border-radius: 10px;
	padding: 16px 16px 14px;
	margin: 14px 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.dk-pro-panel.dk-pro-panel--soft {
	background: #fbfbfc;
}

.dk-pro-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 8px;
}

.dk-pro-icon {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	border: 1px solid #dcdcde;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	background: #fff;
	color: #1d2327;
	flex: 0 0 auto;
}

.dk-pro-title {
	margin: 0;
	font-size: 15px;
	font-weight: 650;
	color: #1d2327;
	line-height: 1.3;
}

.dk-pro-text {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.65;
	color: #3c434a;
}

.dk-pro-kicker {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eceef1;
	font-size: 12.5px;
	color: #646970;
}

.dk-pro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 10px;
}

@media (max-width: 782px) {
	.dk-pro-grid { grid-template-columns: 1fr; }
}

.dk-pro-box {
	border: 1px solid #eceef1;
	border-radius: 10px;
	padding: 12px 12px 10px;
	background: #fff;
}

.dk-pro-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #1d2327;
	background: #f0f6fc;
	border: 1px solid #d0e2ff;
	border-radius: 999px;
	padding: 4px 8px;
	margin-bottom: 8px;
}

.dk-pro-list {
	margin: 6px 0 0 18px;
	font-size: 13px;
	color: #3c434a;
	line-height: 1.6;
}

.dk-pro-list li { margin: 4px 0; }

.dk-pro-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.dk-pro-cta a {
	color: #2271b1;
	text-decoration: none;
	font-weight: 600;
}

.dk-pro-cta a:hover { text-decoration: underline; }

.dk-pro-mini {
	font-size: 12.5px;
	color: #646970;
}


.pro-version {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
    /*filter: grayscale(70%);*/
}

.pro-version::after {
    content: "PRO";
    position: absolute;
    top: 8px;
    right: -2px;
    background: #d7263d;    /* Red badge color */
    color: #fff;            /* White text color */
    font-weight: bold;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Small shadow for depth */
    letter-spacing: 1px;
}

/*
 * DISABLED OVERLAY
 * Creates a semi-transparent overlay on top of the content, 
 * reinforcing the impression that the feature is locked.
 */
.pro-version::before {
    content: "";
    position: absolute;
    inset: 0;               /* Shorthand for top/right/bottom/left: 0 */
    background: rgba(255,255,255,0.2); /* White transparent overlay */
    z-index: 5;
    border-radius: inherit; /* Preserve border radius from parent elements */
}

/* settings tab*/
.duplicate-killer-support {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	max-width: 860px;
	margin: 30px auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: #111827;
}

.duplicate-killer-support h2 {
	font-size: 1.75rem;
	margin-bottom: 20px;
	color: #1f2937;
}

.duplicate-killer-support h3 {
	font-size: 1.25rem;
	margin-top: 30px;
	color: #374151;
}

.duplicate-killer-support p,
.duplicate-killer-support li {
	font-size: 1rem;
	line-height: 1.6;
	color: #4b5563;
}

.duplicate-killer-support ul,
.duplicate-killer-support ol {
	margin: 1em 0;
	padding-left: 1.5em;
}

.duplicate-killer-support ul li::marker {
	color: #10b981;
}

.duplicate-killer-support textarea {
	background: #f3f4f6;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 12px;
	font-family: monospace;
	font-size: 0.95rem;
	color: #111827;
	resize: vertical;
}

.duplicate-killer-support button[type="button"],
.duplicate-killer-support a {
	display: inline-block;
	margin-top: 10px;
	border: none;
	border-radius: 6px;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.2s ease;
}

.duplicate-killer-support button[type="button"] {
	background: #10b981;
	color: white;
	padding: 10px 20px;
	cursor: pointer;
}

.duplicate-killer-support button[type="button"]:hover {
	background: #059669;
}

.duplicate-killer-support a {
	background: #2563eb;
	color: white;
	padding: 10px 20px;
	margin-left: 10px;
}

.duplicate-killer-support a:hover {
	background: #1d4ed8;
}

#dk-copy-status {
	font-size: 0.95rem;
	color: #16a34a;
	margin-top: 10px;
}

.dk-settings-wrapper{
	
}
.dk-unique-fieldset {
	background: #f4faff;
	border-color: #b3dcf9;
}

.dk-unique-instruction {
	color: #444;
	font-size: 14px;
	margin-bottom: 12px;
}

.dk-set-error-message {
	margin-top: 15px;
}

.dk-error-fieldset {
	border: 1px solid #f3c3c0;
	background: #fff7f6;
	padding: 15px;
	border-radius: 8px;
}

.dk-legend-title {
	font-size: 15px;
	font-weight: 600;
	color: #b02a1f;
}

.dk-error-instruction {
	font-size: 13px;
	color: #666;
	margin:0;
	margin-bottom: 8px;
}

.dk-error-input {
	width: 99%;
	max-width: 99%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}
.dk-error-input:focus {
	outline: none;
	border-color: #b02a1f;
	box-shadow: 0 0 3px rgba(176, 42, 31, 0.4);
}

/* ===== Responsive container for forms ===== */
.dk-forms-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: flex-start;
	padding: 10px;
}

/* ===== Individual form card ===== */
.dk-single-form {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
	margin: 10px;
	background: #fff;
	width: 100%;
	max-width: 31%;
	display: inline-grid;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.dk-single-form:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(59, 130, 246, 0.2); /* albastru soft */
	transform: translateY(-6px);
}

/* ===== Header for each form ===== */
.dk-form-header {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #eee;
	color: #1e1e1e;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

/* ===== Checkbox container ===== */
.dk-input-checkbox-callback {
	margin: 8px 0;
	position: relative;
}

.dk-input-checkbox-callback input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.dk-input-checkbox-callback label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	color: #444;
}
.dk-input-checkbox-callback label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #3d3d3d;
	border-radius: 4px;
	transition: background 0.3s;
}
.dk-input-checkbox-callback label:hover:before {
	background: #000;
}
.dk-input-checkbox-callback label:after {
	content: '';
	position: absolute;
	left: 7px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #FCC224;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.3s;
}
.dk-input-checkbox-callback input:checked + label:after {
	opacity: 1;
}

/* ===== Delete record box ===== */
.dk-box.dk-delete-records {
	background-color: #fef3f2;
	border: 1px solid #f3c3c0;
	border-radius: 8px;
	padding: 15px;
	margin-top: 20px;
}

.dk-record-count {
	margin-bottom: 10px;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

.dk-delete-label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #c0392b;
	font-size: 14px;
	font-weight: 500;
}

.dk-delete-checkbox {
	transform: scale(1.2);
	cursor: pointer;
	accent-color: red;
}

.dk-count-number {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

/* ===== General settings section styling ===== */
.dk-settings-form-row {
	background-color: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 6px;
	padding: 16px;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.dk-fieldset {
	border: 1px solid #ddd;
	padding: 16px;
	margin: 16px 0;
	border-radius: 6px;
	background: #f9f9f9;
	box-sizing: border-box;
}

.dk-input-switch-ios {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.dk-toggle-section {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin-top: 0;
	transition: all 0.4s ease;
}

.dk-toggle-section.is-active {
	max-height: 200px; /* ajustabil */
	opacity: 1;
	margin-top: 10px;
}

.ios-switch-input {
	display: none!important;
}

.ios-switch-label {
	position: relative;
	width: 44px;
	height: 24px;
	background: #ccc;
	border-radius: 34px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.ios-switch-label::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 50%;
	transition: transform 0.3s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ios-switch-input:checked + .ios-switch-label {
	background-color: #34C759; /* iOS green */
}

.ios-switch-input:checked + .ios-switch-label::after {
	transform: translateX(20px);
}

.ios-switch-text {
	font-size: 14px;
	color: #333;
}
/.dk-input-switch-ios {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.ios-switch-input {
	display: none;
}

.ios-switch-label {
	position: relative;
	width: 44px;
	height: 24px;
	background: #ccc;
	border-radius: 34px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.ios-switch-label::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 50%;
	transition: transform 0.3s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ios-switch-input:checked + .ios-switch-label {
	background-color: #34C759; /* iOS green */
}

.ios-switch-input:checked + .ios-switch-label::after {
	transform: translateX(20px);
}

.ios-switch-text {
	font-size: 14px;
	color: #333;
}


/* ===== Responsive layout (mobile) ===== */
@media screen and (max-width: 480px) {
	.dk-single-form {
		max-width: 100%;
		margin: 10px 0;
	}
	.dk-form-header {
		font-size: 17px;
	}
	.dk-delete-label {
		flex-direction: column;
		align-items: flex-start;
	}
}
