.software-ideas-page {
    color: #243044;
}

.software-ideas-hero {
    margin-top: 20px;
    padding: 24px 32px;
    border-radius: 28px;
    background: radial-gradient(circle at 12% 18%, rgba(0, 169, 224, .20), transparent 30%), linear-gradient(135deg, #eef9ff 0%, #ffffff 48%, #f3f7ff 100%);
    box-shadow: 0 18px 50px rgba(25, 64, 119, .12);
    overflow: hidden;
    position: relative;
}

.software-ideas-hero h1 {
    font-size: 38px;
    line-height: 1.06;
    font-weight: 800;
    margin: 0 0 12px;
    color: #17233d;
}

.software-ideas-hero .lead {
    font-size: 17px;
    line-height: 1.42;
    max-width: 760px;
    color: #42526b;
}

.software-ideas-hero > .row {
    display: flex;
    align-items: stretch;
}

.software-ideas-hero > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.software-ideas-hero > .row > .col-sm-5 {
    justify-content: stretch;
}

.software-ideas-hero img {
    width: 100%;
    max-width: 430px;
    height: 100%;
    min-height: 245px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    border-radius: 22px;
}

.software-ideas-pill {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e8f7ff;
    color: #007caf;
    font-weight: 700;
    margin-bottom: 10px;
}

.software-ideas-card {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 36px rgba(30, 50, 80, .07);
    margin-bottom: 22px;
}

.software-ideas-card h3 {
    margin-top: 0;
    font-weight: 800;
    color: #1d2b45;
}

.software-ideas-examples {
    padding-left: 18px;
    color: #44536a;
    line-height: 1.42;
}

.software-ideas-idea {
    border: 1px solid #e4ebf5;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 10px 26px rgba(35, 55, 85, .06);
}

.software-ideas-idea h3 {
    margin: 0 0 8px;
    font-weight: 800;
    color: #18243a;
}

.software-ideas-meta {
    color: #778399;
    font-size: 13px;
    margin-bottom: 12px;
}

.software-ideas-badge {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef6ff;
    color: #246b9c;
    margin-right: 6px;
}

.software-ideas-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #00a9e0, #2079ff);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-right: 14px;
}

.software-ideas-votes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.software-ideas-vote-btn {
    border: 1px solid #d7e2ef;
    background: #fff;
    color: #29415f;
    border-radius: 999px;
    padding: 8px 13px;
    font-weight: 800;
    transition: .15s ease;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 6px 18px rgba(25, 64, 119, .06);
}

.software-ideas-vote-icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    flex: 0 0 auto;
}

.software-ideas-vote-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(0, 169, 224, .10);
    font-size: 13px;
}

.software-ideas-vote-btn:hover,
.software-ideas-vote-btn.active {
    border-color: #00a9e0;
    background: #e8f8ff;
    color: #007caf;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 169, 224, .16);
}

.software-ideas-vote-btn.down .software-ideas-vote-count {
    background: rgba(255, 125, 125, .13);
}

.software-ideas-vote-btn.down:hover,
.software-ideas-vote-btn.down.active {
    border-color: #ff7d7d;
    background: #fff0f0;
    color: #c64242;
    box-shadow: 0 10px 22px rgba(255, 125, 125, .16);
}

.software-ideas-form .form-control {
    border-radius: 14px;
    border-color: #d8e3f0;
    box-shadow: none;
}

.software-ideas-form textarea.form-control {
    min-height: 135px;
}

.software-ideas-login-box {
    border: 1px dashed #8ecae6;
    border-radius: 20px;
    padding: 22px;
    background: #f6fbff;
}

.software-ideas-small {
    color: #697990;
    font-size: 13px;
}

@media (max-width: 767px) {
    .software-ideas-hero {
        padding: 22px 18px;
    }
    .software-ideas-hero > .row {
        display: block;
    }
    .software-ideas-hero > .row > [class*="col-"] {
        display: block;
    }
    .software-ideas-hero h1 {
        font-size: 30px;
    }
    .software-ideas-hero img {
        height: auto;
        min-height: 0;
        margin-top: 20px;
    }
}


.software-creator-rating {
    margin-top: 24px;
}

.software-creator-rating h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
    color: #17233d;
}

.software-creator-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-top: 1px solid #e7edf5;
}

.software-creator-row:first-of-type {
    border-top: 0;
}

.software-creator-place {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00a9e0, #2079ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 17px;
    flex: 0 0 auto;
}

.software-creator-main {
    flex: 1 1 auto;
}

.software-creator-main strong {
    display: block;
    color: #18243a;
    font-size: 17px;
}

.software-creator-feature {
    margin-top: 7px;
    color: #44536a;
}

.software-creator-score {
    min-width: 90px;
    text-align: right;
    color: #1d2b45;
}

.software-creator-score strong {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.software-creator-score span {
    color: #697990;
    font-size: 13px;
}

.software-ideas-hero .lead + p {
    margin-bottom: 0;
}