/* SkLO Quote Cart Styles */

.sklo-quote-cart-actions {
    margin-top: 20px;
}

.sklo-quote-status {
    margin-bottom: 5rem;
}

.sklo-disclaimer {
    font-size: 0.85em;
    margin: 30px 0;
}

.sklo-quote-totals {
    margin-top: 30px;
    border-top: 2px solid #eee;
    padding-top: 20px;
}

/* Ensure button is visible */
#open-quote-cart {
    cursor: pointer;
}

/* ── Shared Quote Confirmation Modal ─────────────────────────────────────── */

.sklo-quote-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.sklo-quote-modal-box {
    background: #fff;
    max-width: 480px;
    width: 90%;
    padding: 36px 32px;
    text-align: center;
}

.sklo-quote-modal-box .sklo-modal-confirm {
    margin-right: 10px;
}

.sklo-pricing-mode-bar.radio-options .sklo-pricing-preview-select {
    min-width: 140px;
}

.sklo-pricing-mode-bar.radio-options .select2-container.select2 {
    min-width: 140px;
}

.sklo-pricing-mode-bar.radio-options .select2-container.select2 .select2-selection.select2-selection--single {
    background: transparent;
    border: 0;
}

.sklo-quote-pricing-summary a {
    text-decoration: underline;
}

.sklo-quote-pricing-summary a:hover {
    text-decoration: none;
}

.page-template-page-quote-cart .select2-container .select2-results {
    border-top: 1px solid #38362f;
}

html .page-template-page-quote-cart .select2-dropdown li {
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
}

@media(max-width: 991px) {
    .sklo-quote-actions .row {
        gap: 10px 0;
    }
}

/* Popup */
#sklo-quote-sent-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 24px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

#sklo-quote-sent-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    padding: 32px;
    width: 100%;
    max-width: 500px;
    background-color: #38362f;
    color: #fff;
    font-family: 'GTAmericaMono-Regular', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#sklo-quote-sent-popup-close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}