/**
* Theme Name: The Eat Well Plate
* Theme URI: https://www.eatwellplate.com
* Text Domain: theeatwellplate
* License: GNU General Public License v2 or later
* Description: A WordPress theme for the Eat Well Plate initiative.
* Version: 1.0.0
* Author: Team Pinaak
* Author URI: https://pinaak.com
*/

/* WooCommerce primary buttons */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #place_order {
  background-color: #25765F !important;
  color: #ffffff !important;
  border-radius: 9999px;
  padding: 14px 32px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover {
  background-color: #1f5e4c !important;
}

/* Checkout privacy policy notice */
.woocommerce-privacy-policy-text {
  background: #f9fafb;
  color: #374151;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
}

/* Remove Woo purple focus */
.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
  border-color: #25765F !important;
  box-shadow: 0 0 0 2px rgba(37, 118, 95, 0.2);
}
.woocommerce a {
  color: #25765F;
}

.woocommerce a:hover {
  color: #1f5e4c;
}
