/* Shared grid group-caption content — used by the Orders (PO groups) and
   Sample Requests (factory groups) pages, and any future grouped grid. */

.group-caption {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: 400;
    width: 100%;
}

.group-caption-title {
    font-weight: 700;
    color: #0d6efd;
    font-size: 0.92rem;
}

.group-caption-meta {
    color: #5b6470;
    font-size: 0.82rem;
}

.group-caption-right {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto;
    padding-right: 8px;
}

.group-caption-strong {
    font-weight: 600;
    color: #3c434c;
    font-size: 0.82rem;
    white-space: nowrap;
}
