/*
Theme Name: Kowine Child
Theme URI: http://www.wpbingosite.com/kowine
Author: wpbingo
Description: This is a child theme for Kowine
Version: 1.0
Author URI: http://wpbingosite.com
Template: kowine
Text Domain: kowine-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.custom-event-wrapper {
    max-width: 900px;
    margin: auto;
}

.event-month-title {
    font-size: 22px;
    font-weight: 400;
    margin: 40px 0 15px;
    color: #a20000;
}

.event-row {
    display: grid;
    grid-template-columns: 100px 180px auto;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.event-date-box {
    text-align: center;
    font-family: 'Helvetica', sans-serif;
}

.event-date-box .weekday {
    font-size: 14px;
    color: #444;
}

.event-date-box .day {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.event-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.event-details {
    display: flex;
    flex-direction: column;
}

.event-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
}

.event-title a {
    text-decoration: none;
    color: #000;
}

.event-location {
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
}

.event-excerpt {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
}

.event-buttons a {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
}

.btn-site {
    background: #7d0040;
    color: #fff;
}

.btn-wa {
    background: #009900;
    color: #fff;
}

.event-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    justify-content: center;
    padding: 30px 0;
}

.event-pagination ul li a,
.event-pagination ul li span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #444;
    border-radius: 4px;
}

