.size-price-table th, .size-price-table td {
    min-width: 84px;
    text-align: center;
}

.colorway-thumb {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 6px;
    background: #f0f0f0;
    flex-shrink: 0;
}

.colorway-thumb-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #999;
    text-align: center;
}

.inventory-matrix-wrap {
    max-height: 32rem;
}

.inventory-matrix th:first-child {
    position: sticky;
    left: 0;
    background: var(--bs-body-bg);
    z-index: 1;
}

.gallery-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
}

.gallery-admin-item {
    margin: 0;
    padding: 0.6rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
}

.gallery-admin-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.35rem;
}

.gallery-admin-item.is-hidden {
    opacity: 0.55;
}

@media (max-width: 576px) {
    .inventory-matrix {
        min-width: 720px;
    }

    .gallery-admin-grid {
        grid-template-columns: 1fr 1fr;
    }
}
