/**
 * TLWP-Option Frontend Styles
 *
 * @package TLWP_Option
 */

.tlwp-contact-price {
    color: #d32f2f;
    font-weight: bold;
    font-size: 1.1em;
}

.tlwp-vat-notice {margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px dashed #d32f2f;
    background-color: #fff3f3;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6;
}
.tlwp-vat-notice ul {
    margin-top: 10px;
    padding-left: 20px;
    list-style: disc;
}
.tlwp-vat-notice ul li {
    margin-bottom: 5px;
      list-style: disc !important;
}