/*
Theme Name:   Astra Child
Theme URI:    https://appetitli.ch/pame
Description:  Child theme for Astra
Author:       Pame
Author URI:   https://appetitli.ch/pame
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* Add your custom CSS below this line */

/* Latest Events List Styling */
.custom-events-list {
    font-family: 'Reforma', serif;
    font-size: 22px;
    line-height: 1.5;
    color: #113a77;
	text-align: center;
}

.event-item {
    display: block;
    margin-bottom: 10px;
}

.event-date {
    font-weight: 600;
    color: #113a77;
}

.event-separator {
    margin: 0 5px;
    color: #113a77;
}

.event-title {
    font-weight: 600;
    color: #113a77;
}

.event-link {
    text-decoration: none !important;
    color: #113a77;
    display: block;
    transition: all 0.3s ease;
}

.event-link:hover {
    color: #0066cc;
    padding-left: 5px;
}

@media (max-width: 768px) {
	.custom-events-list {
		font-size: 18px;
	}
}