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

/* Use docked-composer--overflow__button instead */

.slds-docked-composer_overflow__pill {
  display: flex;
  padding: 0 var(--slds-g-spacing-3);
  height: inherit;
  white-space: nowrap;
  border-bottom-left-radius: var(--slds-g-radius-border-2);
  border-bottom-right-radius: var(--slds-g-radius-border-2);
}

.slds-docked-composer_overflow__pill:hover,
.slds-docked-composer_overflow__pill:focus {
  color: var(--slds-g-color-on-surface-inverse-1);
  text-decoration: none;
}

.slds-docked-composer_overflow__pill .slds-text-body_small {
  color: var(--slds-g-color-on-surface-inverse-1);
  margin-inline-start: var(--slds-g-spacing-2);
}
