/* ================================================================
   ACT BRAND SHOWCASE – Front-End Base CSS
   Dinamik stiller PHP tarafından inline oluşturulur.
   Bu dosya yalnızca temel reset / fallback'ler içerir.
   ================================================================ */

.actbs-showcase-root {
    line-height: normal;
}

.actbs-showcase-root *,
.actbs-showcase-root *::before,
.actbs-showcase-root *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.actbs-showcase-root img {
    max-width: none; /* tema override'ını engelle */
}

.actbs-showcase-root a {
    text-decoration: none;
    color: inherit;
}
