/*
 * This file belongs to Hoist, an application development toolkit
 * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
 *
 * Copyright © 2026 Extremely Heavy Industries Inc.
 */
.xh-admin-warning-banner {
  background-color: var(--xh-intent-warning-trans1);
  justify-content: center;

  &__icon {
    padding-right: var(--xh-pad-half-px);
  }

  &__message {
    flex-shrink: unset !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
