/* TLWP Option frontend styles */
.tlwp-vat-notice {
    margin: 12px 0;
    padding: 7px;;
    border-radius: 6px;
    background: #f7fafc;
    color: #1f2937;
    line-height: 1.6;
}

.tlwp-vat-notice-details {
    margin: 8px 0;
}

.tlwp-vat-notice-toggle {
  display: inline-block;
    padding: 8px 16px;
    background: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.tlwp-vat-notice-details[open] > .tlwp-vat-notice-toggle {
    margin-bottom: 8px;
}

.tlwp-vat-notice-body {
    margin-top: 8px;
}

.tlwp-contact-price {
    color: #c2410c;
    font-weight: 600;
}

.tlwp-contact-button {
    text-decoration: none;
}
