/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Alle Zeilenumbrüche verhindern, Inline & Overflow korrekt */
.my-sku-inline,
.my-sku-inline span,
.my-sku-inline body,
.my-sku-inline div {
    display: inline !important;       /* zwingt Inline-Darstellung */
    white-space: nowrap !important;   /* kein Zeilenumbruch */
    overflow: hidden !important;      /* verhindert Layout-Overflow */
    text-overflow: ellipsis !important; /* "..." bei zu langen SKUs */
    max-width: 100% !important;       /* Containerbreite beachten */
}
