/*
Theme Name: Divi Child Theme
Theme URI: https://twoja-strona.pl
Description: Własny motyw potomny dla Divi
Author: Twoje Imię
Author URI: https://twoja-strona.pl
Template: Divi
Version: 1.0.0
*/

/* ===========================
   Blog Module Styles
   =========================== */

.blog-module .et_pb_post {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-module .et_pb_post .post-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.blog-module .et_pb_post .post-content .more-link {
	margin-top: auto;
	align-self: flex-start;
	border: 1px solid #007cba;
	padding: 10px 20px;
	background: #007cba;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s ease;
}

.blog-module .et_pb_post .post-content .more-link:hover {
	background: #005a87;
	border-color: #005a87;
}

.et_pb_blog_grid .et_pb_post:hover {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.blog-module .et_pb_post .entry-featured-image-url img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
