.product-metafields-header .form-check-input {
    cursor: pointer;
}

.product-metafields-table thead th {
    white-space: nowrap;
    font-size: 0.875rem;
    color: var(--bs-secondary-color, #6c757d);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.product-metafields-table .metafield-description {
    max-width: 24rem;
    white-space: normal;
    word-break: break-word;
}

.product-metafields-table .metafield-value {
    max-width: 28rem;
    white-space: normal;
    word-break: break-word;
}

.product-metafields-table .metafield-actions-column {
    width: 12rem;
    white-space: nowrap;
}

.product-metafields-table .metafield-actions-column .btn {
    min-width: 5rem;
}

.product-metafields-table .badge {
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .product-metafields-table .metafield-value {
        max-width: 22rem;
    }
}

@media (max-width: 991.98px) {
    .product-metafields-table .metafield-actions-column {
        width: 10.5rem;
    }
}

@media (max-width: 767.98px) {
    .product-metafields-table .metafield-actions-column {
        width: 9rem;
    }
}
