/**
 * 2024 DMConcept
 *
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement
 *
 * @author    DMConcept <support@dmconcept.fr>
 * @copyright 2024 DMConcept
 * @license   Commercial license (You can not resell or redistribute this software.)
 */

.quote-mobile-list {
    margin-top:10px;
    margin-bottom:20px;
}

.quote-mobile-list .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    color: #fff;
    white-space: nowrap;
    margin-top:10px;
    display: inline-block;
}

#content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
}

.advancedquote-16 table tr td {
    padding: 9px 10px;
}

.advancedquote-16 a:not(.btn) {
    color: #2fb5d2;
}