.listicle-anchor-list-wrap,
.listicle-anchor-list-wrap .listicle-anchor-list {
	margin: auto;
	margin-bottom: var(--spacing-lg, 32px);
	max-width: 700px;
	padding-left: 0;
	width: 100%;
}

.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap {
	align-items: center;
	display: flex;
	flex: 1 0 0;
	margin: var(--spacing-lg, 32px) 0;
	width: 100%;
}

.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info {
	margin-right: var(--spacing-lg, 32px);
	min-width: 172px;
	max-width: 172px;
}

.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap:nth-child(n+6) {
	display: none;
}

.toc-item-wrap .toc-item-thumbnail-wrap,
.toc-item-wrap .toc-item-thumbnail-wrap img.toc-item-thumbnail {
	height: 134px;
	margin-right: var(--spacing-sm, 16px);
	min-width: 134px;
	width: 134px;
}

.toc-item-wrap .toc-item-thumbnail-wrap img.toc-item-thumbnail {
	max-width: 100%;
}

.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info-wrap {
	padding: 20px 0;
}

.toc-item-superlative {
	color: var(--global-color-primary, #1e1e1e);
	font-size: var(--font-size-sm, 12px);
	font-weight: var(--font-weight-extra-bold, 800);
	line-height: 125%;
	letter-spacing: 1px;
	margin-bottom: var(--spacing-xs, 12px);
	text-transform: uppercase;
}

.toc-item-title {
	letter-spacing: 0.2px;
	line-height: 120%;
	margin-bottom: var(--spacing-xs, 12px);
	word-break: break-word;
}

.toc-item-link {
	font-size: var(--font-size-sm, 12px);
	line-height: 125%;
	text-align: center;
}

.toc-item-button-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	min-width: 248px;
	width: 100%;
}

.toc-show-all {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}

.toc-item-button-wrap.cta-affiliate-button .ap-card-button.toc-item-retailer-btn {
	padding: var(--spacing-xs) var(--spacing-sm);
    width: 100%;
}

.toc-show-all .toc-show-all-button {
	gap: 8px;
	min-width: 248px;
}

.bumblebee-cta-button.toc-show-all-button .bumblebee-icon svg path {
	fill: var(--global-color-primary, #1e1e1e);
}

.bumblebee-cta-button.toc-show-all-button .cta-icon.icon-right {
	margin-left: 0;
}

.listicle-anchor-list-wrap hr {
	border: 0;
	border-bottom: 1px solid var(--global-color-tint, #D0D0D0);
	height: 1px;
	margin: var(--spacing-xxl) 0 var(--spacing-lg) 0;
}

.toc-show-all-button[aria-expanded="true"] svg {
	position: relative;
	transform: rotate(180deg);
	top: -1px;
}

@media screen and (max-width: 767px) {
	.listicle-anchor-list-wrap .listicle-anchor-list {
		margin-bottom: var(--spacing-xl, 32px);
	}

	.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--spacing-sm, 8px);
		margin: var(--spacing-xl, 32px) 0;
	}

	.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info {
		flex: 1;
		min-width: auto;
		max-width: none;
	}

	.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info {
		margin-right: 0;
	}

	.aff-prod-pricing {
		gap: 4px;
	}

	.toc-item-wrap .toc-item-thumbnail-wrap {
		margin-right: 0;
	}

	.listicle-anchor-list-wrap hr {
		margin: 24px 0 48px 0;
	}

	.toc-item-button-wrap {
		margin-top: var(--spacing-md, 16px);
		max-width: 100%;
	}

	.toc-show-all .toc-show-all-button {
		padding: 12px var(--spacing-md);
		width: 100%;
	}
}