/*
 *  package: YOOtheme Elements
 *  copyright: Copyright (c) 2026. Jeroen Moolenschot | Joomill
 *  license: GNU General Public License version 3 or later
 *  link: https://www.joomill-extensions.com
 *
 *  Empty element: small-screen height override. The per-instance value is
 *  supplied on the element via the --jm-empty-h-sm custom property; this rule
 *  only applies it on small screens to elements that opted in.
 */
@media (max-width: 639px) {
    .el-empty.jm-empty-h-sm {
        height: var(--jm-empty-h-sm) !important;
    }
}
