/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* Related Posts Styles */
.simpleblog__related-posts .section-title{
    margin-bottom: 0 !important;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    text-align: center;
    border-bottom: 0 !important;
}
.simpleblog__related-posts .section-title span{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    color: #091268;
}
.simpleblog__related-posts .simpleblog__listing{
    margin-top: 0;
    position: relative;
    padding-bottom: 0;
}
.simpleblog__related-posts .cardblog{
    flex-direction: column !important;
}
.simpleblog__related-posts .simpleblog__listing__post__wrapper__image img{
    margin-bottom: 0;
    height: 432px;
    object-fit: cover;
    margin-bottom: 15px;
    width: 100%;
}
.simpleblog__related-posts .simpleblog__listing__post__wrapper__meta .simpleblog__listing__post__wrapper__meta__date{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #0000004D;
    margin-bottom: 8px;
    display: block;
}
.simpleblog__related-posts .simpleblog__listing__post__wrapper__title{
    margin-bottom: 8px;
    border: 0;
    padding-bottom: 0
}
.simpleblog__related-posts .simpleblog__listing__post__wrapper__title a{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #091268 !important;
    display: block;
}
.simpleblog__related-posts p{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #00000080;
    margin-bottom: 8px;
    display: block;
}
.simpleblog__related-posts .simpleblog__listing__post__wrapper__more a{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: #F5333F;
    background-color: transparent;
    border: none;
    padding: 0;
    display: block;
    text-align: left;
}

.simpleblog__related-posts .simpleblog__listing__post__wrapper__category {
    border: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}
.simpleblog__related-posts .simpleblog__listing__post__wrapper__category a{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    color: #F5333F !important;
    background-color: #fff;
    padding: 8px 22px;
    display: block;
    text-decoration: none;
}

/* Swiper Styles */

.simpleblog__related-posts{
    position: relative;
    border-top: 1px solid #9196C0;
}
.simpleblog__related-posts .swiper-button-prev {
    top: 90px;
    opacity: 1;
    background: transparent;
    color: #091268;
    left: auto;
    right: 80px;
    padding: 0;
}
.simpleblog__related-posts .swiper-button-next{
    top: 90px;
    opacity: 1;
    background: transparent;
    color: #091268;
    right: 0;
    padding: 0;
}
.simpleblog__related-posts .swiper-button-prev::after,
.simpleblog__related-posts .swiper-button-next::after{
    font-family: "Font Awesome 6 Sharp";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1200px) {
    .simpleblog__related-posts .simpleblog__listing__post__wrapper__image img{
        height: 280px;
    }
}
@media (max-width: 768px) {
    .simpleblog__related-posts .section-title span{
        font-size: 18px;
        line-height: 18px;
    }
    .simpleblog__related-posts .section-title{
        text-align: left;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .simpleblog__related-posts .simpleblog__listing__post__wrapper__image img{
        height: 176px;
        margin-bottom: 8px;
    }
    .simpleblog__related-posts .simpleblog__listing__post__wrapper__title a {
        font-size: 16px;
        line-height: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 34px;
        display: block;
    }
    .simpleblog__related-posts .simpleblog__listing__post__wrapper__meta .simpleblog__listing__post__wrapper__meta__date{
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 8px;
    }
    .simpleblog__related-posts p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .simpleblog__related-posts .simpleblog__listing__post__wrapper__category a{
        padding: 5px 10px;
    }
    .simpleblog__related-posts .swiper-button-next,
    .simpleblog__related-posts .swiper-button-prev {
        top: 61px;
    }
    .simpleblog__related-posts .swiper-button-prev {
        right: 40px;
    }
}