/*!
 * Project Name: Morphos (morpht/morphos)
 * File: components/tabs/tabs.css
 * Copyright (c) 2026 Morpht Pty Ltd
 */

/**
 * Make Canvas slot wrapper divs transparent so icon sits beside the text.
 * Only targets div elements — not SVG icons or other inline content.
 */

label.tab > div {
  display: contents;
}
