/*
 Theme Name: ASL Child
 Theme URI: https://agrosystemslimited.com/
 Description: Child theme for Astra (custom single template for asl_product).
 Author: Naf Rifat
 Author URI: https://agrosystemslimited.com/
 Template: astra
 Version: 1.0.0
 Text Domain: asl-child
*/

/* Custom tweaks */
.asl-single-thumb img { 
  width: 100%; 
  height: auto; 
  display: block; 
  margin-bottom: 16px; 
}


.ast-article-post .post-thumb-img-content img {
	aspect-ratio: inherit;
}
.asl-single-thumb img {
	max-width: 500px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.ast-blog-meta-container {
	display: none;
}