/* Event Detail Page Specific Styles */

.event-header {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.event-header .event-meta {
    font-size: 1.1rem;
    color: #6c757d;
}

.event-content {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px; /* Optimal reading width */
    margin: 2rem auto;
}

.event-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 10px;
}

.sticky-share-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    text-align: center;
}

.related-events-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}