.aaap-product {
	margin: 1.5rem 0;
}

.aaap-product img {
	max-width: 100%;
	height: auto;
}

.aaap-sample-images {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	margin: 1rem 0;
}

.aaap-sample-images a,
.aaap-sample-images img {
	display: block;
	width: 100%;
}

.aaap-sample-images a {
	line-height: 0;
}

.aaap-sample-images img {
	margin: 0;
	object-fit: contain;
}

.aaap-product[data-provider="duga"] .aaap-sample-images {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 1rem;
}

.aaap-product[data-provider="duga"] .aaap-sample-images a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}

.aaap-product[data-provider="duga"] .aaap-sample-images img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

.aaap-facts {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
}

.aaap-facts th,
.aaap-facts td {
	padding: 0.55rem;
	border: 1px solid currentColor;
	text-align: left;
	vertical-align: top;
}

.aaap-button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem 1rem;
	border-radius: 0.3rem;
	background: #b42318;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.aaap-disclosure {
	font-size: 0.9rem;
}

.aaap-generated-article {
	margin: 1.5rem 0;
	line-height: 1.9;
}

.aaap-visible-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 24px 0 12px;
}

.aaap-tag {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f0f0f1;
	color: #2c3338;
	font-size: 13px;
	line-height: 1.5;
}

.aaap-sample-video {
	width: 100%;
	max-width: 720px;
	margin: 1rem auto;
}

.aaap-sample-video a {
	display: block;
}

.aaap-sample-video video {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
}

.aaap-video-frame,
.aaap-embed-frame {
	position: relative;
}

.aaap-video-frame::before,
.aaap-embed-play {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: rgba(180, 35, 24, 0.92);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.42);
	transform: translate(-50%, -50%);
	border: 0;
	padding: 0;
}

.aaap-video-frame::after,
.aaap-embed-play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% + 5px);
	z-index: 4;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 31px solid #fff;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.aaap-video-frame::before {
	pointer-events: none;
}

.aaap-embed-play {
	cursor: pointer;
}

.aaap-embed-play.aaap-is-hidden {
	display: none;
}

.aaap-video-frame.aaap-is-playing::before,
.aaap-video-frame.aaap-is-playing::after {
	display: none;
}

@media (max-width: 480px) {
	.aaap-video-frame::before,
	.aaap-embed-play {
		width: 68px;
		height: 68px;
	}

	.aaap-video-frame::after,
	.aaap-embed-play::after {
		border-top-width: 15px;
		border-bottom-width: 15px;
		border-left-width: 24px;
	}
}

.aaap-video-product-button {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 12px;
	border-radius: 4px;
	background: #b42318;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

.aaap-embed-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
}

.aaap-embed-frame-fanza {
	aspect-ratio: 4 / 3;
}

.aaap-embed-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.aaap-profile-links,
.aaap-profile-facts {
	margin-top: 2rem;
	padding: 1rem;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.aaap-profile-links h2 {
	margin-top: 0;
}

.aaap-profile-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 0;
}

.aaap-profile-facts table {
	width: 100%;
	border-collapse: collapse;
}

.aaap-profile-facts th,
.aaap-profile-facts td {
	padding: 8px;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: top;
}

.aaap-profile-facts th {
	width: 32%;
}
