/* Order Protection · insigna „Protejat de Order Protection" pe vitrina.
   Fara variabile de tema si fara culori de fundal: insigna sta pe fundalul temei si isi ia
   doar culoarea textului de la ea (currentColor), ca sa arate bine si pe temele inchise. */
.ndagb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: inherit;
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
  max-width: 100%;
  vertical-align: middle;
}
.ndagb-wrap { display: flex; width: 100%; margin: 18px 0; }
.ndagb-wrap.ndagb-start { justify-content: flex-start; }
.ndagb-wrap.ndagb-center { justify-content: center; }
.ndagb-wrap.ndagb-end { justify-content: flex-end; }

.ndagb img { display: block; width: auto; height: auto; max-width: 100%; }
.ndagb-t { font-weight: 500; letter-spacing: .01em; opacity: .85; white-space: nowrap; }

/* Pe randuri (implicit) sau in coloana */
.ndagb-stack { flex-direction: column; text-align: center; gap: 6px; }
.ndagb-stack .ndagb-t { white-space: normal; }

/* Marimi: inaltimea logo-ului si corpul textului */
.ndagb-s { font-size: 12px; }
.ndagb-m { font-size: 13px; }
.ndagb-l { font-size: 15px; }
.ndagb-s .ndagb-logo { height: 24px; }
.ndagb-m .ndagb-logo { height: 30px; }
.ndagb-l .ndagb-logo { height: 40px; }
.ndagb-s .ndagb-mark { height: 18px; }
.ndagb-m .ndagb-mark { height: 22px; }
.ndagb-l .ndagb-mark { height: 28px; }

/* Link: aceeasi insigna, doar cu un semn discret la hover */
a.ndagb:hover .ndagb-t { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
a.ndagb:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 6px; }

/* Dreapta-la-stanga: ordinea se intoarce singura prin flex, doar spatiul mai trebuie ajustat */
[dir="rtl"] .ndagb .ndagb-t { letter-spacing: 0; }

/* Miscare redusa: oricum nu animam nimic, dar tinem promisiunea explicit */
@media (prefers-reduced-motion: reduce) {
  .ndagb, .ndagb * { transition: none !important; animation: none !important; }
}

/* Pagina de explicatii (/apps/guard/protected), in tema magazinului */
.ndagb-page { max-width: 62ch; }
.ndagb-page .ndagb-hero { margin: 0 0 22px; }
.ndagb-page p { margin: 0 0 14px; line-height: 1.65; }
