/* Custom Orejime Styles with SEO optimization */
/* This ensures cookie banner content is not indexed by search engines */

/* Add data-nosnippet attribute to all Orejime elements via CSS */
.orejime,
.orejime-Notice,
.orejime-Modal,
.orejime-ModalContent,
.orejime-NoticeContent {
  /* Prevent search engines from indexing this content */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Ensure cookie banner has proper ARIA attributes for accessibility but not SEO */
.orejime-Notice[role="complementary"],
.orejime-Modal[role="dialog"] {
  /* These are complementary/auxiliary content, not main content */
}
