.event-hero-section {
    padding: 3.125rem 0;
    background-image: url('https://images.unsplash.com/photo-1617280137702-32e761be8b26?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8Z3Jhc3MlMjBmaWVsZHxlbnwwfHwwfHx8MA%3D%3D&w=1000&q=80');
    background-size: cover;
    background-position: center
}

.event-hero-container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    padding-top: 3.125rem
}

.event-hero-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
    font-size: 0.95rem;
}

.event-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: normal;
}

.event-hero-meta-separator {
    opacity: 0.8;
}

.event-hero-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.event-hero-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem
}

@media(min-width:768px) {
    .event-hero-title {
        font-size: 2.25rem
    }
}

@media(max-width:576px) {
    .event-hero-meta {
        font-size: 0.85rem;
        text-align: center;
    }
}

.event-detail-section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.event-container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.event-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.event-left-column {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2.5rem
}

@media(min-width:1024px) {
    .event-left-column {
        width: 66.666667%;
        margin-bottom: 0
    }
}

.event-image-wrapper {
    margin-bottom: 2rem
}

.event-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover
}

.event-description {
    max-width: none
}

.event-description-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #008E43
}

.event-description-content {
    margin-bottom: 1rem
}

.event-description-content p {
    margin-bottom: 1rem
}

.event-right-column {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media(min-width:1024px) {
    .event-right-column {
        width: 33.333333%
    }
}

/* On smaller screens, show Event Details above description */
@media(max-width:1023.98px) {
    .event-right-column {
        order: 1;
    }

    .event-left-column {
        order: 2;
    }
}

.event-details-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden
}

.event-details-header {
    background: linear-gradient(to right, #16a34a, #15803d);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.event-details-header-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff
}

.event-details-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.event-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6
}

.event-detail-item-last {
    border-bottom: none
}

.event-detail-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f0fdf4;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a
}

.event-detail-content {
    flex: 1
}

.event-detail-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #008E43;
    display: block;
    margin-bottom: 0.25rem
}

.event-detail-value {
    color: #111827;
    font-weight: 500
}

.event-detail-link {
    color: #4b5563;
    font-weight: 500;
    word-break: break-all;
    transition: color 0.3s
}

.event-detail-link:hover {
    color: #15803d;
    text-decoration: underline
}

/* Event description tabs */
.event-description-tabs {
    margin-top: 1rem;
}

.event-description-tab-headers {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #008E43;
    border-radius: 9999px;
    padding: 0.25rem;
    margin-bottom: 1rem;
}

.event-description-tab-headers::-webkit-scrollbar {
    height: 4px;
}

.event-description-tab-headers::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 9999px;
}

.event-description-tab-button {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    border-radius: 9999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.event-description-tab-button.active {
    background-color: #ffffff;
    color: #008E43;
}

.event-description-tab-bodies {
    padding: 0.75rem 0.25rem;
}

.event-description-tab {
    display: none;
}

.event-description-tab.active {
    display: block;
}