.hexfy-shortcode-wrap {
	margin: 16px 0;
}

.hexfy-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.hexfy-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.hexfy-plan-card .hexfy-card-accent {
	height: 6px;
	border-radius: 8px;
	background: var(--hexfy-plan-color, #2271b1);
	margin: -14px -14px 12px;
}

.hexfy-card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.hexfy-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}

.hexfy-meta {
	margin: 2px 0 0;
	color: #64748b;
	font-size: 13px;
}

.hexfy-price {
	margin: 8px 0 10px;
	font-size: 18px;
	font-weight: 700;
}

.hexfy-features p {
	margin: 0 0 8px;
	color: #1e293b;
}

.hexfy-features ul,
.hexfy-features ol {
	margin: 0 0 8px 20px;
}

.hexfy-icon-wrap {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #f1f5f9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
}

.hexfy-icon-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hexfy-icon-fallback {
	font-weight: 700;
	color: #334155;
}

.hexfy-plugin-description {
	margin: 0;
	color: #1e293b;
	font-size: 14px;
	line-height: 1.5;
}
