/* Základní pravidla, dynamický design je doplněn z administrace pluginu. */
html body .a24ecs-enabled .a24ecs-hidden-label {
    display: none !important;
}

html body .a24ecs-enabled input,
html body .a24ecs-enabled textarea,
html body .a24ecs-enabled select,
html body .a24ecs-enabled button {
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, background-color .2s ease !important;
}
