/* AI Content — shortcode [ai_content_ophim_list] */
.ai-content-ophim-list {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem;
}

.ai-content-ophim-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.25rem;
}

.ai-content-ophim-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1.25rem;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ai-content-ophim-card:hover {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.ai-content-ophim-title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0f172a;
}

.ai-content-ophim-body {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #334155;
}

.ai-content-ophim-body p {
	margin: 0 0 0.75rem;
}

.ai-content-ophim-body p:last-child {
	margin-bottom: 0;
}
