/* Promo Code Input Box – Bold Black Border */
#inputPromotionCode {
    border: 2px solid #000000 !important;   /* Thick black border */
    background: #ffffff !important;         /* White background */
    color: #000000 !important;              /* Black text */
    padding: 10px !important;
    border-radius: 4px !important;
}