/*
 * CT_PRODUCT_DETAIL_03G_LEGACY_ROW_REPARENT_QUARANTINE_SAFE
 *
 * Neutralizes only legacy row-level sizing when the tabs are locked inside
 * the validated gallery. No source custom.css file is modified.
 */
html body#product
[data-ct-product-gallery-03a="active"]
> [data-ct-product-tabs-03g="locked"] {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: initial !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    align-self: auto !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
}
