.river-child-cover {
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 17%, rgba(219,232,208,.14), transparent 18%),
    linear-gradient(to bottom, #061015 0 22%, #0a2730 22% 80%, #07110c 80%);
}
.river-child-cover::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(to bottom, rgba(238,231,215,.018) 0 1px, transparent 2px 6px),
    radial-gradient(ellipse at center, transparent 42%, rgba(0,0,0,.68));
}
.river-card-moon {
  position: absolute;
  top: 12%;
  right: 14%;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(219,232,208,.82);
  box-shadow: 0 0 30px rgba(219,232,208,.2);
}
.river-card-water {
  position: absolute;
  inset: 28% 0 18%;
  opacity: .38;
  background: repeating-linear-gradient(to bottom, transparent 0 27px, rgba(219,232,208,.18) 28px 29px);
}
.river-card-log, .river-card-lilies {
  position: absolute;
  z-index: 2;
  height: 18px;
  border-radius: 20px;
}
.river-card-log {
  top: 48%;
  left: 11%;
  width: 44%;
  background: #574538;
  box-shadow: 210px 76px 0 -2px #574538;
  transform: rotate(-2deg);
}
.river-card-lilies {
  top: 63%;
  right: 10%;
  width: 37%;
  background:
    radial-gradient(circle at 10% 50%, #698b68 0 13px, transparent 14px),
    radial-gradient(circle at 43% 50%, #698b68 0 15px, transparent 16px),
    radial-gradient(circle at 79% 50%, #698b68 0 13px, transparent 14px);
}
.river-card-child {
  position: absolute;
  top: 45%;
  left: 53%;
  z-index: 4;
  width: 28px;
  height: 40px;
  border-radius: 50% 50% 42% 42%;
  background: #7f9d78;
  box-shadow: 0 0 24px rgba(219,232,208,.42);
  transform: translate(-50%,-50%);
}
.river-card-child::before {
  position: absolute;
  top: -10px;
  left: 7px;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #dbe8d0;
  content: "";
}
.river-card-child::after {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d8b36d;
  box-shadow: 0 0 12px rgba(216,179,109,.7);
  content: "";
}
.river-card-shrines {
  position: absolute;
  top: 20%;
  left: 8%;
  right: 8%;
  height: 24px;
  background: repeating-linear-gradient(90deg, transparent 0 40px, rgba(219,232,208,.34) 41px 42px, transparent 43px 82px);
}
