/**
* 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;
	}
}

.tvexternal-blog-home {
    margin-top: 40px;
    margin-bottom: 60px;
}

.tvexternal-blog-wrapper {
    padding: 10px 0 0;
}

.tvexternal-blog-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.tvexternal-blog-title {
    margin: 0;
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.tvexternal-blog-more-link {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.tvexternal-blog-heading .tvexternal-blog-more-link {
    position: absolute;
    top: 0;
    right: 0;
}

.tvexternal-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
}

.tvexternal-blog-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.tvexternal-blog-card-image-link {
    display: block;
}

.tvexternal-blog-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.tvexternal-blog-card-title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.tvexternal-blog-card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.tvexternal-blog-card-title a:hover {
    color: #e2007a;
}

.tvexternal-blog-card-excerpt {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.6;
}

.tvexternal-blog-card-actions {
    margin-top: 16px;
    text-align: right;
}

.tvexternal-blog-readmore {
    display: inline-block;
    padding: 10px 16px;
    background-color: #e2007a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color .3s ease;
}

.tvexternal-blog-readmore:hover {
    background-color: #111111;
    color: #ffffff;
}

.tvexternal-blog-footer-link {
    margin-top: 14px;
    text-align: right;
}

@media (max-width: 1199px) {
    .tvexternal-blog-grid {
        gap: 24px;
    }

    .tvexternal-blog-card {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .tvexternal-blog-card-title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .tvexternal-blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tvexternal-blog-heading {
        padding-top: 24px;
    }

    .tvexternal-blog-heading .tvexternal-blog-more-link {
        position: static;
        display: inline-block;
        margin-top: 12px;
    }

    .tvexternal-blog-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tvexternal-blog-card-title {
        font-size: 20px;
    }

    .tvexternal-blog-card-actions,
    .tvexternal-blog-footer-link {
        text-align: left;
    }
}
