/* /Components/Pages/LabelQuote.razor.rz.scp.css */
.label-quote-page[b-ll4nhcplt5] {
    --ohioid-blue: #006699;
    --ohioid-blue-dark: #00567f;
    --text-main: #182433;
    --text-muted: #65717d;
    --border: #d6dfe6;
    --panel: #ffffff;
    --page-bg: #ffffff;
    color: var(--text-main);
    background: var(--page-bg);
}

.quote-shell[b-ll4nhcplt5] {
    max-width: 1500px;
    margin: 0 auto;
    padding: 1.4rem 2rem 3rem;
}

.quote-intro[b-ll4nhcplt5] {
    margin-bottom: 2rem;
}

.quote-kicker[b-ll4nhcplt5] {
    color: var(--ohioid-blue);
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.quote-intro h1[b-ll4nhcplt5] {
    margin: .2rem 0 .55rem;
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    font-weight: 600;
    line-height: 1.05;
}

.quote-intro p[b-ll4nhcplt5] {
    margin: 0;
    font-size: 1.05rem;
    color: var(--text-main);
}

.quote-layout[b-ll4nhcplt5] {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 2.5rem;
    align-items: start;
}

.quote-form-section[b-ll4nhcplt5] {
    padding-right: 2.5rem;
    border-right: 1px solid #e5e9ed;
}

    .quote-form-section h2[b-ll4nhcplt5],
    .preview-section h2[b-ll4nhcplt5] {
        margin: 0 0 1rem;
        color: var(--ohioid-blue);
        font-size: 2rem;
        font-weight: 500;
    }

.form-grid[b-ll4nhcplt5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.25rem;
}

.field-group[b-ll4nhcplt5] {
    min-width: 0;
}

    .field-group.full-width[b-ll4nhcplt5] {
        grid-column: 1 / -1;
    }

    .field-group label[b-ll4nhcplt5] {
        display: block;
        margin-bottom: .45rem;
        font-size: .98rem;
        font-weight: 700;
    }

.field-help[b-ll4nhcplt5] {
    margin-top: .35rem;
    color: var(--text-muted);
    font-size: .84rem;
}

.form-control[b-ll4nhcplt5],
.form-select[b-ll4nhcplt5] {
    min-height: 48px;
    border-color: #cfd9e2;
    border-radius: 6px;
    box-shadow: none;
}

    .form-control:focus[b-ll4nhcplt5],
    .form-select:focus[b-ll4nhcplt5] {
        border-color: var(--ohioid-blue);
        box-shadow: 0 0 0 .18rem rgba(0, 102, 153, .12);
    }

.contact-heading[b-ll4nhcplt5] {
    margin-top: 2.35rem !important;
}

.submit-button[b-ll4nhcplt5] {
    width: 100%;
    margin-top: 1.2rem;
    min-height: 50px;
    border: 1px solid var(--ohioid-blue);
    border-radius: 5px;
    background: var(--ohioid-blue);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

    .submit-button:hover[b-ll4nhcplt5],
    .submit-button:focus[b-ll4nhcplt5] {
        background: var(--ohioid-blue-dark);
        border-color: var(--ohioid-blue-dark);
    }

.validation-summary[b-ll4nhcplt5],
.validation-message[b-ll4nhcplt5] {
    color: #b42318;
    font-size: .86rem;
}

.success-message[b-ll4nhcplt5] {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border: 1px solid #b9dfc2;
    border-radius: 6px;
    background: #f1faf3;
    color: #275d33;
}

.preview-section[b-ll4nhcplt5] {
    min-width: 0;
}

.preview-heading-row p[b-ll4nhcplt5] {
    margin: 0;
    font-size: 1rem;
}

.preview-size[b-ll4nhcplt5] {
    margin-top: .25rem;
    font-size: 1.12rem;
    font-weight: 700;
}

.preview-canvas[b-ll4nhcplt5] {
    width: 100%;
    margin-top: .75rem;
}

.label-svg[b-ll4nhcplt5] {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.dimension-html[b-ll4nhcplt5] {
    width: 100%;
    color: #075ec8;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: #fff;
}

.height-dimension[b-ll4nhcplt5] {
    transform: rotate(-90deg);
    transform-origin: center;
}

.radius-callout[b-ll4nhcplt5] {
    width: 100%;
    color: #075ec8;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.quote-notice[b-ll4nhcplt5] {
    display: flex;
    gap: .8rem;
    align-items: center;
    margin-top: .65rem;
    padding: .85rem 1rem;
    border: 1px solid #a8cdf5;
    border-radius: 5px;
    background: #f4f9ff;
    color: #1259a7;
    font-size: .9rem;
}

.notice-icon[b-ll4nhcplt5] {
    display: flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 2px solid #1266c8;
    border-radius: 50%;
    font-weight: 700;
}

.spec-summary[b-ll4nhcplt5] {
    margin-top: 1.15rem;
    padding: 1rem 1.1rem;
    border: 1px solid #e0e5e9;
    border-radius: 6px;
    background: #fff;
}

.summary-row[b-ll4nhcplt5] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .5rem 0;
}

    .summary-row + .summary-row[b-ll4nhcplt5] {
        border-top: 1px solid #eef1f3;
    }

    .summary-row span[b-ll4nhcplt5] {
        color: #2f3943;
    }

    .summary-row strong[b-ll4nhcplt5] {
        font-weight: 600;
    }

@media (max-width: 1100px) {
    .quote-layout[b-ll4nhcplt5] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quote-form-section[b-ll4nhcplt5] {
        padding-right: 0;
        border-right: 0;
    }

    .preview-section[b-ll4nhcplt5] {
        border-top: 1px solid #e5e9ed;
        padding-top: 2rem;
    }
}

@media (max-width: 700px) {
    .quote-shell[b-ll4nhcplt5] {
        padding: 1.1rem 1rem 2.5rem;
    }

    .form-grid[b-ll4nhcplt5] {
        grid-template-columns: 1fr;
    }

    .field-group.full-width[b-ll4nhcplt5] {
        grid-column: auto;
    }

    .quote-form-section h2[b-ll4nhcplt5],
    .preview-section h2[b-ll4nhcplt5] {
        font-size: 1.65rem;
    }

    .quote-intro p[b-ll4nhcplt5] {
        font-size: .98rem;
    }

    .quote-notice[b-ll4nhcplt5] {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .quote-intro h1[b-ll4nhcplt5] {
        font-size: 2rem;
    }

    .quote-shell[b-ll4nhcplt5] {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .spec-summary[b-ll4nhcplt5] {
        padding: .8rem;
    }

    .summary-row[b-ll4nhcplt5] {
        font-size: .92rem;
    }
}

.web-width-dimension[b-ll4nhcplt5] {
    color: #006699;
    font-weight: 700;
    white-space: nowrap;
}

.roll-summary[b-ll4nhcplt5] {
    margin-top: 1.15rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d7e3ec;
    border-radius: 6px;
    background: #fbfdff;
}

.roll-summary-title[b-ll4nhcplt5] {
    margin-bottom: .55rem;
    color: #006699;
    font-size: 1.05rem;
    font-weight: 700;
}

.roll-result[b-ll4nhcplt5] {
    margin-top: .25rem;
    padding-top: .7rem;
    border-top: 2px solid #dbe8f0 !important;
}

.roll-result strong[b-ll4nhcplt5] {
    color: #006699;
    font-size: 1.08rem;
}

.roll-note[b-ll4nhcplt5] {
    margin-top: .8rem;
    padding-top: .75rem;
    border-top: 1px solid #e5ebef;
    color: #697681;
    font-size: .78rem;
    line-height: 1.45;
}


/* Side-by-side flat label and finished-roll SVG previews */
.preview-visuals[b-ll4nhcplt5] {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(240px, .8fr);
    gap: 1.25rem;
    align-items: start;
    margin-top: .75rem;
}

.preview-pane[b-ll4nhcplt5] {
    min-width: 0;
}

.preview-pane-title[b-ll4nhcplt5] {
    margin-bottom: .35rem;
    color: #4b5966;
    font-size: .86rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.preview-visuals .preview-canvas[b-ll4nhcplt5] {
    margin-top: 0;
}

.roll-svg-wrap[b-ll4nhcplt5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
}

.roll-svg[b-ll4nhcplt5] {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    overflow: visible;
}

.roll-outer[b-ll4nhcplt5] {
    fill: #f9fbfc;
    stroke: #1f2933;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.roll-winding-ring[b-ll4nhcplt5] {
    fill: none;
    stroke: #cbd4dc;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.roll-core[b-ll4nhcplt5] {
    fill: #ffffff;
    stroke: #006699;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.roll-dimension-line[b-ll4nhcplt5] {
    stroke-width: 1.25;
    vector-effect: non-scaling-stroke;
}

.roll-dimension-extension[b-ll4nhcplt5] {
    stroke: #9aa3ad;
    stroke-width: 1;
    stroke-dasharray: 4 4;
    vector-effect: non-scaling-stroke;
}

.roll-od-line[b-ll4nhcplt5] {
    stroke: #006699;
}

.roll-core-line[b-ll4nhcplt5] {
    stroke: #5e6770;
}

.roll-arrow[b-ll4nhcplt5] {
    stroke: none;
}

.roll-od-arrow[b-ll4nhcplt5] {
    fill: #006699;
}

.roll-core-arrow[b-ll4nhcplt5] {
    fill: #5e6770;
}

.roll-dimension-label[b-ll4nhcplt5] {
    width: 100%;
    text-align: center;
    background: #ffffff;
    line-height: 24px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.roll-od-label[b-ll4nhcplt5] {
    color: #006699;
}

.roll-core-label[b-ll4nhcplt5] {
    color: #34414d;
    line-height: 30px;
}

.roll-preview-stats[b-ll4nhcplt5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin-top: .35rem;
}

.roll-preview-stats > div[b-ll4nhcplt5] {
    padding: .65rem .7rem;
    border: 1px solid #e0e5e9;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.roll-preview-stats span[b-ll4nhcplt5] {
    display: block;
    margin-bottom: .18rem;
    color: #697681;
    font-size: .74rem;
}

.roll-preview-stats strong[b-ll4nhcplt5] {
    color: #182433;
    font-size: .95rem;
}

@media (max-width: 1350px) {
    .preview-visuals[b-ll4nhcplt5] {
        grid-template-columns: 1fr;
    }

    .roll-preview-pane[b-ll4nhcplt5] {
        max-width: 430px;
    }
}

@media (max-width: 700px) {
    .roll-svg-wrap[b-ll4nhcplt5] {
        min-height: 260px;
    }

    .roll-svg[b-ll4nhcplt5] {
        max-width: 280px;
    }
}
