/*
 Theme Name:   Gardening Club
 Theme URI:    https://example.com
 Description:  Twenty Twenty-Five child theme for gardening club website
 Author:       Your Name
 Template:     twentytwentyfive
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  gardeningclub
*/

body {
    line-height: 1.2 !important;
}

header .wp-block-group {
    flex: 1;

    & .wp-block-site-title {
        margin-top: 0 !important;
    }

    & nav {
        flex: 1;
    }
}

.wp-block-group p {
    margin-top: 16px !important;
}

.wp-block-post-template-is-layout-grid {
    gap: 20px;

    .wp-block-post-featured-image {
        img {
            border-radius: 8px;
            object-fit: cover;
            aspect-ratio: 3/2;
        }
    }
}

.front-page-hero {
    color: white;

    & nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: 14px;
        font-weight: 600;
    }

    & .welcome-message {
        margin-bottom: 0;
    }

    & .wp-block-site-title {
        margin-top: 6px;
    }
}

.meeting-custom-attribute h2 {
    margin-bottom: 10px;
}

.meeting-custom-attribute > * {
    line-height: 1;
}

.wp-block-post-title {
    margin-bottom: 12px;
}
