/*
 * Copyright (c) 2026, Salesforce, Inc.,
 * All rights reserved.
 * For full license text, see the LICENSE.txt file
 */

/**
 * Prompt base — modifier of modal (`.slds-modal_prompt`).
 *
 * Prompt does not own the elements it styles; modal does. Rather than
 * re-declaring properties on `.slds-modal__content` / `__content` /
 * `__footer`, prompt relays its hooks into modal's existing hooks on
 * the modifier root. Modal's base.css then consumes them as usual.
 *
 * The only direct property declarations here are for axes modal does
 * not hook (text-align on content/footer).
 */

.slds-modal_prompt {
  border-block-end: 0;
}
