/**
 * Frontend styles for Multicase Order Number plugin
 *
 * @package Multicase_Order_Number
 * @author Johan Björn <johan.bjorn@multicase.no>
 */

/* Custom Order Number Display */
.custom-order-number {
  font-weight: bold;
  color: #2271b1;
}

/* Custom Order Number Box on Order Details */
.woocommerce-order-custom-number {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-left: 4px solid #2271b1;
  border-radius: 4px;
}

.woocommerce-order-custom-number p {
  margin: 0;
}

/* Custom Order Number on Thank You Page */
.woocommerce-order-custom-number-thankyou {
  margin: 20px 0;
  padding: 15px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  color: #155724;
}

.woocommerce-order-custom-number-thankyou p {
  margin: 0;
  font-size: 16px;
}

.woocommerce-order-custom-number-thankyou .custom-order-number {
  font-size: 18px;
  font-weight: bold;
}
