/*
Theme Name: Green Grass Grove Theme
Theme URI: https://greengrassgrove.com/
Template: astra
Author: Myco-Verse Productions
Author URI: https://mycoverseproductions.com
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.10.1738087327
Updated: 2025-01-28 13:02:07

*/

/* Styling for Plant ACF Fields */
.plant-acf-fields {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.plant-acf-fields h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.plant-acf-fields p {
    margin-bottom: 10px;
}

.plant-acf-fields p strong {
    display: inline-block;
    width: 250px;
    color: #333;
}

.plant-acf-fields img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}