/* Patch v4.6.3: costuri orientative in evaluator si contrast pentru recomandarile profesionale. */

.climate-os.ui-white-v46 .result-services-head h3,
.climate-os.ui-white-v46 .result-service-card h4,
.climate-os.ui-white-v46 .result-service-bundle strong {
    color: var(--v46-ink);
}

.climate-os.ui-white-v46 .result-services-head p,
.climate-os.ui-white-v46 .result-service-reason,
.climate-os.ui-white-v46 .result-service-details p,
.climate-os.ui-white-v46 .result-service-details ul,
.climate-os.ui-white-v46 .result-service-bundle p {
    color: var(--v46-muted);
}

.climate-os.ui-white-v46 .result-service-number,
.climate-os.ui-white-v46 .result-service-details span,
.climate-os.ui-white-v46 .result-service-link,
.climate-os.ui-white-v46 .result-service-bundle > div > span:first-child {
    color: var(--v46-petrol-dark);
}

.climate-os.ui-white-v46 .result-service-priority {
    color: var(--v46-petrol-dark);
    background: var(--v46-petrol-soft);
    border-color: #bedbd9;
}

.climate-os.ui-white-v46 .result-service-priority.is-high {
    color: #a84e37;
    background: #fff2ed;
    border-color: #f0c9bb;
}

.climate-os.ui-white-v46 .result-service-priority.is-check {
    color: #96681a;
    background: #fff8e8;
    border-color: #ead8aa;
}

.climate-os.ui-white-v46 .result-service-details > div {
    background: #f8fbfb;
    border-color: var(--v46-line);
}

.climate-os .result-service-price {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 14px;
    align-items: baseline;
    margin-top: -2px;
    padding: 13px 15px;
    border-radius: 10px;
}

.climate-os.ui-white-v46 .result-service-price {
    color: var(--v46-text);
    background: linear-gradient(135deg, #eef8f6, #f5fafc);
    border: 1px solid #cfe4e4;
}

.climate-os .result-service-price > span {
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.climate-os.ui-white-v46 .result-service-price > span {
    color: var(--v46-petrol-dark);
}

.climate-os .result-service-price > strong {
    font-size: 1rem;
    line-height: 1.35;
}

.climate-os.ui-white-v46 .result-service-price > strong {
    color: var(--v46-ink);
}

.climate-os .result-service-price > small {
    grid-column: 1 / -1;
    display: block;
    max-width: 880px;
    margin-top: 2px;
    font-size: .76rem;
    line-height: 1.55;
}

.climate-os.ui-white-v46 .result-service-price > small {
    color: var(--v46-muted);
}

.climate-os .result-service-bundle-price {
    display: block;
    margin-top: 7px;
    font-size: .9rem;
    font-weight: 820;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

.climate-os.ui-white-v46 .result-service-bundle-price {
    color: var(--v46-petrol-dark) !important;
}

.climate-os .result-price-disclaimer {
    margin: 14px 2px 0;
    font-size: .78rem;
    line-height: 1.6;
}

.climate-os.ui-white-v46 .result-price-disclaimer {
    color: var(--v46-muted);
}

@media (max-width: 720px) {
    .climate-os .result-service-price {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .climate-os .result-service-price > small {
        grid-column: auto;
    }
}
