<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
/* Button wrapper */
.tradeit-product-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: 100%;
  margin-top: 10px;
}

/* Button styling */
.tradeit-product-buttons .button,
.tradeit-product-buttons .btn,
.tradeit-product-buttons button {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

/* Add to cart button */
.tradeit-product-buttons .add-to-cart {
  background-color: #007bff;
  color: white;
}
.tradeit-product-buttons .add-to-cart:hover {
  background-color: #ff6a00;
}

/* Contact Seller + Chat Now */
.tradeit-product-buttons .contact-seller,
.tradeit-product-buttons .chat-now {
  background-color: #e0e0e0;
  color: #333;
}
.tradeit-product-buttons .contact-seller:hover,
.tradeit-product-buttons .chat-now:hover {
  background-color: #ccc;
}
.tradeit-product-buttons {
  background-color: red !important;
}
</pre></body></html>