/**
 * New Dawn Pro – Rise Edition
 * Events Stylesheet
 * --------------------------------------------------------------
 * Version: 3.1.1
 * Author: The Rev. Dr. Rick G. Williams
 * Website: https://rickgwilliams.life
 * Description: Styling for event lists, single event pages, and calendar displays.
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * All Rights Reserved
 */

/* Single Event */
.new-dawn-event-single {
    margin-bottom: 2rem;
}

.new-dawn-event-single .event-header {
    margin-bottom: 1rem;
}

.new-dawn-event-single .event-title {
    font-family: "Lora", serif;
    font-weight: 700;
}

.new-dawn-event-single .event-meta {
    font-family: "Lato", sans-serif;
    font-size: 0.95rem;
    color: #555;
}

.new-dawn-event-single .event-meta-item {
    margin-right: 1.5rem;
    display: inline-block;
}

/* Event Summary */
.new-dawn-event-summary {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.new-dawn-event-summary-title a {
    font-family: "Lora", serif;
    font-weight: 700;
    text-decoration: none;
    color: #111;
}

.new-dawn-event-summary-title a:hover {
    color: #0059a8;
}

.event-summary-meta {
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    color: #666;
}

.event-summary-meta span {
    margin-right: 0.75rem;
}

/* Calendar */
.new-dawn-calendar-month {
    margin-top: 1rem;
}

.new-dawn-calendar-month .calendar-title {
    text-align: center;
    font-family: "Lora", serif;
    margin-bottom: 0.75rem;
}

.new-dawn-calendar-month .calendar-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
}

.new-dawn-calendar-month th,
.new-dawn-calendar-month td {
    text-align: center;
    padding: 0.4rem;
    border: 1px solid #eee;
}

.new-dawn-calendar-month td.empty {
    background-color: #f9f9f9;
}

.calendar-day-number {
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.calendar-day.has-events {
    background-color: #f0f7ff;
}

.calendar-day.today {
    border: 2px solid #0059a8;
}

.calendar-events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar-events-list li {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.calendar-events-list a {
    text-decoration: none;
    color: #0059a8;
}

.calendar-events-list a:hover {
    text-decoration: underline;
}

/* Upcoming Events Widget */
.new-dawn-upcoming-events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-dawn-upcoming-events-list li {
    margin-bottom: 0.4rem;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
}

.new-dawn-upcoming-events-list .event-date {
    font-weight: 700;
}

/* --------------------------------------------------------------
 * END OF FILE: events.css
 * New Dawn Pro – Rise Edition v3.1.1
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * EOF
 */
