/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


.order-notes {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.order-notes h3, .order-notes h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.order-notes p {
    margin: 5px 0;
    color: #555;
    font-size: 14px;
}