.ideas.arz-carousel .line{
    height: 1px;
    background: #e2e8f0;
    flex: 1;
}
.ideas.arz-carousel .titlebtn2{
    background: #30505c;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}
.ideas.arz-carousel .elements >*{
    
    border:1px solid #e2e8f0;
    border-radius: 12px;
}

.ideas.arz-carousel .ideatitle{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.ideas.arz-carousel .rowtop{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.ideas.arz-carousel .author img{
    
    border-radius:50%;
    overflow:hidden;
}
.ideas.arz-carousel .author .name{
    font-size:12px;
    color:#323944;
}
.ideas.arz-carousel .coin .name{
    font-size:14px;
    font-weight:600;
}
.ideas.arz-carousel .coin img{
   
    border-radius:50%;
    overflow:hidden;
}

.ideas.arz-carousel .ideaimg{
    width:100%;
   
    border-radius:10px;
    overflow:hidden;
    margin: 15px 0;
    object-fit: cover;
}

.ideas.arz-carousel .ideatext{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 39px;
    font-size: 12px;
    color: #475569;
    margin-bottom: 15px;
}

.ideas.arz-carousel time{
    font-size:12px;
    color:#6b7582;
    font-weight: normal;
}
.ideas.arz-carousel .likes{
    font-size:15px;
    color:#6b7582;
    
}

.ideas.arz-carousel .likes,
.ideas.arz-carousel .rowlast,
.ideas.arz-carousel .author,
.ideas.arz-carousel .coin{
    display:flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.ideas.arz-carousel .rowlast{
    justify-content: space-between;
}

.ideas-home-desktop .ideatitle,
.ideas-home-desktop .ideatitle,
.ideas-home-desktop .coin .name{
    color: #0f172a;
}