:where(.material-layer,
.material-paper,
.material-paint,
.material-ink,
.material-wash) {
  isolation: isolate;
}

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

.material-layer::before,
.material-paper::before,
.material-paint::before,
.material-ink::before,
.material-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background-image: var(--material-texture);
  background-size: var(--material-size, 256px);
  background-repeat: repeat;
  opacity: var(--material-opacity, .12);
  mix-blend-mode: var(--material-blend, multiply);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-paper-moon-accounts/preview/assets/paper-grain.webp");
  --material-size: 256px;
  --material-opacity: .065;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-paper-moon-accounts/preview/assets/paint-dropout.webp");
  --material-size: 256px;
  --material-opacity: .12;
  --material-blend: soft-light;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-paper-moon-accounts/preview/assets/ink-dropout.webp");
  --material-size: 192px;
  --material-opacity: .1;
  --material-blend: screen;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-paper-moon-accounts/preview/assets/wash-grain.webp");
  --material-size: 320px;
  --material-opacity: .07;
  --material-blend: multiply;
}

.photo-print {
  isolation: isolate;
  filter: saturate(.72) contrast(1.05) sepia(.1);
}

.photo-print:not(.absolute) {
  position: relative;
}

.photo-print::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("/en/services/website-development/styles/item/accounting-ledger-paper-moon-accounts/preview/assets/paper-grain.webp");
  background-size: 220px;
  opacity: .06;
  mix-blend-mode: multiply;
}
