.button.cwt-composite-quoter-open,
.cwt-composite-quoter-open {
    margin-left: 10px;
    background-color: #005471 !important;
}

.cwt-composite-quoter-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.cwt-composite-quoter-modal.is-open {
    display: block;
}

.cwt-composite-quoter-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.cwt-composite-quoter-dialog {
    position: relative;
    max-width: 760px;
    margin: 6vh auto;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    max-height: 88vh;
    overflow: auto;
}

.cwt-composite-quoter-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.wc-block-components-sale-badge {
    display: none;
}

.cwt-estimated-cost-label {
    display: block;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    color: inherit;
}