.consorcio-sugestao-card {
    display: flex;
    align-items: center;
    gap: 28px;
    border: 1.5px solid #193b6e;
    border-radius: 28px;
    padding: 28px 30px;
    background: #f8fafd;
    margin-bottom: 26px;
    min-height: 155px;
    box-shadow: none;
}

.consorcio-sugestao-card .card-img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    background: #f3f5f8;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e6ee;
    margin-right: 10px;
}
.consorcio-sugestao-card .card-img img,
.consorcio-sugestao-card .card-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #f5f7fa;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consorcio-sugestao-card .card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.consorcio-sugestao-card .card-title {
    font-size: 1.19rem;
    font-weight: 700;
    color: #1c2e49;
    margin-bottom: 10px;
    line-height: 1.12;
}

.consorcio-sugestao-card .card-desc,
.consorcio-sugestao-card .card-parcela,
.consorcio-sugestao-card .card-chance {
    font-size: 1.04rem;
    color: #354052;
    margin-bottom: 2px;
    line-height: 1.18;
}

.consorcio-sugestao-card .card-chance b,
.consorcio-sugestao-card .card-parcela b {
    font-weight: 700;
}

.btn-card {
    background: #189c40;
    color: #fff;
    font-size: 1.06rem;
    font-weight: bold;
    padding: 11px 30px;
    border-radius: 12px;
    border: none;
    margin-top: 14px;
    text-decoration: none;
    box-shadow: 0 1px 2px #0001;
    text-align: center;
    transition: background .18s;
    display: inline-block;
    width: auto;
}
.btn-card:hover {
    background: #fff;
}

/* Mobile */
@media (max-width: 700px) {
    .consorcio-sugestao-card {
        flex-direction: column;
        align-items: stretch;
        padding: 18px 6px;
        gap: 14px;
    }
    .consorcio-sugestao-card .card-img {
        margin: 0 auto 8px auto;
    }
    .btn-card {
        width: 100%;
    }
}
