/**
* 2007-2024 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-2024 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badfooterlogo-content-wrapper {
    text-align: left;
    padding-bottom: 20px;
}

.badfooterlogo-content-img {
    padding-bottom: 35px;
}

.badfooterlogo-content-inner {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    width: 80%;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
}

.badfooterlogo-content-wrapper a {
    display: block;
}

.badfooterlogo-content-img {
    padding-bottom: 10px;
}

.badfooterlogo-content-img a img {
    max-width: 60%;
}

@media(max-width: 1199px) {
    .badfooterlogo-content-inner {
        font-size: 14px;
        -webkit-line-clamp: 3;
        width: 100%;
    }
}

@media(max-width: 991px) {
    .badfooterlogo-content-wrapper {
        padding: 0;
    }

    .badfooterlogo-content-inner {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        width: 60%;
        margin: 0;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .badfooterlogo-content-img {
        padding-bottom: 10px;
    }

    .badfooterlogo-content-inner {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .badfooterlogo-content-inner {
        width: 80%;
    }
}

@media(max-width: 575px) {
    .badfooterlogo-content-wrapper {
        padding-bottom: 8px;
    }

    .badfooterlogo-content-inner {
        width: 100%;
    }
}