/**
* 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
*/
.tvnews-event-read-more {
    margin-bottom: 3px;
}
.tvnews-event-content-wrapper .tvdate-time {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.blog_post_content_top.tvblog-img-block {
    position: relative;
}
.date_time.tvdate-time {
    position: relative;
    margin: 0;
}
.date_time.tvdate-time:after {
    content: '';
    width: 39px;
    height: 1px;
    border-top: 3px dotted #000;
    display: inline-block;
    vertical-align: middle;
    margin-inline: 10px;
}
.date_time.tvdate-time p {
    display: inline-block;
    margin: 0 1px;
    margin-bottom: 0;
    color: #4E4E4E;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
}
.tvblog-img-content-wrapper:hover .date_time.tvdate-time {
    /* background-color:#B6d3d7; */
}
.tvblog-img-content-wrapper:hover .date_time.tvdate-time p {
    /* color: #fff; */
}
.tvblog-event-all-content-block .tvnews-event-titel a:hover {
    color: #B6d3d7;
}
.tvnews-event-description,
.kr_blog_post_area .tvblog_post .post_content .post_description p {
    margin-bottom: 28px;
    -webkit-line-clamp: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.476;
    font-family: 'Poppins';
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #797979;
}
.tvnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
}
.tvblog-img-content-wrapper {
    background-color: #fff;
     border: 1px solid #E4E4E4; 
    border-radius: 0;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
.tvblog-img-content-wrapper:hover {
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}
.tvblog-event-all-content-block {
    /* padding: 0 15px; */
}
.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img {
    position: relative;
    height: auto;
    overflow: hidden;
}
.tvblog-event-all-content-block .tvnews-event-buttons i {
    color: #ffffff;
    line-height: 44px;
}
.tvnews-event-username {
    display: inline-block;
    margin-right: 30px;
}
.tvnews-event-read-more-link {
    text-align: start;
    position: relative;
    padding: 0 6px;
}
.tvnews-event-read-more-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    display: inline-block;
    background-color: #B6D3D780;
}
.lang-rtl .tvnews-event-read-more-link:before{
    right: 0;
    left: auto;
}
.tvnews-event-read-more-link span {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4286;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvnews-event-read-more svg {
    margin-inline-start: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lang-rtl .tvnews-event-read-more svg {
    transform: rotateY(180deg);
}
.tvnews-event-content-wrapper .tvall-inner-btn:hover span {
    color: #B6d3d7;
}
.tvnews-event-read-more .tvall-inner-btn:hover svg path {
    fill: #A8808B !important;
}
@media(max-width: 991px) {
    .tvnews-event-description,
    .kr_blog_post_area .tvblog_post .post_content .post_description p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}