/* SexyGuide Amazon — frontend */

.sgi-amz-box__heading {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	line-height: 1.3;
}

.sgi-amz-box__list {
	margin: 0 0 0.85rem;
	padding-left: 1.2rem;
}

.sgi-amz-box__item {
	margin: 0.35rem 0;
}

.sgi-amz-box__link {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sgi-amz-box__price {
	opacity: 0.75;
	font-size: 0.92em;
}

.sgi-amz-box__cards {
	list-style: none;
	margin: 0 0 0.85rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 0.85rem;
}

.sgi-amz-box__card {
	margin: 0;
}

.sgi-amz-box__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.15s ease;
}

.sgi-amz-box__card-link:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.sgi-amz-box__card-media {
	display: block;
	aspect-ratio: 1 / 1;
	background: #f3f0f2;
}

.sgi-amz-box__card-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.sgi-amz-box__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.65rem 0.7rem 0.75rem;
}

.sgi-amz-box__card-title {
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
}

.sgi-amz-box__card-price {
	font-size: 0.85rem;
	opacity: 0.75;
}

.sgi-amz-box__disclosure {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.4;
	opacity: 0.7;
}
