.bl-c02ec5c4-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bl-c02ec5c4-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.bl-c02ec5c4-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.bl-c02ec5c4-img-wrapper {
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl-c02ec5c4-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl-c02ec5c4-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bl-c02ec5c4-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 5px;
    font-style: italic;
}

.bl-c02ec5c4-divider {
    margin: 0 8px;
}

.bl-c02ec5c4-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .bl-c02ec5c4-item {
        padding: 12px !important;
    }
    .bl-c02ec5c4-img-wrapper {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        margin-right: 12px;
    }
    .bl-c02ec5c4-title {
        font-size: 16px;
    }
    .bl-c02ec5c4-meta {
        font-size: 11px;
    }
}
