/* path file: components/product/specification/templates/.default/style.css */

@media (min-width:768px) {
	div.specification-icon {
		max-width: 80px;
	}

	.specification-item__title .specification-icon {
		display: none;
	}
}

@media (max-width:768px) {
	.specification-icon {
		width: 45px;
		min-width: 45px;
		height: 50px;
		margin-right: 15px;
	}

	.specification-icon img {
		object-fit: contain;
		width: 45px;
		min-width: 45px;
		height: 50px;
		margin-right: 15px;
	}

	.specification-item__title {
		display: flex;
		align-items: center;
		font-size: 18px;
	}

	.specification-item__title .icon {
		display: block;
	}
}