.asa-ai-speech {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 1.5em 0;
}

.asa-ai-speech-avatar {
	flex: 0 0 64px;
	display: grid;
	gap: 5px;
	justify-items: center;
	text-align: center;
}

.asa-ai-speech-icon {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f5f9;
	display: grid;
	place-items: center;
	font-weight: 700;
	color: #334155;
}

.asa-ai-speech-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.asa-ai-speech-body {
	position: relative;
	border: 1px solid #d7dee8;
	background: #fff;
	border-radius: 8px;
	padding: 12px 14px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.asa-ai-speech-body::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 18px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-left: 1px solid #d7dee8;
	border-bottom: 1px solid #d7dee8;
	transform: rotate(45deg);
}

.asa-ai-speech-name {
	display: block;
	margin: 0;
	font-size: 0.82em;
	line-height: 1.3;
	font-weight: 700;
	color: #334155;
}

.asa-ai-speech-text {
	margin: 0;
}

.asa-affiliate-disclosure {
	border-left: 4px solid #64748b;
	background: #f8fafc;
	padding: 10px 12px;
	margin: 1.25em 0;
	font-size: 0.95em;
	color: #334155;
}

.asa-info-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.25em 0;
	font-size: 0.96em;
}

.asa-info-table th,
.asa-info-table td {
	border: 1px solid #d7dee8;
	padding: 10px 12px;
	vertical-align: top;
}

.asa-info-table th {
	width: 9em;
	background: #f8fafc;
	font-weight: 700;
	color: #1f2937;
}

.asa-reader-verdict {
	border-left: 4px solid #0f766e;
	background: #f7fbf9;
	padding: 12px 14px;
	margin: 1.2em 0;
	color: #1f2937;
}

.asa-reader-verdict p {
	margin: 0;
	line-height: 1.8;
}

.asa-reader-decision-table th {
	width: auto;
}

.asa-reader-breath {
	color: #475569;
	font-size: 0.96em;
	line-height: 1.9;
	margin-top: -0.25em;
}

.asa-card-visual-block {
	margin: 1.75em 0;
	padding: 16px 0 4px;
}

.asa-card-visual-block h2 {
	margin-top: 0;
}

.asa-card-visual-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 1em 0;
}

.asa-card-visual-card {
	margin: 0;
}

.asa-card-visual-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.asa-card-visual-link:hover .asa-card-visual-frame,
.asa-card-visual-link:focus .asa-card-visual-frame {
	transform: translateY(-2px);
	box-shadow: 0 5px 14px rgba(15, 23, 42, 0.14);
}

.asa-card-visual-frame {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 210px;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	overflow: hidden;
	padding: 12px;
	background:
		linear-gradient(145deg, rgba(255,255,255,0.82), rgba(255,255,255,0.18)),
		radial-gradient(circle at 24% 22%, rgba(255,255,255,0.8) 0 7%, transparent 8%),
		linear-gradient(150deg, #e0f2fe, #fef3c7 45%, #dcfce7);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.asa-card-visual-card-2 .asa-card-visual-frame {
	background:
		linear-gradient(145deg, rgba(255,255,255,0.84), rgba(255,255,255,0.16)),
		radial-gradient(circle at 72% 24%, rgba(255,255,255,0.75) 0 7%, transparent 8%),
		linear-gradient(150deg, #fce7f3, #e0e7ff 48%, #fef9c3);
}

.asa-card-visual-card-3 .asa-card-visual-frame {
	background:
		linear-gradient(145deg, rgba(255,255,255,0.84), rgba(255,255,255,0.16)),
		radial-gradient(circle at 32% 30%, rgba(255,255,255,0.75) 0 7%, transparent 8%),
		linear-gradient(150deg, #fef3c7, #ffedd5 48%, #dbeafe);
}

.asa-card-visual-card-4 .asa-card-visual-frame {
	background:
		linear-gradient(145deg, rgba(255,255,255,0.84), rgba(255,255,255,0.16)),
		radial-gradient(circle at 62% 28%, rgba(255,255,255,0.75) 0 7%, transparent 8%),
		linear-gradient(150deg, #dcfce7, #ccfbf1 48%, #e0e7ff);
}

.asa-card-visual-frame::before {
	content: "";
	position: absolute;
	inset: 12px 12px 54px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.46), transparent 55%),
		repeating-linear-gradient(135deg, rgba(15,23,42,0.08) 0 1px, transparent 1px 12px);
}

.asa-card-visual-image {
	position: absolute;
	inset: 12px 12px 54px;
	z-index: 1;
	width: calc(100% - 24px);
	height: calc(100% - 66px);
	object-fit: contain;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.72);
}

.asa-card-visual-rarity {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.84);
	color: #fff;
	padding: 3px 8px;
	font-size: 0.76em;
	font-weight: 700;
	letter-spacing: 0;
}

.asa-card-visual-name {
	position: relative;
	z-index: 2;
	display: block;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.88);
	padding: 8px 9px;
	color: #111827;
	font-weight: 800;
	line-height: 1.35;
}

.asa-card-visual-card figcaption,
.asa-card-visual-note {
	margin: 0.65em 0 0;
	color: #475569;
	font-size: 0.92em;
	line-height: 1.75;
}

@media (max-width: 900px) {
	.asa-card-visual-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.asa-card-visual-grid {
		grid-template-columns: 1fr;
	}
}

.asa-affiliate-box {
	border: 1px solid #d7dee8;
	border-radius: 8px;
	padding: 14px;
	margin: 1.5em 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.asa-affiliate-title {
	display: block;
	margin: 0 0 6px;
	font-size: 1.02em;
}

.asa-affiliate-copy,
.asa-affiliate-note {
	margin: 0 0 10px;
	color: #475569;
	font-size: 0.92em;
}

.asa-affiliate-rakuten-product {
	margin: 10px 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e2e8f0;
}

.asa-affiliate-rakuten-product-main {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.asa-affiliate-image-link {
	display: block;
	width: 128px;
	height: 128px;
	color: inherit;
	text-decoration: none;
}

.asa-affiliate-image-link:hover,
.asa-affiliate-image-link:focus {
	color: inherit;
}

.asa-affiliate-image-link:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 3px;
}

.asa-affiliate-image-link img {
	display: block;
	width: 128px;
	height: 128px;
	object-fit: contain;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.asa-affiliate-rakuten-label,
.asa-affiliate-rakuten-name,
.asa-affiliate-rakuten-cta {
	display: block;
}

.asa-affiliate-rakuten-label {
	margin-bottom: 4px;
	color: #b91c1c;
	font-size: 0.8em;
	font-weight: 700;
}

.asa-affiliate-rakuten-name {
	font-weight: 700;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.asa-affiliate-rakuten-cta {
	margin-top: 6px;
	color: #475569;
	font-size: 0.84em;
}

.asa-affiliate-rakuten-credit {
	margin: 7px 0 0;
	font-size: 0.72em;
	text-align: right;
}

.asa-affiliate-buttons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 8px;
}

.asa-affiliate-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 6px;
	padding: 9px 12px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	background: #334155;
}

.asa-affiliate-button:hover,
.asa-affiliate-button:focus {
	color: #fff;
	filter: brightness(0.95);
}

.asa-affiliate-amazon {
	background: #b45309;
}

.asa-affiliate-rakuten {
	background: #b91c1c;
}

.asa-affiliate-yahoo {
	background: #7f1d1d;
}

.asa-affiliate-mercari {
	background: #0f766e;
}

.asa-video-embed {
	margin: 1.75em 0;
}

.asa-video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #0f172a;
	border-radius: 8px;
	overflow: hidden;
}

.asa-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.asa-ai-official-video {
	margin: 1.75em 0;
}

.asa-ai-official-video > p {
	margin-bottom: 0.75em;
}

.asa-article-media {
	margin: 1.75em 0;
}

.asa-article-media-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.asa-article-media-item {
	min-width: 0;
	margin: 0;
}

.asa-article-media-item > a {
	display: block;
}

.asa-article-media-item > a:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 3px;
}

.asa-article-media-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 1px solid #d7dee8;
	border-radius: 6px;
	background: #f8fafc;
}

.asa-article-media-item figcaption {
	margin-top: 7px;
	color: #475569;
	font-size: 0.86em;
	line-height: 1.55;
}

@media (max-width: 640px) {
	.asa-article-media-gallery {
		grid-template-columns: 1fr;
	}
}

.asa-sidebar-editor-card {
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
}

.asa-sidebar-editor-icon {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 2px solid #d7dee8;
	background: #f8fafc;
	margin: 0 auto;
}

.asa-sidebar-editor-name {
	font-weight: 700;
	color: #1f2937;
}

.asa-sidebar-editor-card p,
.asa-sidebar-trust-box p {
	margin: 0 0 10px;
	font-size: 0.94em;
	line-height: 1.75;
}

.asa-sidebar-check-list,
.asa-sidebar-post-list,
.asa-sidebar-intent-nav ul,
.asa-sidebar-trust-box ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asa-sidebar-check-list {
	text-align: left;
	justify-self: stretch;
}

.asa-sidebar-check-list li {
	position: relative;
	padding-left: 1.2em;
	font-size: 0.92em;
}

.asa-sidebar-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 0.45em;
	height: 0.45em;
	border-radius: 50%;
	background: #0f766e;
}

.asa-sidebar-post-list a,
.asa-sidebar-intent-nav a,
.asa-sidebar-trust-box a {
	text-decoration: none;
	font-weight: 600;
}

.asa-sidebar-link-row {
	font-size: 0.92em;
}

.asa-ai-footer-menu-fallback {
	margin-top: 32px;
	padding: 22px 16px;
	border-top: 1px solid #e5e7eb;
	background: #f8fafc;
}

.asa-ai-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asa-ai-footer-menu a {
	color: #1f2937;
	text-decoration: none;
	font-size: 0.94rem;
	font-weight: 600;
}

.asa-ai-footer-menu a:hover,
.asa-ai-footer-menu a:focus {
	text-decoration: underline;
}

.asa-html-sitemap {
	display: grid;
	gap: 28px;
	margin: 24px 0;
}

.asa-html-sitemap-section h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	line-height: 1.35;
}

.asa-html-sitemap-section ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding-left: 1.25em;
}

.asa-html-sitemap-section a {
	text-decoration: none;
	font-weight: 600;
}

.asa-html-sitemap-section a:hover,
.asa-html-sitemap-section a:focus {
	text-decoration: underline;
}
