
/* Filter container */
.woof_shortcode_output {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

/* Reset Button */
.custom-reset-button {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-reset-button:hover {
  background-color: #003f88;
  color: #000;
}
