.assetpress-header {
	border-bottom: 1px solid #e5e7eb;
}

.assetpress-header-inner,
.assetpress-footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
}

.assetpress-header .wp-block-site-title a {
	text-decoration: none;
}

.assetpress-footer {
	margin-top: 4rem;
	border-top: 1px solid #e5e7eb;
	color: #6b7280;
}

.assetpress-post-list {
	display: grid;
	gap: 1.25rem;
}

.assetpress-ad-slot,
.is-style-ad-box {
	min-height: 280px;
	display: grid;
	place-items: center;
	border: 1px dashed #cbd5e1;
	background: #f8fafc;
	color: #64748b;
}

.is-style-summary-box,
.is-style-faq-box,
.is-style-cta-box {
	border: 1px solid #e5e7eb;
	border-radius: var(--assetpress-radius);
	padding: 1.25rem;
	background: #f8fafc;
}

.is-style-cta-box {
	background: #eff6ff;
	border-color: #bfdbfe;
}

.is-style-simple-note {
	border-left: 4px solid #2563eb;
	padding-left: 1rem;
	color: #374151;
}

.is-style-checklist {
	list-style: none;
	padding-left: 0;
}

.is-style-checklist li::before {
	content: "✓";
	margin-right: 0.5rem;
	color: #2563eb;
	font-weight: 700;
}

.is-style-comparison table,
.wp-block-table.is-style-comparison table {
	border-collapse: collapse;
	width: 100%;
}

.is-style-comparison th,
.is-style-comparison td,
.wp-block-table.is-style-comparison th,
.wp-block-table.is-style-comparison td {
	border: 1px solid #e5e7eb;
	padding: 0.75rem;
}

.wp-block-button.is-style-primary-cta .wp-block-button__link {
	background: #2563eb;
	color: #fff;
}

.wp-block-button.is-style-secondary-cta .wp-block-button__link {
	background: #f8fafc;
	color: #1f2937;
	border: 1px solid #d1d5db;
}

