/*
 * Printviy Studio — Turkish labels for texts the vendor stylesheet writes
 * itself with CSS content (assets/css/app.min.css). Same selectors, loaded
 * after the vendor stylesheet; only the content changes.
 */

ul#lumise-saved-designs li[data-editing]:after {
  content: "DÜZENLENİYOR";
}

div#lumise-top-tools > ul.lumise-top-nav li ul[data-view=sub] li h3 input[type=range]:not(.nol):before {
  content: "Sıfırla";
}
