/**
* 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 no-repeat center center:
* 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
*/
.badcustomerservices2-block {
    padding: 20px 15px;
    border-radius: 6px;
    border: 1px solid rgb(221, 224, 227);
    margin-top: 20px;
}
.badcustomerservices2-main-title .badmain-title-wrapper .badmain-title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgb(221, 224, 227);
    text-align: center;
    display: block;
}
.badcustomerservices2-content-wrapper {
    text-align: center;
    background-color: #cdecb4;
    padding: 10px;
    min-height: 100px;
}
.badcustomerservices2-content-inner {
    padding: 0 5px;
}
.badcustomerservices2-main-title .badmain-title-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: block;
}
.badcustomerservices2-content-wrapper img {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
}
.badcustomerservices2-title {
    font-size: 12px;
    line-height: 18px;
}
@media(max-width: 1400px){
    .badcustomerservices2-title{
        word-break: break-all;
    }
}
@media(max-width: 1200px){
    .badcustomerservices2-content-wrapper{
        margin: 5px;
    }
    .badcustomerservices2-content-inner{
        padding: 0;
    }
    .badcustomerservices2-title{
        word-break: break-word;
    }
}
@media(max-width: 991px){
    .badcustomerservices2-content-wrapper{
        margin: 0;
    }
    .badcustomerservices2-content-inner{
        padding: 0 5px;
    }
}
@media(max-width: 575px){
    .badcustomerservices2-1, .badcustomerservices2-2 {
        margin-bottom: 10px;
    }
}
