/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 12:23:15 */
.woocommerce-checkout #terms {
  outline: 2px solid #ff9800; /* highlight the checkbox */
  box-shadow: 0 0 5px rgba(255, 152, 0, 0.7);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  background-color: #fff3cd;
  padding: 10px;
  display: inline-block;
  border-left: 4px solid #ffc107;
}
