/* BuyGuard for WooCommerce Frontend Styles */

/* Restricted message */
.buyguard-restricted-message {
  margin: 1em 0;
  padding: 1em;
  border-left: 5px solid #e2401c;
  background-color: #f8f4f4;
}

/* Hidden price message */
.buyguard-price-hidden {
  font-weight: 600;
  font-style: italic;
}

/* Custom view button */
.buyguard-view-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .buyguard-restricted-message {
    padding: 0.75em;
  }
}
