.aima-generated-article,
.aima-product-grid,
.aima-store-status,
.aima-legal-links,
.aima-empty-state {
	font-family: "Meiryo UI", Meiryo, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.aima-generated-article {
	line-height: 1.85;
}

.aima-generated-post .author-box,
.aima-generated-post .author-info,
.aima-generated-post .post-author,
.aima-generated-post .entry-meta .author,
.aima-generated-post [itemprop="author"] {
	display: none !important;
}

.aima-generated-article section,
.aima-generated-article aside {
	margin-block: 2rem;
}

.aima-lead {
	font-size: 1.1em;
	font-weight: 600;
}

.aima-article-disclosure,
.aima-cta__disclosure {
	color: #52606d;
	font-size: 0.82rem;
}

.aima-conclusion,
.aima-caution,
.aima-cta,
.aima-store-status,
.aima-empty-state {
	border: 1px solid #d7dee7;
	border-radius: 12px;
	padding: 1rem 1.2rem;
}

.aima-conclusion {
	background: #eef7ff;
	border-color: #b8d9f5;
}

.aima-caution {
	background: #fff9e8;
	border-color: #ead58d;
}

.aima-cta {
	background: #f5f7fa;
	text-align: center;
}

.aima-steps > li,
.aima-checklist > li {
	margin-block: 0.75rem;
}

.aima-button {
	align-items: center;
	background: #153f70;
	border: 2px solid #153f70;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	text-decoration: none;
}

.aima-button:hover,
.aima-button:focus-visible {
	background: #0c2d52;
	color: #fff;
}

.aima-button--disabled {
	background: #e6e9ed;
	border-color: #c8cdd3;
	color: #59636e;
	cursor: not-allowed;
}

.aima-store-status {
	margin-block: 1rem;
}

.aima-store-status--ready {
	background: #eefaf3;
	border-color: #9bd1ae;
}

.aima-store-status--preparing {
	background: #fff7e8;
	border-color: #e8c26c;
}

.aima-product-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.aima-product-card {
	background: #fff;
	border: 1px solid #d7dee7;
	border-radius: 14px;
	box-shadow: 0 12px 30px rgb(23 42 64 / 8%);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.25rem;
}

.aima-product-card h3,
.aima-product-card p {
	margin: 0;
}

.aima-product-card__price {
	font-size: 1.05rem;
	font-weight: 700;
}

.aima-product-card .aima-button {
	margin-top: auto;
}

.aima-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.aima-legal-pending {
	color: #5a6470;
}
