/* ستايل خفيف ومحاصر بالبادئة لمنع أي تعارض مع الثيم/الأيقونات */
.ndpb-export-wrap { display: flex; gap: .5rem; margin: 14px 0 18px; }
.ndpb-export-wrap .ndpb-btn {
  appearance: none;
  border: 1px solid #4b5563 !important;
  background: #111827 !important;
  color: #fff !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.ndpb-export-wrap .ndpb-btn:hover { background: #1f2937 !important; border-color: #374151 !important; }

/* زر الطباعة لا يظهر أثناء الطباعة */
@media print { .ndpb-export-wrap { display: none !important; } }
