/* RCS Orders Auto Table — scroll container */
.rcs-oat-scroll {
    max-height: 480px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

/* Keep the header sticky while scrolling */
.rcs-oat-scroll .c--table-a__wrapper__hd {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Fallback message */
.rcs-oat-fallback {
    text-align: center;
    padding: 32px 16px;
}

.rcs-oat-fallback p {
    margin: 4px 0;
}
