/* Yldcoretech scoped theme: Genel Site */
body.jg-site {
  --site-color: #20c7f4;
  --jg-site-primary: #20c7f4;
  --jg-site-secondary: #5a67f2;
  --jg-site-accent: #ffb020;
  --jg-site-success: #12a86b;
  --jg-site-danger: #ef4444;
  --jg-site-bg: #111722;
  --jg-site-surface: #1d2533;
  --jg-site-text: #f8fafc;
  --jg-site-muted: #aeb6c9;
  --jg-site-border: #2f3a4d;
  --jg-site-header: #151b28;
  --jg-site-sidebar: #101521;
  --jg-site-button-radius: 8px;
  --jg-site-card-radius: 10px;
  --jg-site-font: 'Inter', 'Segoe UI', Arial, sans-serif;
}
body.jg-site {
  background: var(--jg-site-bg);
  color: var(--jg-site-text);
  font-family: var(--jg-site-font);
}
body.jg-site .jg-site-surface { background: var(--jg-site-surface); border-color: var(--jg-site-border); border-radius: var(--jg-site-card-radius); color: var(--jg-site-text); }
body.jg-site .jg-site-button { background: var(--jg-site-primary); border-color: var(--jg-site-primary); border-radius: var(--jg-site-button-radius); color: #fff; }
body.jg-site .jg-site-muted { color: var(--jg-site-muted); }

/* Scoped custom CSS */

body.jg-site div.mobile-header-wrapper > div.mobile-header > div.mobile-header-top > div.mobile-top-icons > a:nth-of-type(1) > span:nth-of-type(1) {
  background-color: #376ad7 !important;
}


body.jg-site div.mobile-header-wrapper > div.mobile-header > div.mobile-header-top > div.mobile-top-icons > a:nth-of-type(2) > span:nth-of-type(1) {
  background-color: #376ad7 !important;
}
