/*
Theme Name: Hello Elementor Child
Theme URI: https://f1mobiletyrefitting.co.uk
Template: hello-elementor
Author: wassim
Author URI: https://f1mobiletyrefitting.co.uk
Description: hello theme child theme
Version: 1.1.1748967358
Updated: 2025-06-03 17:15:58

*/
#tyrefit-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#tyrefit-form input[type="text"] {
  width: 150px;
  padding: 6px;
}

#tyrefit-form button {
  padding: 6px 12px;
  cursor: pointer;
}

#tyrefit-result {
  margin-left: 15px;
  font-weight: bold;
}

.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-link {
  color: #c00000 !important;
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-link:hover,
.woocommerce-privacy-policy-link:hover {
  color: #a00000 !important;
  text-decoration: none;
}

