/* .bcwyc-anchor-heading inherits theme heading styles */

.bcwyc-anchor-toc {
	margin:  0;
	padding: 0;
	list-style: none;
}

.bcwyc-anchor-toc li {
	margin: 0.25rem 0;
    font-weight: 600;
}


.bcwyc-anchor-toc a {
	text-decoration: none;
    color: #032049;
    outline: none;
    box-shadow: none;
}

/* Prevent horizontal overflow from the TOC on mobile */
.bcwyc-on-this-page {
	max-width: 100%;
	overflow-x: hidden;
}

.bcwyc-on-this-page .bcwyc-anchor-toc {
	max-width: 100%;
}

.bcwyc-on-this-page .bcwyc-anchor-toc a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* Prevent horizontal overflow when comparison table is in view */
.bcwyc-comparison-table {
	max-width: 100%;
	overflow-x: hidden;
}
.bcwyc-comparison-table * {
	max-width: 100%;
	box-sizing: border-box;
}
.bcwyc-comparison-table svg,
.bcwyc-comparison-table img {
	max-width: 100%;
	height: auto;
}

/* Ensure flex/grid children can shrink and not force horizontal scroll */
.bcwyc-comparison-table .tw\:flex > *,
.bcwyc-comparison-table .tw\:grid > * {
	min-width: 0;
}


