/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1776156552
Updated: 2026-04-14 18:49:12

*/

.gv-plant-sale-notice {
    background-image: -moz-linear-gradient(135deg, #f0f7e6, #e8f5d4);
    background-image: -webkit-linear-gradient(135deg, #f0f7e6, #e8f5d4);
    background-image: -o-linear-gradient(135deg, #f0f7e6, #e8f5d4);
    background-image: -ms-linear-gradient(135deg, #f0f7e6, #e8f5d4);
    background-image: linear-gradient(-45deg, #f0f7e6, #e8f5d4);
    border: 1px solid #6a8c30;
    border-left: 4px solid #6a8c30;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 10px 14px;
    margin: 8px 0 12px;
}
.gv-plant-sale-notice p {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}
.gv-plant-sale-notice strong {
    color: #4a6a1a;
}
@media (max-width: 768px) {
.gv-plant-sale-notice {
    padding: 9px 12px;
}
.gv-plant-sale-notice p {
    font-size: 12.5px;
}
}
