.dgs-gloss {
  border-bottom: 2px dotted #21c8ff;
  cursor: help;
  position: relative
}

.dgs-pop {
  position: fixed;
  z-index: 2147483000;
  min-width: 220px;
  max-width: min(92vw, 520px);
  max-height: 64vh;
  overflow: auto;
  background: #0a2531;
  color: #eaf4f8;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
  padding: 10px 12px;
  line-height: 1.5;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch
}

.dgs-pop a {
  color: #21c8ff;
  text-decoration: underline
}

.dgs-pop .dgs-close {
  display: inline-block;
  float: left;
  font-weight: 800;
  margin-inline-start: 10px;
  cursor: pointer;
  opacity: .9
}

.dgs-lang-toggle {
  position: fixed;
  inset-inline-end: 14px;
  inset-block-end: 60px;
  z-index: 2147483001;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #1abc9c;
  color: #05242d;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
  font-size: 13px
}

@media (max-width:768px) {
  .dgs-lang-toggle {
    padding: 7px 9px;
    font-size: 12px;
    border-radius: 10px
  }
}

body.dgs-alt-on .dgs-gloss {
  border-bottom-style: dashed;
  background: rgba(33, 200, 255, .08)
}

header .dgs-lang-toggle,
.site-header .dgs-lang-toggle,
#masthead .dgs-lang-toggle,
.header .dgs-lang-toggle,
.elementor-location-header .dgs-lang-toggle {
  z-index: 2147483001
}

/* إخفاء الزر لو إعداد الإضافة معطّل */
body:not(.dgs-toggle-allowed) .dgs-lang-toggle {
  display: none !important
}

/* الاستبدال */
.dgs-swap .dgs-original {
  display: none
}

body.dgs-alt-on .dgs-swap .dgs-original {
  display: inline
}

body.dgs-alt-on .dgs-swap .dgs-translated {
  display: none
}


/* DGS lang toggle sane defaults */
button.dgs-lang-toggle {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-end: 14px;
  width: auto;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 12px;
  z-index: 2147483001;
}

.dgs-hide-lang-toggle .dgs-lang-toggle {
  display: none !important;
}

/* Phosphorescent Link Style */
a.dgs-gloss {
  color: #39ff14 !important;
  border-bottom-color: #39ff14 !important;
  text-shadow: 0 0 3px rgba(57, 255, 20, 0.6);
}