/**
 * DZD Sooq Theme — main presentation bundle entry.
 * Individual sheets are enqueued separately for cache granularity.
 * This file holds theme-level utilities only.
 */

.skip-link {
  position: absolute;
  inset-inline-start: -9999px;
  z-index: 100000;
  padding: 8px 16px;
  background: var(--dzd-color-accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  inset-inline-start: 16px;
  top: 16px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
