.en-calendar-container {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    flex-direction: row-reverse;
}

.en-events-list {
    flex: 1;
    padding-right: 1rem;
}

.en-calendar {
    flex: 1;
    padding-left: 1rem;
}

.en-event-item {
    margin-bottom: 1em;
    padding-left: 0;
}

.en-event-title-row {
    font-size: 0.95em;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.2em;
}

.en-event-title {
    font-weight: bold;
    font-size: 0.95em;
    color: #222;
    text-decoration: none;
}

.en-event-title:hover {
    text-decoration: underline;
}

.en-event-meta-row {
    font-size: 0.95em;
    color: #444;
    margin-left: 0;
    margin-top: 0.1em;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.en-event-date, .en-event-location {
    font-size: 0.95em !important;
    color: #444 !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.en-event-item h2 {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    list-style: none;
}

.en-event-item h2 a {
    text-decoration: none;
    color: #333;
}

.en-event-location {
    font-size: 0.95em;
    color: #666;
    margin-left: 0.2em;
}

.en-event-date {
    font-size: 0.9em;
    color: #888;
    margin-left: 1.5em;
    margin-top: 0.2em;
    display: block;
}

.en-day-events ul, .en-day-events li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.en-day-events ul {
    margin-bottom: 0;
}

.en-day-events h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.7em;
    color: #222;
}

.en-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.en-calendar-nav a {
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    padding: 0.5rem;
}

.en-calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.en-calendar-table th,
.en-calendar-table td {
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ddd;
}

.en-calendar-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.en-calendar-table td.has-event {
    background-color: #e3f2fd;
    font-weight: bold;
    cursor: pointer;
}

.en-calendar-table td.has-event:hover {
    background-color: #bbdefb;
}

.en-event-files {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}

.en-event-files h3 {
    margin-bottom: 1rem;
}

.en-event-file {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.en-event-file a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.en-event-file img {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
}

.en-single-event {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.en-single-event .entry-title {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.en-single-event .en-event-meta {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.en-single-event .en-event-meta > div {
    margin-bottom: 0.5rem;
}

.en-single-event .en-event-meta > div:last-child {
    margin-bottom: 0;
}

.en-uploaded-files {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.en-uploaded-files h4 {
    margin: 0 0 0.5rem 0;
}

.en-file-item {
    margin-bottom: 0.5rem;
}

.en-file-item:last-child {
    margin-bottom: 0;
}

.en-file-item a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

.en-file-item a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background-image: url('../images/pdf-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.en-calendar-title {
    font-size: 1.1em !important;
    margin: 0 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.en-calendar-title .dashicons {
    color: #EF0A0A !important;
    font-size: 1.2em !important;
    width: 1.2em !important;
    height: 1.2em !important;
}

.en-calendar-nav button {
    background: none !important;
    border: none !important;
    padding: 0.2em 0.5em !important;
    cursor: pointer !important;
    color: #666 !important;
    font-size: 1.2em !important;
}

.en-calendar-nav button:hover .dashicons {
    color: #EF0A0A !important;
}

.en-calendar-nav .dashicons {
    font-size: 1.2em !important;
}

.en-events-list h2,
.en-upcoming-title {
    font-size: 1em !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}

.en-event-item h2,
.en-upcoming-title-small {
    font-size: 0.95em !important;
    font-weight: 500 !important;
    color: #222 !important;
    margin: 0 0 5px 0 !important;
}

.en-event-item a {
    color: #333 !important;
    text-decoration: none !important;
}

.en-event-item a:hover {
    color: #EF0A0A !important;
} 