.brxe-post-toc .toc-mobile-select {
	display: none;
}

@media (max-width: 767px) {
	.brxe-post-toc.toc-mobile-mode {
		width: 100%;
		transform: none;
	}

	.brxe-post-toc.toc-mobile-mode .toc-mobile-select {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0.75rem 2.5rem 0.75rem 0;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #dddedf;
		background-color: transparent;
		color: rgba(51, 51, 51, 0.5);
		font-size: 1rem;
		line-height: 1.5;
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231F1B62' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 1rem center;
		cursor: pointer;
		background-size: 14px;
	}

	.brxe-post-toc.toc-mobile-mode > .toc-list {
		display: none;
	}
}
