.ep-container-3d4e15ce {
    display: flex;
    gap: 15px;
    width: 100%;
    overflow-x: auto;
    padding: 10px 5px;
    box-sizing: border-box;
}

.ep-tile-3d4e15ce {
    position: relative;
    flex: 1 1 calc(16.666% - 13px);
    min-width: 180px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 15px 15px 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ep-tile-cat {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Color Rules specified by user */
.ep-cat-completed {
    color: #e53935;
    background: rgba(229, 57, 53, 0.1);
}

.ep-cat-inprogress {
    color: #43a047;
    background: rgba(67, 160, 71, 0.1);
}

.ep-cat-notstarted {
    color: #fb8c00;
    background: rgba(251, 140, 0, 0.1);
}

.ep-cat-default {
    color: #757575;
    background: rgba(117, 117, 117, 0.1);
}

.ep-tile-content {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.ep-tile-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.ep-tile-title a {
    color: inherit;
    text-decoration: none;
}

.ep-tile-title a:hover {
    text-decoration: underline;
}

.ep-tile-event-start-3d4e15ce {
    font-size: 11px;
    font-weight: 600;
    color: #303133;
    margin-bottom: 12px;
}

.ep-tile-avatar-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ep-tile-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ep-no-posts {
    padding: 20px;
    text-align: center;
    color: #777;
    border: 1px dashed #ccc;
    border-radius: 6px;
}
