/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

@media(min-width: 768px) {
	.tvcmsblog-event-home .tvblog-event-inner-block,
	.tvcmsblog-event-home .tvnews-wrapper-info-box{
		display: block;
	}
	.tvcmsblog-event-home .tvcmsblog-event-home-pagination-wrapper{
		display: none;
	}
	.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img img{
		width: auto;
	}
}
.tvblog-event .home_blog_post_area {
	background-color: #ffffff;
	padding: 70px 0 0;
}
.tvcmsblog-event-home .tvnews-wrapper-info-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.tvblog-event-all-content-block:nth-child(1) {
	margin-bottom: 30px;
}
.tvblog-event-all-content-block .tvblog-img-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.date_time.tvdate-time {
    position: absolute;
    top: 20px;
    left: 35px;
    border-radius: 0;
    background-color: #b41c43;
    padding: 11px 13px;
    text-align: center;
}
.day_time.tvday-time p{
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    display: block;
}
.tvmonth-time p{
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
}
.date_time.tvdate-time:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    right: -5px;
    border: 1px solid #b41c43;
    background-color: transparent;
}
.meta-author.tvnews-event-username {
    margin-right: 10px;
}
.meta-author.tvnews-event-username svg {
    vertical-align: middle;
    margin-right: 5px;
}
.tvcmsblog-view-count i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 20px;
}
.tvnews-event-titel h3 a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.post_description.tvnews-event-description {
    margin-bottom: 15px;
}
.tvblog-event-all-content-block {
	padding: 0;
}
.tvblog-event-all-content-block:nth-child(2) .tvblog-img-content-wrapper .blog_post_content_top.tvblog-img-block {
	order: 1;
}
.tvblog-event-all-content-block:nth-child(2) .tvblog-img-content-wrapper .tvnews-event-content-wrapper {
	order: 0;
	text-align: end;
}
.tvblog-event-all-content-block:nth-child(2) .tvnews-event-read-more {
	text-align: right;
}
.tvblog-event-all-content-block:nth-child(2) .tvblog-date-username .post_meta {
	justify-content: flex-end;
}
.tvnews-event-read-more-link a i {
	font-size: 16px;
}