.dlsite-auto-btn-wrap {
	text-align: center;
	margin: 20px 0;
}

.dlsite-auto-btn {
	display: inline-block;
	padding: 14px 28px;
	background: #e60012;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 2px 0 #a3000d;
}

.dlsite-auto-btn:hover {
	opacity: 0.9;
}

.dlsite-auto-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.dlsite-auto-gallery img {
	max-width: 48%;
	height: auto;
}

.dlsite-auto-image .dlsite-auto-main,
.dlsite-auto-main {
	max-width: 100%;
	height: auto;
}

.dlsite-auto-rating .dlsite-auto-stars {
	color: #f5a623;
	letter-spacing: 1px;
}

.dlsite-auto-rate-count {
	color: #666;
	font-size: 0.9em;
}

.dlsite-auto-review-summary {
	border: 1px solid #e0e0e0;
	border-left: 4px solid #e60012;
	background: #fafafa;
	border-radius: 4px;
	padding: 12px 16px;
	margin: 20px 0;
}

.dlsite-auto-review-label {
	font-weight: 700;
	margin: 0 0 6px;
}

.dlsite-auto-review-note {
	color: #888;
	font-size: 0.8em;
	margin: 8px 0 0;
}

.dlsite-auto-commentary {
	border: 1px solid #e0e0e0;
	border-left: 4px solid #2271b1;
	background: #f6f9fc;
	border-radius: 4px;
	padding: 12px 16px;
	margin: 20px 0;
}

.dlsite-auto-commentary-label {
	font-weight: 700;
	margin: 0 0 6px;
}

.dlsite-auto-intro { margin: 20px 0; }

.dlsite-auto-balloon { display: flex; align-items: flex-start; gap: 12px; margin: 24px 0; }
.dlsite-auto-balloon-avatar { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid #e0e0e0; background: #fff; }
.dlsite-auto-balloon-body { position: relative; background: #eef6ff; border: 1px solid #cfe3f7; border-radius: 12px; padding: 12px 16px; line-height: 1.7; }
.dlsite-auto-balloon-body::before { content: ""; position: absolute; left: -8px; top: 18px; border-width: 6px 8px 6px 0; border-style: solid; border-color: transparent #eef6ff transparent transparent; }

.otakult-cta-red .swell-block-button__link { background-color: #e60012; border-color: #e60012; color: #fff !important; }

.otakult-review-balloon { display: flex; align-items: center; gap: 12px; margin: 24px 0; }
.otakult-review-balloon .c-balloon__icon { flex: 0 0 auto; }
.otakult-review-balloon .c-balloon__icon img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid #f5a623; background: #fff; display: block; }
.otakult-review-balloon .c-balloon__body { position: relative; background: #fff8e1; border: 1px solid #ffe0a3; border-radius: 12px; padding: 10px 16px; line-height: 1.6; font-weight: 600; }
.otakult-review-balloon .c-balloon__body::before { content: ""; position: absolute; left: -8px; top: 18px; border-width: 6px 8px 6px 0; border-style: solid; border-color: transparent #fff8e1 transparent transparent; }
.otakult-review-balloon .dlsite-auto-stars { color: #f5a623; }


/* Honest review highlight (rating-grounded EN + ZH lines), shown inside the review balloon */
.dlsite-auto-review-highlight {
	margin-top: 8px;
	font-size: 0.92em;
	line-height: 1.75;
	color: #5a4a2a;
}
.otakult-review-balloon .dlsite-auto-review-highlight {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px dashed #e0c060;
}
