/* ═══════════════════════════════════════════════════════════════════════════
   DESIGN SYSTEM RESET
   Layer 2: Minimal preflight/normalize for portal and admin.
   ═══════════════════════════════════════════════════════════════════════════ */

*, ::before, ::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
[data-action],
[data-tab],
[data-subtab],
.portal-notif-dropdown-item,
.portal-notif-load-more-btn,
.portal-recent-view-all {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: not-allowed;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: inherit;
}

