/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 10:32:26 */
/* =========================================
   FIX REAL DIACRITICE – OnAir2 transform bug
   ========================================= */

/* Oprește transform-ul pe containerul mare */
body.single-post .qt-container,
body.single-post .qt-container * {
  transform: none !important;
  will-change: auto !important;
}

/* Forțează randare stabilă pentru text */
body.single-post .qt-the-content,
body.single-post .qt-the-content * {
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
}
/* =========================================
   FIX TITLU (H1) în header/hero – diacritice uniforme
   ========================================= */

body.single-post .qt-pageheader,
body.single-post .qt-pageheader * {
  transform: none !important;
  will-change: auto !important;
}

body.single-post .qt-pageheader h1,
body.single-post .qt-pageheader h1 * {
  text-shadow: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;

  /* font stabil pe Windows/Firefox */
  font-family: "Segoe UI", Arial, sans-serif !important;
}
/* =========================================
   FIX diacritice în subsol / zona comentarii (Akismet)
   ========================================= */

/* Oprește transformările în zona de comentarii + footer */
body.single-post .comments-area,
body.single-post .comments-area *,
body.single-post #respond,
body.single-post #respond *,
body.single-post .comment-respond,
body.single-post .comment-respond *,
body.single-post .akismet_comment_form_privacy_notice,
body.single-post .akismet_comment_form_privacy_notice * {
  transform: none !important;
  will-change: auto !important;

  text-shadow: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;

  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;

  font-family: "Segoe UI", Arial, sans-serif !important;
}
body.single-post footer,
body.single-post footer * {
  transform: none !important;
  will-change: auto !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
/* =========================================
   FIX diacritice – elemente de jos (footer-like), inclusiv overlays/bars
   ========================================= */

body.single-post .qt-footer,
body.single-post .qt-footer *,
body.single-post .qt-bottom,
body.single-post .qt-bottom *,
body.single-post .qt-bottombar,
body.single-post .qt-bottombar *,
body.single-post .qt-widget,
body.single-post .qt-widget *,
body.single-post .qt-related,
body.single-post .qt-related *,
body.single-post .qt-postfooter,
body.single-post .qt-postfooter *,
body.single-post .qt-container.qt-spacer-l,
body.single-post .qt-container.qt-spacer-l * {
  transform: none !important;
  will-change: auto !important;

  text-shadow: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;

  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;

  font-family: "Segoe UI", Arial, sans-serif !important;
}
/* Fix pentru bannere fixed/sticky (consent/cta) */
body.single-post [style*="position:fixed"],
body.single-post [style*="position: fixed"],
body.single-post [class*="cookie"],
body.single-post [id*="cookie"],
body.single-post [class*="consent"],
body.single-post [id*="consent"] {
  transform: none !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
body.single-post [class*="cookie"] *,
body.single-post [id*="cookie"] *,
body.single-post [class*="consent"] *,
body.single-post [id*="consent"] * {
  font-family: "Segoe UI", Arial, sans-serif !important;
  text-shadow: none !important;
  letter-spacing: normal !important;
}
/* =========================================
   FIX "S-ar putea să vă placă" – păstrează majuscule
   ========================================= */

body.single-post .qt-caption-small,
body.single-post .qt-caption-small * {
  transform: none !important;
  will-change: auto !important;

  text-shadow: none !important;
  letter-spacing: 0.03em !important; /* mic spacing, curat */
  text-transform: uppercase !important; /* păstrăm majusculele */

  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;

  font-family: "Segoe UI", Arial, sans-serif !important;
}
/* =========================================
   HOMEPAGE – FIX diacritice pentru widget "ULTIMELE ȘTIRI" (Recent Entries)
   ========================================= */

/* Oprește transform/accelerare GPU pe wrapperul widgetului */
body.home .widget.widget_recent_entries,
body.home .widget.widget_recent_entries * {
  transform: none !important;
  will-change: auto !important;
}

/* Randare stabilă pentru titlu și linkuri */
body.home .widget.widget_recent_entries .widgettitle,
body.home .widget.widget_recent_entries .widgettitle *,
body.home .widget.widget_recent_entries a,
body.home .widget.widget_recent_entries a * {
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;

  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-shadow: none !important;

  /* font stabil pe Windows/Firefox */
  font-family: "Segoe UI", Arial, sans-serif !important;}
