@import url('./page-buy.css');

.kc-card--full {
    margin-top: 1.25rem;
    padding: 1.25rem;
}

.kc-rate-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.kc-rate-table th,
.kc-rate-table td {
    padding: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.kc-rate-table th {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
}

.kc-rate-table__wrapper {
    overflow-x: auto;
}

.kc-sell-matrix {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.kc-sell-matrix th,
.kc-sell-matrix td {
    padding: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    white-space: nowrap;
}

.kc-sell-matrix thead th {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
}

.kc-sell-matrix tbody tr:nth-child(even):not(.kc-matrix-section) {
    background: #f9fafb;
}

.kc-matrix-section td {
    background: #eef2f7;
    font-weight: 700;
    text-align: center;
    color: #0f172a;
    letter-spacing: 0.02em;
}

.kc-status {
    display: inline-block;
    font-size: 0.9rem;
}

.kc-status--stockfull {
    color: #b91c1c;
    font-weight: 700;
}

.kc-status--incomplete {
    color: #6b7280;
    font-weight: 500;
}

.kc-field-error {
    color: #b00020;
    font-size: 12px;
    margin-top: 6px;
}

.is-invalid {
    border-color: #b00020 !important;
    box-shadow: 0 0 0 2px rgba(176, 0, 32, 0.1);
}
