.apb-box {
	position: relative;
	max-width: 620px;
	margin: 24px 0;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.apb-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #ff9900;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 4px 10px;
	border-radius: 4px;
	z-index: 2;
}

.apb-box-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding: 20px;
}

.apb-image {
	flex: 0 0 160px;
	text-align: center;
}

.apb-image img {
	max-width: 100%;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.apb-content {
	flex: 1 1 260px;
	min-width: 220px;
}

.apb-title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.35;
}

.apb-title a {
	color: #111;
	text-decoration: none;
}

.apb-title a:hover {
	color: #cc6600;
	text-decoration: underline;
}

.apb-rating {
	margin-bottom: 10px;
	font-size: 15px;
}

.apb-star {
	color: #ff9900;
}

.apb-star-empty {
	color: #ccc;
}

.apb-rating-number {
	color: #666;
	font-size: 13px;
	margin-left: 4px;
}

.apb-features {
	margin: 0 0 12px;
	padding-left: 18px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.apb-price {
	font-size: 22px;
	font-weight: 700;
	color: #111;
	margin-bottom: 12px;
}

.apb-button {
	display: inline-block;
	background: #ff9900;
	color: #111 !important;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
	padding: 12px 24px;
	border-radius: 6px;
	transition: background 0.15s ease-in-out;
}

.apb-button:hover {
	background: #e88a00;
}

.apb-disclosure {
	margin: 10px 0 0;
	font-size: 12px;
	color: #888;
}

@media (max-width: 480px) {
	.apb-box-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.apb-image {
		flex-basis: auto;
	}
}
