/* 
 Theme Name:   Bole Punjab News
 Theme URI:    https://www.bolepunjab.com
 Description:  Bole Punjab cuntom theme based on news portal
 Author:       kiran
 Author URI:   https://bolepunjab.aulakhtech.com
 Template:     news-portal
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* 24-09-2025 */
.related-grid {
    display: flex;
    gap: 20px;
}
.related-item
 {
    width: 33.33%;
}
.related-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.related-item h4 {
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
	.related-grid {
		display: block; 
	}
	.related-item
 {
    width: 100%;
}
}
/* 24-09-2025 */


