@mixin euiPopoverTitle($size: null) {
  @include euiTitle('xxs');
  padding: $euiSizeM;
  border-bottom: $euiBorderThin;
}
