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

.material-paper::before,
.material-paint::before,
.material-ink::after,
.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-position: center;
  opacity: var(--material-opacity, 0.12);
  mix-blend-mode: var(--material-blend, soft-light);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-after-hours-audit/preview/assets/paper-grain.webp");
  --material-size: 256px;
  --material-opacity: 0.08;
  --material-blend: soft-light;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-after-hours-audit/preview/assets/paint-dropout.webp");
  --material-size: 180px;
  --material-opacity: 0.14;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-after-hours-audit/preview/assets/paint-dropout.webp");
  --material-size: 120px;
  --material-opacity: 0.08;
  --material-blend: multiply;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-after-hours-audit/preview/assets/wash-grain.webp");
  --material-size: 320px;
  --material-opacity: 0.18;
  --material-blend: color-dodge;
}

.material-paper > *,
.material-paint > *,
.material-ink > *,
.material-wash > * {
  position: relative;
  z-index: 2;
}

.photo-cinematic {
  filter: saturate(0.72) contrast(1.08) brightness(0.83) hue-rotate(305deg);
}

.photo-cinematic-soft {
  filter: saturate(0.78) contrast(1.05) brightness(0.7) hue-rotate(300deg);
}
