/* Updated CSS for event summary post container */
.event-summary-post {
    margin-bottom: 20px;
    border: 15px solid #ccc; /* Border with 15px */
    padding: 20px;
    border-radius: 2px; /* Rounded corners */
}

/* Style for post title */
.event-summary-post h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Style for post summary */
.event-summary-post p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Style for view more button */
.event-summary-post a {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
}

.event-summary-post a:hover {
    background-color: #0056b3;
}
