/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.woocommerce-product-technical-description {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}

.woocommerce-product-technical-description h3 {
  margin-top: 0;
  font-size: 1.3em;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.woocommerce-product-technical-description p {
  margin-bottom: 10px;
  color: #444;
  line-height: 1.6;
}

.woocommerce-product-technical-description a.button {
  background-color: #007cba;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.woocommerce-product-technical-description a.button:hover {
  background-color: #005f8a;
}
