/* _content/Presentation/Components/Cart/AddToCartButton.razor.rz.scp.css */
/* _content/Presentation/Components/Pages/Index.razor.rz.scp.css */
/* Homepage banner styles moved to wwwroot/css/site.css to reliably style
   MudCarousel's internal DOM (which Blazor scoped CSS / ::deep cannot
   consistently reach). This file intentionally left empty. */
/* _content/Presentation/Components/Pages/Punchout/PunchoutCheckout.razor.rz.scp.css */
.punchout-checkout[b-twpequhya8] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.punchout-checkout h2[b-twpequhya8] {
    margin-bottom: 1rem;
}

.punchout-checkout .lead[b-twpequhya8] {
    color: #666;
    margin-bottom: 2rem;
}

.cart-summary[b-twpequhya8] {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.cart-summary table[b-twpequhya8] {
    width: 100%;
    margin-bottom: 0;
}

.cart-summary th[b-twpequhya8] {
    background: #f8f9fa;
    font-weight: 600;
    padding: 0.75rem;
    border-bottom: 2px solid #dee2e6;
}

.cart-summary td[b-twpequhya8] {
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.form-actions[b-twpequhya8] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.form-actions form[b-twpequhya8] {
    margin: 0;
}

.btn-lg[b-twpequhya8] {
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
}

.loading[b-twpequhya8] {
    text-align: center;
    padding: 4rem 0;
}

.alert[b-twpequhya8] {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.alert-warning[b-twpequhya8] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}

.alert-danger[b-twpequhya8] {
    background-color: #f8d7da;
    border: 1px solid #dc3545;
    color: #721c24;
}

.alert-info[b-twpequhya8] {
    background-color: #d1ecf1;
    border: 1px solid #17a2b8;
    color: #0c5460;
}
/* _content/Presentation/Components/Pages/Punchout/PunchoutTestHarness.razor.rz.scp.css */
.test-harness[b-k858qp9k10] {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.test-harness h1[b-k858qp9k10] {
    color: #333;
    margin-bottom: 0.5rem;
}

.test-harness .lead[b-k858qp9k10] {
    color: #666;
    margin-bottom: 2rem;
}

.test-section[b-k858qp9k10] {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.test-section h3[b-k858qp9k10] {
    color: #2c5282;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.form-group[b-k858qp9k10] {
    margin-bottom: 1.5rem;
}

.form-group label[b-k858qp9k10] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.form-control[b-k858qp9k10] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.xml-editor[b-k858qp9k10] {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.5;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
}

.button-group[b-k858qp9k10] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.btn[b-k858qp9k10] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-k858qp9k10] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-k858qp9k10] {
    background-color: #0056b3;
}

.btn-primary:disabled[b-k858qp9k10] {
    background-color: #6c757d;
    cursor: not-allowed;
}

.btn-secondary[b-k858qp9k10] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-k858qp9k10] {
    background-color: #545b62;
}

.btn-success[b-k858qp9k10] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover[b-k858qp9k10] {
    background-color: #218838;
}

.btn-info[b-k858qp9k10] {
    background-color: #17a2b8;
    color: white;
}

.btn-info:hover[b-k858qp9k10] {
    background-color: #138496;
}

.btn-warning[b-k858qp9k10] {
    background-color: #ffc107;
    color: #212529;
}

.btn-warning:hover[b-k858qp9k10] {
    background-color: #e0a800;
}

.result-section[b-k858qp9k10] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.result-section h4[b-k858qp9k10] {
    color: #2c5282;
    margin-bottom: 1rem;
}

.xml-response[b-k858qp9k10] {
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    padding: 1rem;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.xml-response.success[b-k858qp9k10] {
    border-color: #28a745;
    background-color: #d4edda;
}

.xml-response.error[b-k858qp9k10] {
    border-color: #dc3545;
    background-color: #f8d7da;
}

.redirect-info[b-k858qp9k10] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 4px;
}

.redirect-url[b-k858qp9k10] {
    display: block;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #bee5eb;
    border-radius: 4px;
    margin: 0.5rem 0 1rem 0;
    word-break: break-all;
}

.session-display[b-k858qp9k10] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 1.5rem;
}

.session-display table[b-k858qp9k10] {
    width: 100%;
    margin-bottom: 1rem;
}

.session-display th[b-k858qp9k10] {
    text-align: left;
    padding: 0.5rem;
    width: 200px;
    font-weight: 600;
    color: #495057;
}

.session-display td[b-k858qp9k10] {
    padding: 0.5rem;
}

.session-display code[b-k858qp9k10] {
    background-color: #e9ecef;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9rem;
}

.checklist[b-k858qp9k10] {
    list-style: none;
    padding-left: 0;
}

.checklist li[b-k858qp9k10] {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #495057;
}

.alert[b-k858qp9k10] {
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.alert-warning[b-k858qp9k10] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}

.alert h4[b-k858qp9k10] {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.alert p[b-k858qp9k10] {
    margin-bottom: 0.5rem;
}

.alert p:last-child[b-k858qp9k10] {
    margin-bottom: 0;
}

.text-muted[b-k858qp9k10] {
    color: #6c757d;
}
