
.idea-card{
    background-color: #EEF5F1 !important;
    border-radius: 20px !important;
    border: none !important;
}

.icon-circle{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #25935F !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25935F;
}

.idea-badge{
    background-color: #50D3C9;
    font-weight: 400 !important;
    padding: 6px 14px;
    border-radius: 999px !important;
}

.idea-title{
    color: #25935F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.idea-desc{
    color: #6B6B6B;
    font-size: 14px;
    line-height: 1.7;
}

.idea-desc a{
    color: #25935F;
    text-decoration: none;
}

.idea-user{
    color: #b6c0ba;
}

.idea-like{
    color: #727272;
    font-weight: 400;
}
