.dknm-product-video {
	margin: 1em 0;
}

.dknm-product-video__frame {
	position: relative;
	width: 100%;
	/* Full-width (100%) — no 644px cap — so the sample player fills the
	   column on mobile. aspect-ratio keeps the height correct. */
	aspect-ratio: 644 / 414;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
}

.dknm-product-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.dknm-ranking--single .dknm-ranking__item {
	flex-wrap: wrap;
}

.dknm-product-extras {
	flex: 1 0 100%;
	width: 100%;
	min-width: 0;
}

.dknm-product-video__file {
	display: block;
	width: 100%;
	border-radius: 4px;
	background: #000;
}

.dknm-product-description {
	margin: 1em 0;
	line-height: 1.8;
}

.dknm-product-gallery__link {
	display: block;
	width: 100%;
	line-height: 0;
}

.dknm-product-gallery__link:hover img {
	filter: brightness(1.05);
}

/* Prominent affiliate CTA at the end of the body (【高画質画像はこちら】). */
.dknm-product-hq-cta {
	margin: 1.5em 0 0.5em;
	text-align: center;
}

.dknm-product-hq-cta a {
	display: inline-block;
	max-width: 100%;
	padding: 0.9em 2em;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: filter 0.15s ease, transform 0.15s ease;
}

.dknm-product-hq-cta a:hover {
	filter: brightness(0.93);
	transform: translateY(-1px);
}

.dknm-product-video__link {
	margin: 0.5em 0 0;
	font-size: 0.9em;
}

.dknm-product-video__link a {
	display: inline-block;
	padding: 0.4em 1em;
	background: #d9534f;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.dknm-product-video__link a:hover {
	background: #c9302c;
	color: #fff;
}

.dknm-product-gallery {
	/* Stacked vertically, one image per row, full width — readable on a
	   phone (was a row of tiny 140px thumbnails). */
	display: flex;
	flex-direction: column;
	gap: 0.8em;
	margin: 1em 0;
}

.dknm-product-gallery img {
	display: block;
	/* Natural size, capped to the column width. Forcing width:100% upscaled
	   images smaller than the column (e.g. 楽天トラベルのホテル写真) so they
	   looked blown-up and blurry. max-width keeps large sample images filling
	   the column while small ones stay crisp at their real size. */
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 4px;
}

.dknm-product-map {
	position: relative;
	width: 100%;
	/* Responsive 16:9 box so the map fills the column on any width
	   (including phones) without a fixed height. */
	aspect-ratio: 16 / 9;
	margin: 1em 0;
	border-radius: 4px;
	overflow: hidden;
}

.dknm-product-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.dknm-product-rating {
	font-size: 1.1em;
	color: #d9534f;
}

.dknm-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	margin: 1em 0;
}

.dknm-product-tag {
	display: inline-block;
	padding: 0.2em 0.7em;
	background: #f2eeec;
	color: #6d6462;
	border-radius: 999px;
	font-size: 0.85em;
	text-decoration: none;
	line-height: 1.6;
}

a.dknm-product-tag:hover {
	background: #d9534f;
	color: #fff;
}
