.material-paper:not(.absolute):not(.fixed):not(.sticky),
.material-paint:not(.absolute):not(.fixed):not(.sticky),
.material-ink:not(.absolute):not(.fixed):not(.sticky),
.material-wash:not(.absolute):not(.fixed):not(.sticky) {
  position: relative;
}

.material-paper,
.material-paint,
.material-ink,
.material-wash {
  isolation: isolate;
}

.material-paper::before,
.material-paint::before,
.material-ink::before,
.material-wash::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  opacity: var(--material-opacity, .16);
  background-image: var(--material-texture, url("/vi/services/website-development/styles/item/campaign-art-electric-poster/preview/assets/paper-grain.webp"));
  background-size: var(--material-size, 256px) var(--material-size, 256px);
  mix-blend-mode: var(--material-blend, soft-light);
}

.material-paper::before {
  --material-texture: url("/vi/services/website-development/styles/item/campaign-art-electric-poster/preview/assets/paper-grain.webp");
  --material-opacity: .13;
  --material-blend: screen;
}

.material-paint::before {
  --material-texture: url("/vi/services/website-development/styles/item/campaign-art-electric-poster/preview/assets/paint-dropout.webp");
  --material-opacity: .2;
  --material-blend: multiply;
}

.material-ink::before {
  --material-texture: url("/vi/services/website-development/styles/item/campaign-art-electric-poster/preview/assets/paint-dropout.webp");
  --material-opacity: .16;
  --material-blend: screen;
}

.material-wash::before {
  --material-texture: url("/vi/services/website-development/styles/item/campaign-art-electric-poster/preview/assets/paper-grain.webp");
  --material-opacity: .24;
  --material-blend: color-dodge;
}

.halftone:not(.absolute):not(.fixed):not(.sticky) {
  position: relative;
}

.halftone {
  isolation: isolate;
}

.halftone::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(circle, currentColor 0 1px, transparent 1.35px);
  background-size: 5px 5px;
  mix-blend-mode: screen;
  opacity: .24;
}

.focus-signal:focus-visible {
  outline: 2px solid var(--color-ring, #a5ff45);
  outline-offset: 4px;
}
