/*
 Theme Name: Bluewater Tackle Guide
 Description: Bluewater Tackle Guide Divi Child Theme
 Author: Mica Specialties
 Author URI: https://micaspecialties.com
 Template: Divi
 Version: 1.0.0
*/

/* increase list bottom margin */
ul li {
	margin-bottom: 10px !important;
}

/* Equal height cards for Divi Blog Module Grid */
.bw-equal-blog-grid .et_pb_salvattore_content {
	display: flex !important;
	align-items: stretch !important;
	gap: 30px;
}

/* Divi creates column wrappers inside the blog grid */
.bw-equal-blog-grid .et_pb_salvattore_content .column {
	float: none !important;
	display: flex !important;
	flex-direction: column;
	width: 33.333% !important;
	margin-right: 0 !important;
}

/* Make each blog card a vertical flex box */
.bw-equal-blog-grid .et_pb_post {
	display: flex !important;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	margin-bottom: 0 !important;
}

/* Make the excerpt/read more area fill remaining space */
.bw-equal-blog-grid .post-content {
	display: flex !important;
	flex-direction: column;
	flex-grow: 1;
}

/* Push read more to the bottom */
.bw-equal-blog-grid .more-link {
	margin-top: auto !important;
	display: inline-block;
	font-size: 14px !important;
}

/* Keep excerpt text to a consistent height */
.bw-equal-blog-grid .post-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 980px) {
	.bw-equal-blog-grid .et_pb_salvattore_content {
		display: block !important;
	}

	.bw-equal-blog-grid .et_pb_salvattore_content .column {
		width: 100% !important;
		display: block !important;
	}

	.bw-equal-blog-grid .et_pb_post {
		height: auto;
		margin-bottom: 30px !important;
	}
}