/*
 * TekirdagXAMMP - Package 2: theme-assets-loader
 * Purpose: domain-scoped theme asset layer.
 * Shared layout remains in /assets/css/site.css.
 * Card/listing/reklam-veren behavior is reserved for Package 3.
 */

body.theme-profile-local-showcase.mobile-profile-noter-mobile-list {
    --tx-theme-scope: tekirdagnoter-mobile;
}

@media screen and (max-width: 768px) {
    body.theme-profile-local-showcase.mobile-profile-noter-mobile-list {
        overflow-x: hidden;
    }

    body.theme-profile-local-showcase.mobile-profile-noter-mobile-list .site-main {
        width: 100%;
    }
}
