.mb-neg-0_1 {
    margin-bottom: -0.1rem;
    /* ≈ -1.6px */
}

.mt-8-5px {
    margin-top: 8.5px;
    /* ≈ 10px when root font-size is 16px */
}

.related-widget-wrapper .select2.select2-container {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

/* Keep the visible selection stretching too */
.related-widget-wrapper .select2-container--admin-autocomplete .select2-selection--single {
    width: 100% !important;
}

/* Center small previews in admin/change list cells or any parent */
.sp-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

td.field-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-readonly {
    background-color: #f9fafb !important;
}

.dark .bg-readonly {
    background-color: #1f2937 !important;
}


/* Pricing tier delete overlay only responds to tier delete checkbox */
#event_pricing_tiers-data > .form-group > .form-delete {
    display: none !important;
}
#event_pricing_tiers-data > .form-group.tier-delete-active > .form-delete {
    display: block !important;
}
