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

.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-repeat: repeat;
  background-size: var(--material-size, 256px);
  opacity: var(--material-opacity, .08);
  mix-blend-mode: var(--material-blend, soft-light);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-inventory-drive/preview/assets/paper-grain.webp");
  --material-size: 340px;
  --material-opacity: .08;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-inventory-drive/preview/assets/paint-dropout.webp");
  --material-size: 220px;
  --material-opacity: .12;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-inventory-drive/preview/assets/ink-dropout.webp");
  --material-size: 180px;
  --material-opacity: .08;
  --material-blend: multiply;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-inventory-drive/preview/assets/paper-grain.webp");
  --material-size: 440px;
  --material-opacity: .07;
  --material-blend: overlay;
}

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

.tech-grid {
  background-image:
    linear-gradient(rgb(31 102 173 / .08) 1px, transparent 1px),
    linear-gradient(90deg, rgb(31 102 173 / .06) 1px, transparent 1px);
  background-size: 24px 24px;
}

.corner-marks {
  background:
    linear-gradient(currentColor, currentColor) left top / 20px 1px no-repeat,
    linear-gradient(currentColor, currentColor) left top / 1px 20px no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 20px 1px no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 1px 20px no-repeat;
}
