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

#partnersMap{
    min-height: 536px;
    max-height: 536px;
}

#partners{
    max-height: 536px;
    overflow-y: scroll;
}
.partner{
    cursor: pointer;
    width: 100%;
    padding: 16px;
    border: 1px solid #DFE0E2;
    border-radius: 6px;
    background-color: white;
    margin-bottom: 4px;
    display: flex;
    gap: 16px;
    position: relative;
}
@media (max-width: 576px) {
    .partner .partner-url{
        padding: 4px;
        font-size: 12px;
        margin-bottom: 8px;
    }   
}
.partner-country{
    gap: 8px;
}
.country-flag{
    border-radius: 10px;
}
.country-name{
    color: #323538;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.partner-info{
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.partner-name{
    color: #323538;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.partner-address{
    color: #7A828A;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.partner:hover{
    background-color: #DFE0E2;
}
.partner-url{
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.section-title{
    color: #323538;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 32px;
}
.section-text{
    color: #323538 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.section-text ul{
    list-style: disc;
    padding-left: 40px;
}

.partner-country-count{
    background-color: #DFE0E2;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
    color: #323538;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 20px;
}