<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Lightning Child TMSA
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.acf-product-fields {
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    clear: both;
}

.acf-product-fields ul{
	list-style:none;
}

.woocommerce-loop-product__title{
	text-align:left;
}
.woocommerce-message {
    border-top-color: #005bac;
}
.woocommerce-message::before {
    content: "\e015";
    color: #005bac;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
}
.woocommerce-Address {
    max-width: 100%;
}
address {
    font-style: normal;
}

.cart-btn a{
	  background-color: #005bac;
}
.cart-btn a:hover {
    color: white;
    opacity: 0.7;
}</pre></body></html>