.below-woocommerce-category.bimaco-category-guide {
	clear: both;
	margin: 2rem 0 0;
	padding: 1.5rem 0 0;
	border: 0;
	border-top: 1px solid #e5e7eb;
	background: transparent;
	box-shadow: none;
}

.below-woocommerce-category.bimaco-category-guide > :first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.below-woocommerce-category.bimaco-category-guide {
		margin: 1.5rem 0 0;
		padding: 1.25rem 0 0;
	}

	.below-woocommerce-category.bimaco-category-guide table {
		display: block;
		width: 100%;
		margin: 1.25rem 0 1.5rem;
		border: 0;
		font-size: 16px;
		line-height: 1.45;
	}

	.below-woocommerce-category.bimaco-category-guide table thead {
		display: none;
	}

	.below-woocommerce-category.bimaco-category-guide table tbody,
	.below-woocommerce-category.bimaco-category-guide table tr,
	.below-woocommerce-category.bimaco-category-guide table td {
		display: block;
		width: 100%;
	}

	.below-woocommerce-category.bimaco-category-guide table tr {
		padding: 1rem 0;
		border-bottom: 1px solid #e5e7eb;
	}

	.below-woocommerce-category.bimaco-category-guide table tr:first-child {
		padding-top: 0;
	}

	.below-woocommerce-category.bimaco-category-guide table td {
		padding: 0;
		border: 0;
		color: #444;
	}

	.below-woocommerce-category.bimaco-category-guide table td + td {
		margin-top: 0.65rem;
	}

	.below-woocommerce-category.bimaco-category-guide table td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 0.15rem;
		color: #6b7280;
		font-size: 0.78rem;
		font-weight: 600;
		line-height: 1.25;
	}

	.below-woocommerce-category.bimaco-category-guide table td:first-child {
		color: #2c2d33;
		font-weight: 600;
	}
}
