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

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

.material-paper::before {
  --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-scarlet-column/preview/assets/paper-grain.webp");
  --material-opacity: .018;
  --material-blend: soft-light;
}

.material-paint::before {
  --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-scarlet-column/preview/assets/paint-dropout.webp");
  --material-opacity: .16;
  --material-blend: soft-light;
}

.material-ink::before {
  --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-scarlet-column/preview/assets/ink-dropout.webp");
  --material-size: 176px;
  --material-opacity: .11;
  --material-blend: screen;
}

.material-wash::before {
  --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-scarlet-column/preview/assets/wash-grain.webp");
  --material-size: 320px;
  --material-opacity: .12;
  --material-blend: multiply;
}

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

.photo-grain {
  isolation: isolate;
  position: relative;
}

.photo-grain::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: url("/vi/services/website-development/styles/item/accounting-ledger-scarlet-column/preview/assets/paper-grain.webp") repeat;
  background-size: 220px;
  opacity: .075;
  mix-blend-mode: soft-light;
}
