.webco-devis-prepared {
    margin: 0 0 24px;
    padding: 18px 20px;
    border: 1px solid rgba(30, 105, 210, .22);
    border-left: 5px solid currentColor;
    border-radius: 12px;
    background: rgba(30, 105, 210, .07);
    box-shadow: 0 8px 28px rgba(20, 40, 80, .08);
    line-height: 1.45;
}

.webco-devis-prepared strong,
.webco-devis-prepared span,
.webco-devis-prepared small {
    display: block;
}

.webco-devis-prepared span {
    margin-top: 4px;
    font-size: 1.08em;
    font-weight: 700;
}

.webco-devis-prepared small {
    margin-top: 7px;
    opacity: .82;
    font-size: .94em;
}

.webco-devis-targeted {
    scroll-margin-top: 110px;
}

.webco-included-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(28, 130, 75, .12);
    font-size: .78em;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.webco-choice-included {
    opacity: 1 !important;
}

.webco-included-field {
    padding: 12px 14px !important;
    border: 1px solid rgba(28, 130, 75, .2) !important;
    border-radius: 10px;
    background: rgba(28, 130, 75, .06);
}

.webco-estimate-notice {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .05);
    font-size: .9em;
    line-height: 1.5;
}

.webco-quote-information {
    margin-top: 42px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(25, 70, 130, .14);
    border-radius: 18px;
    background: rgba(25, 70, 130, .045);
}

.webco-quote-information h2 {
    margin-top: 0;
}

.webco-quote-information-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.webco-quote-information-grid > div {
    padding: 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .75);
}

.webco-quote-information-grid strong,
.webco-quote-information-grid span {
    display: block;
}

.webco-quote-information-grid span {
    margin-top: 7px;
    opacity: .82;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .webco-quote-information-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .webco-devis-prepared {
        padding: 15px 16px;
        border-radius: 9px;
    }

    .webco-included-badge {
        display: flex;
        width: fit-content;
        margin: 5px 0 0;
    }
}

.webco-location-offers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.webco-location-offers article {
    padding: 24px;
    border: 1px solid rgba(25, 70, 130, .14);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(20, 40, 80, .08);
}

.webco-location-offers h3 {
    margin-top: 0;
}

.webco-location-price {
    font-size: 1.15em;
    font-weight: 800;
}

@media (max-width: 980px) {
    .webco-location-offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .webco-location-offers {
        grid-template-columns: 1fr;
    }
}
