/* SEO Content Optimizer — style frontendowe dla bloków generowanych przez AI */

/* ── Info boxy ─────────────────────────────────────────────────────────────── */

.sco-info-box {
	display: block;
	padding: 14px 18px;
	margin: 22px 0;
	border-radius: 8px;
	border-left: 4px solid #3b82f6;
	background: #eff6ff;
	font-size: 0.95em;
	line-height: 1.65;
	color: inherit;
}

.sco-info-box.sco-info-box--warning,
.sco-info-box.warning {
	border-left-color: #f59e0b;
	background: #fffbeb;
}

.sco-info-box.sco-info-box--tip,
.sco-info-box.tip {
	border-left-color: #22c55e;
	background: #f0fdf4;
}

.sco-info-box.sco-info-box--danger,
.sco-info-box.danger {
	border-left-color: #ef4444;
	background: #fef2f2;
}

.sco-info-box strong {
	font-weight: 600;
}

/* ── CTA box z powiązanymi wpisami ──────────────────────────────────────────── */

.sco-cta-box {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	background: linear-gradient(135deg, #faf7ff 0%, #f3eefb 100%);
	border: 1px solid #e4d9f4;
	border-radius: 16px;
	padding: 22px 26px;
	margin: 32px 0;
}

.sco-cta-box__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(96, 62, 146, 0.15);
	color: #603e92;
}

.sco-cta-box__body {
	flex: 1 1 auto;
	min-width: 0;
}

.sco-cta-box__headline {
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.35;
	margin: 2px 0 6px;
	color: #2a1f3d;
}

.sco-cta-box__desc {
	font-size: 0.95em;
	line-height: 1.55;
	margin: 0 0 16px;
	color: #6b6478;
}

.sco-cta-box__links {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

a.sco-cta-btn {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 8px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.35;
	transition: background 0.18s, color 0.18s, border-color 0.18s;
}

a.sco-cta-btn--primary {
	background: #603e92;
	color: #fff !important;
	border: 1px solid #603e92;
}

a.sco-cta-btn--primary:hover {
	background: #4c3175;
	border-color: #4c3175;
	text-decoration: none !important;
}

a.sco-cta-btn--secondary {
	background: #fff;
	color: #603e92 !important;
	border: 1px solid #d6c7ee;
}

a.sco-cta-btn--secondary:hover {
	background: #f3eefb;
	border-color: #603e92;
	text-decoration: none !important;
}

@media (max-width: 575px) {
	.sco-cta-box {
		flex-direction: column;
		gap: 12px;
		padding: 20px;
	}
	.sco-cta-box__links a.sco-cta-btn {
		flex: 1 1 auto;
		text-align: center;
	}
}

/* ── Tabele generowane przez AI ─────────────────────────────────────────────── */

.simple-text-container table,
.wp-block table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
	font-size: 0.94em;
}

.simple-text-container table th,
.simple-text-container table td,
.wp-block table th,
.wp-block table td {
	padding: 10px 14px;
	border: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: top;
}

.simple-text-container table thead th,
.wp-block table thead th {
	background: #f9fafb;
	font-weight: 600;
}

.simple-text-container table tbody tr:nth-child(even),
.wp-block table tbody tr:nth-child(even) {
	background: #f9fafb;
}
