/**
 * Static Latest Posts V2
 */
.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper {
	display: flex;
	width: 100%;
	gap: 100px;
	margin-bottom: 32px;
	justify-content: space-between;
	align-items: center;
}

.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper .dbio-default-heading-block {
	width: 75%;
	margin-bottom: 0;
	text-align: left;
}

.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper .dbio_custom_search_form {
	width: 25%;
}

.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper form {
	position: relative;
}

.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper form::before {
	position: absolute;
	content: '';
	left: 14px;
	width: 30px;
	height: 100%;
	background: url('/wp-content/themes/altitude-pro/assets/search_icon.svg') no-repeat;
	background-size: auto;
	background-position: 15px 50%;
	background-size: 18.46px 18px;
	background-position: center;
	width: 20px;
}

.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper input[type="search"] {
	border-radius: 8px;
	border: 1px solid #89898c;
	padding: 12px 50px 12px 48px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: inherit;
	background-color: inherit;
}

.dbio_static_latest_posts_block_container .latest_posts_section_wrapper {
	display: flex;
	flex-grow: 0;
	gap: 100px;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 75%;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper {
	position: relative;
	overflow: hidden;
	outline: none;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper a {
	position: relative;
	overflow: hidden;
	outline: none;
	z-index: 2;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper .dbio_gradient_bg_cover {
	border: none;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper:hover .dbio_gradient_bg_cover {
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-color: transparent;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper .dbio_lighter_gradient_bg_cover {
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper:hover .dbio_lighter_gradient_bg_cover {
	opacity: 1;
	background: linear-gradient(180deg, rgba(204, 133, 255, 0) 0%, rgba(204, 133, 255, 0.07) 100%);
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card {
	display: flex;
	gap: 32px;
	align-items: center;
	padding: 32px;
	border: 1px solid #14141A59;
	border-radius: 8px;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_details {
	width: 65%;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_featured_image {
	width: 35%;
	padding: 25px 0;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_category .category_title {
	background: linear-gradient(90deg, #00B5E6 0%, #03E886 70.56%);
	background-clip: text;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 15%;
	text-transform: uppercase;
	color: transparent;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_main_headline .blog_post_title {
	color: #2C2C31;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card  .blog_post_excerpt {
	font-size: 15px;
	font-weight: 500 !important;
	color: #6A6A6D !important;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card  .blog_post_link {
	font-weight: 700;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper  .blog_post_link .hover {
	display: none;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper:hover .blog_post_link .hover {
	display: inline;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card_wrapper:hover .blog_post_link .static {
	display: none;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_featured_image img {
	width: 272px;
	height: 150px;
	object-fit: cover;
	object-position: center center;
	border-radius: 8px;
}

.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio-default-button-container {
	margin-top: 8px;
	text-align: left;
}

.dbio_static_latest_posts_block_container .latest_posts_sidebar_wrapper {
	width: 25%;
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.dbio_static_latest_posts_block_container .latest_posts_sidebar_wrapper .dbio-default-heading-block {
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #B9B9BAA6;
}

.dbio_static_latest_posts_block_container .latest_posts_sidebar_wrapper .sidebar_posts_section_title {
	text-align: left;
	color: #6A6A6D;
}

.dbio_static_latest_posts_block_container .latest_posts_sidebar_wrapper .sidebar_post_title a {
	font-weight: 700;
	color: #2C2C31;
}

.dbio_static_latest_posts_block_container .latest_posts_sidebar_wrapper .sidebar_post_title a:hover {
	color: #8829CC;
}

/** Responsive **/
@media screen and (max-width: 767.98px) {
	.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper {
		flex-direction: column;
		gap: 16px !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper .dbio-default-heading-block {
		width: 100% !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_title_search_wrapper .dbio_custom_search_form {
		width: 100% !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_section_wrapper {
		flex-direction: column;
		gap: 40px !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_content_wrapper {
		width: 100% !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card {
		flex-direction: column-reverse;
		gap: 32px !important;
		padding: 20px !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_featured_image {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_featured_image img {
		width: 100% !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_details {
		width: 100% !important;
	}
	
	.dbio_static_latest_posts_block_container .latest_posts_sidebar_wrapper {
		width: 100% !important;
		gap: 32px !important;
	}
	
}

@media screen and (max-width: 479.98px) {
	.dbio_static_latest_posts_block_container .latest_posts_content_wrapper .dbio_blog_post_item_card .blog_post_category {
		display: none;
	}	
}