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

.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 0 4px;
	font-size: 0.95em;
	font-weight: 700;
}

.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-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-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;
}
