.ideax-serp-widget {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1d2327;
	max-width: 640px;
	margin: 1.5em 0;
}

.ideax-serp-widget.ideax-serp-empty {
	padding: 16px;
	border: 1px dashed #ccd0d4;
	border-radius: 8px;
	color: #666;
	font-size: 14px;
}

.ideax-serp-full {
	border: 1px solid #e2e4e7;
	border-radius: 12px;
	padding: 20px 24px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ideax-serp-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.ideax-serp-header h3 {
	margin: 0;
	font-size: 18px;
}

.ideax-serp-updated {
	font-size: 12px;
	color: #757575;
}

.ideax-serp-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}

.ideax-serp-badge-low { background: #e6f4ea; color: #1a7f37; }
.ideax-serp-badge-normal { background: #fff3cd; color: #8a6100; }
.ideax-serp-badge-high { background: #ffe4d1; color: #b0470a; }
.ideax-serp-badge-very-high { background: #fde2e2; color: #a30000; }
.ideax-serp-badge-unknown { background: #eee; color: #555; }

.ideax-serp-score-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.ideax-serp-score-card {
	flex: 1 1 200px;
	background: #f8f9fa;
	border-radius: 10px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ideax-serp-score-card .label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #757575;
}

.ideax-serp-score-card .value {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
}

.ideax-serp-score-card .sub {
	font-size: 12px;
	color: #757575;
}

.ideax-serp-chart-wrap {
	margin-top: 8px;
}

.ideax-serp-footnote {
	margin-top: 16px;
	font-size: 12px;
	color: #8a8f94;
}

/* Mini / badge version */
.ideax-serp-mini {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid #e2e4e7;
	background: #fff;
	font-size: 13px;
	max-width: none;
}

.ideax-serp-mini-title {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ideax-serp-mini-status {
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
}

.ideax-serp-mini.ideax-serp-badge-low .ideax-serp-mini-status { background: #e6f4ea; color: #1a7f37; }
.ideax-serp-mini.ideax-serp-badge-normal .ideax-serp-mini-status { background: #fff3cd; color: #8a6100; }
.ideax-serp-mini.ideax-serp-badge-high .ideax-serp-mini-status { background: #ffe4d1; color: #b0470a; }
.ideax-serp-mini.ideax-serp-badge-very-high .ideax-serp-mini-status { background: #fde2e2; color: #a30000; }
.ideax-serp-mini.ideax-serp-badge-unknown .ideax-serp-mini-status { background: #eee; color: #555; }

.ideax-serp-mini-date {
	font-size: 11px;
	color: #8a8f94;
}

/* Google Search Status timeline */
.ideax-gstatus-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ideax-gstatus-item {
	border-left: 3px solid #e2e4e7;
	padding: 4px 0 4px 14px;
}

.ideax-gstatus-item-head {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ideax-gstatus-service {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #757575;
	background: #f0f0f1;
	padding: 2px 8px;
	border-radius: 999px;
}

.ideax-gstatus-item-dates {
	font-size: 12px;
	color: #757575;
	margin-top: 2px;
}

.ideax-gstatus-item-text {
	font-size: 13px;
	margin: 6px 0 4px;
	color: #3c434a;
}

.ideax-gstatus-item-link {
	font-size: 12px;
	text-decoration: none;
}
