/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 13:16:15 */
.woocommerce-message {
background-color: #f9f6f0;
    color: #333;
    padding: 20px 80px;
    margin: 10px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce-message::before {
  content: "✅ ";
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.woocommerce-message a.button {
  background-color: #c59f57;
  color: white !important;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 5px;
  text-transform: none;
  transition: background 0.3s ease;
}

.woocommerce-message a.button:hover {
  background-color: #b58f4d;
}