/* Billboard block — inherits everything from shared/styles.css .billboard.
   Only the editor-only per-CTA slot wrapper needs local styling. */

.block-billboard .action-slot {
  display: inline-flex; align-items: center; position: relative;
}
.block-billboard .cms-list-item-add--inline {
  width: auto; min-height: 0; padding: 8px 12px;
}
