/**
* 2007-2023 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-2023 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.
*/

.zb-delivery-coverage {
    margin: 0 0 24px;
    overflow: hidden;
    border: 1px solid #d4e5dc;
    border-radius: 16px;
    background: linear-gradient(160deg, #ffffff 0%, #f4faf7 100%);
    color: #153b2d;
    box-shadow: 0 8px 24px rgba(20, 61, 49, .07);
}

.zb-delivery-coverage__header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 18px 17px 14px;
    border-top: 4px solid #f58220;
}

.zb-delivery-coverage__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    background: #e8f5ef;
    color: #087b50;
}

.zb-delivery-coverage__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zb-delivery-coverage__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #df6d10;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
}

.zb-delivery-coverage__header strong {
    display: block;
    font-size: 20px;
    line-height: 1.15;
}

.zb-delivery-coverage__intro {
    margin: 0;
    padding: 0 17px 14px;
    color: #60766d;
    font-size: 13px;
    line-height: 1.45;
}

.zb-delivery-coverage__bands {
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

.zb-delivery-coverage__bands li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 6px;
    border-top: 1px solid #dce9e2;
}

.zb-delivery-coverage__bands span,
.zb-delivery-coverage__bands strong,
.zb-delivery-coverage__bands small {
    display: block;
}

.zb-delivery-coverage__bands strong {
    font-size: 13px;
    line-height: 1.25;
}

.zb-delivery-coverage__bands small {
    margin-top: 2px;
    color: #72867d;
    font-size: 11px;
}

.zb-delivery-coverage__bands b {
    min-width: 64px;
    padding: 7px 8px;
    border-radius: 9px;
    background: #e7f5ee;
    color: #087b50;
    font-size: 14px;
    text-align: center;
}

.zb-delivery-coverage__note {
    margin: 0 17px;
    padding: 13px 0;
    border-top: 1px solid #dce9e2;
    color: #60766d;
    font-size: 11px;
    line-height: 1.4;
}

.zb-delivery-coverage .zb-delivery-coverage__service-note {
    box-sizing: border-box;
    width: auto !important;
    margin: 0 17px !important;
    padding: 13px 0 !important;
    border: 0;
    border-top: 1px solid #dce9e2;
    border-radius: 0;
    background: transparent;
    color: #60766d;
    font-size: 11px !important;
    line-height: 1.45 !important;
}

.zb-delivery-coverage .zb-delivery-coverage__service-note p {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #60766d !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
}

.zb-delivery-coverage .zb-delivery-coverage__service-note p + p {
    margin-top: 10px !important;
}

.zb-delivery-coverage .zb-delivery-coverage__service-note strong,
.zb-delivery-coverage .zb-delivery-coverage__service-note span {
    display: block !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: 0;
}

.zb-delivery-coverage .zb-delivery-coverage__service-note strong {
    margin: 0 0 2px !important;
    color: #153b2d;
    font-weight: 800;
}

.zb-delivery-coverage__link {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 11px 17px;
    background: #087b50;
    color: #fff !important;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none !important;
}

.zb-delivery-coverage__link:hover,
.zb-delivery-coverage__link:focus {
    background: #076842;
    color: #fff !important;
}
