.single-event-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
    color: #333;
}

.single-event-header {
    text-align: center;
    margin-bottom: 30px;
}

.single-event-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #074799;
}

.single-event-meta {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.single-event-meta span {
    display: inline-block;
    margin-right: 15px;
}

.event-description {
    margin-bottom: 30px;
    font-size: 18px;
    color: #555;
}

.event-venue,
.event-map {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.event-venue h2,
.event-map h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #074799;
}

.venue-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.venue-address {
    font-size: 16px;
    color: #555;
}

.event-map iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    border: none;
}

.single-event-thumbnail {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.single-event-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-event-footer {
    text-align: center;
    margin-top: 30px;
}

.back-to-events {
    display: inline-block;
    padding: 10px 20px;
    background: #074799;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.back-to-events:hover {
    background: #0e9e74;
}
