.en-single-event {
    max-width: 800px;
    margin: 150px auto 0;
    padding: 20px;
}

.en-event-title {
    font-size: 1em;
    margin-bottom: 20px;
    color: #333;
}

.en-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.en-calendar-title,
.en-event-files h3,
.en-upcoming-events h3,
.en-day-events h3,
.en-events-title {
    font-size: 1.2em;
    margin: 0;
    color: #333;
}

.en-calendar-nav {
    display: flex;
    gap: 10px;
}

.en-nav-btn {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.en-nav-btn:hover {
    color: #EF0A0A;
}

.en-nav-btn .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.en-event-date,
.en-event-location {
    margin-bottom: 15px important!;
    font-size: 1.1em important!;
    color: #666 important!;
}

.en-event-content {
    margin: 20px 0;
    line-height: 1.6;
}

.en-event-files {
    margin-top: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.en-event-files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.en-event-files li {
    margin-bottom: 10px;
}

.en-event-files a {
    color: #0073aa;
    text-decoration: none;
}

.en-event-files a:hover {
    text-decoration: underline;
}

.en-uploaded-files {
    margin-top: 15px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 3px;
}

.en-file-item {
    margin-bottom: 5px;
}

.en-file-item a {
    color: #0073aa;
    text-decoration: none;
}

.en-file-item a:hover {
    text-decoration: underline;
}

.en-calendar-title {
    font-size: 1.1em;
    margin: 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.en-calendar-icon {
    color: #EF0A0A;
    font-size: 1.2em;
    width: 1.2em;
    height: 1.2em;
}

.en-calendar-nav .dashicons {
    font-size: 1.2em;
}

.en-event-item h2 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.en-event-item a {
    color: #333;
    text-decoration: none;
}

.en-event-item a:hover {
    color: #EF0A0A;
}

.en-day-events h3,
.en-upcoming-events h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
}

.en-day-events ul li a,
.en-upcoming-events ul li a {
    font-size: 0.9em;
    color: #333;
    text-decoration: none;
}

.en-day-events ul li a:hover,
.en-upcoming-events ul li a:hover {
    color: #EF0A0A;
}

.en-event-location {
    font-size: 0.9em;
    color: #666;
}

.en-upcoming-events-block {
    margin-top: 10px;
}

.en-upcoming-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 8px;
}

.en-upcoming-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.en-upcoming-item {
    margin-bottom: 6px;
}

.en-upcoming-title-small {
    font-size: 0.9em;
    font-weight: 500;
    color: #222;
    display: block;
}

.en-upcoming-date {
    font-size: 0.9em;
    color: #888;
    display: block;
} 