/* Frontend Shortcode Styling */
.dse-events-container {
    margin: 20px 0;
}
.dse-event-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.dse-event-item h3 {
    margin-bottom: 10px;
}
.dse-event-image {
    margin-bottom: 15px;
}
.dse-event-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.dse-event-schedule {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid #ccc;
}
.dse-event-schedule p {
    margin: 0 0 5px 0;
}
.dse-event-meta-p {
    margin-top: 0;
    margin-bottom: 5px;
}
.dse-event-location-p {
    margin-top: 0;
    margin-bottom: 15px;
}
.dse-map-link {
    font-size: 0.9em;
}
.dse-event-link-p {
    margin-top: 15px;
}
.dse-pagination {
    margin-top: 20px;
}
.dse-sidebar-events-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.dse-sidebar-events-list li {
    margin-bottom: 15px;
}
.dse-sidebar-events-list a {
    text-decoration: none;
}
.dse-sidebar-date {
    display: block;
    font-size: 0.9em;
    color: #666;
    font-weight: bold;
}
.dse-sidebar-title {
    display: block;
    font-weight: 500;
}