/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_EstimatedDeliveryFee
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html ASL Licence
 * @link      https://store.webkul.com/license.html
 */

.restaurant-details-inner-container.restaurant-estimated-delivery-row {
    border-top: 1px solid #ECECEC;
    margin-top: 6px;
    padding: 6px 10px 4px 10px;
    display: flex;
    align-items: center;
}

.restaurant-details-inner-container.restaurant-estimated-delivery-row .restaurant-estimated-delivery {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #555555;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.restaurant-details-inner-container.restaurant-estimated-delivery-row .restaurant-estimated-delivery label,
.restaurant-details-inner-container.restaurant-estimated-delivery-row .restaurant-estimated-delivery .delivery-badge-label {
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    cursor: inherit;
    margin: 0;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-details-inner-container.restaurant-estimated-delivery-row .restaurant-estimated-delivery .delivery-badge-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666666'%3E%3Cpath d='M19 7c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 10.35V7zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1zm-3-3c0-1.1.9-2 2-2h2v2H4zm15 3c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
