/*
Theme Name: SchlibChildOneBB
Theme URI: 
Author: Gary Monroe
Author URI: 
Description: Schoolcraftlibrary.org Child Theme of the One Business Block main Theme.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: one-business-blocks
Text Domain: schlibchildonebb
Tags: 
*/
.events-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.event-item {
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.event-item img {
    max-width: 100%;
    height: auto;
}

.event-item h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

.event-item p {
    font-size: 0.9em;
    color: #666;
}


