.programme-section {
    max-width: 768px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
}

.description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    max-width: 400px;
    margin: 0.5rem auto 0;
}

.programme-container {
    width: 100%;
    max-width: 600px;
}

.separator-line {
    height: 1px;
    background-color: #000;
    width: 100px;
}

.event-wrapper {
    margin-bottom: 4rem;
    text-align: center;
}

.event-time {
    font-size: 1rem;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.title-container .separator-line {
    flex: 1;
    max-width: 100px;
}

.event-title {
    font-size: 1.25rem;
    white-space: nowrap;
}

.event-location {
    margin: 1rem 0;
    line-height: 1.5;
}



.map-container {
    margin: 1.5rem 0;
}

.map {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.map-link {
    font-size: 0.9rem;
    text-decoration: underline;
}
