/* PR Order toolbar — compact, vertically centered */
.pr-rw-order-toolbar {
    padding: 6px 16px;
    margin-bottom: 8px;
}
.pr-rw-order-toolbar .new-stock-rw-toolbar-title {
    font-size: 15px;
    margin: 0;
}

/* Subtitle text under toolbar headings */
.pr-rw-subtitle {
    color: var(--rw-text-muted, #64748b);
    font-size: 13px;
    margin: 0 0 12px 0;
    padding: 0 16px;
}

/* Override jumbotron inside wizard container */
.pr-rw-wizard-container.jumbotron {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Warning banner (SPO warning at top of wizard step 1) */
.pr-rw-warning-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    margin-bottom: 12px;
    background: #fffbeb;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    font-size: 13px;
}
.pr-rw-warning-banner .close {
    opacity: 0.7;
}

/* Review warning text */
.pr-rw-review-warning {
    display: block;
    margin-top: 8px;
}

/* Success card */
.pr-rw-success-card {
    text-align: center;
    padding: 40px 20px;
}
.pr-rw-success-card h3 {
    color: #16a34a;
}

/* Override angular-wizard step indicators (safety net) */
.pr-rw-wizard-container .steps-indicator {
    display: none;
}

/* Button row for form actions */
.pr-rw-btn-row {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
