.hwcc-event {
    display: flex;
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.hwcc-date {
    min-width: 90px;
    text-align: center;
    font-weight: bold;
    color: #0b5ea8;
    font-size: 1.2rem;
}

.hwcc-details {
    flex: 1;
}

.hwcc-details h2 {
    margin: 0 0 10px;
    color: #222;
}

.hwcc-time {
    font-weight: 600;
    color: #0b5ea8;
}

.hwcc-location {
    color: #666;
}

.hwcc-date {
    background: #0b5ea8;
    color: white;
    border-radius: 8px;
    padding: 12px;
}

.hwcc-event {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.hwcc-date {
    min-width: 90px;
    background: #0b5ea8;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
}

.hwcc-details {
    flex: 1;
}

.hwcc-details h2 {
    margin-top: 0;
}

.hwcc-time {
    color: #0b5ea8;
    font-weight: 600;
}

.hwcc-location,
.hwcc-route {
    margin: 8px 0;
}

.hwcc-route a {
    color: #0b5ea8;
    text-decoration: none;
}

.hwcc-route a:hover {
    text-decoration: underline;
}

.hwcc-description {
    margin-top: 12px;
    line-height: 1.5;
}

