:root, html, html[nacin-rada="light"] {
  color-scheme: light !important;
  --ast-global-color-0: #1f2fbc;
  --ast-global-color-1: #28328b;
  --ast-global-color-2: #05060F;
  --ast-global-color-3: #131739;
  --ast-global-color-4: #f0f1fd;
  --ast-global-color-5: #FFFFFF;
  --ast-global-color-6: #E4E7FD;
  --ast-global-color-7: #131739;
  --ast-global-color-8: #222222;
}
html[nacin-rada="dark"] {
  color-scheme: dark !important;
  --ast-global-color-0: #1fbc9d;
  --ast-global-color-1: #28848b;
  --ast-global-color-2: #ededed;
  --ast-global-color-3: #c6c6c6;
  --ast-global-color-4: #212126;
  --ast-global-color-5: #2c2c2f;
  --ast-global-color-6: #E4E7FD;
  --ast-global-color-7: #1e1e1e;
  --ast-global-color-8: #222222;
}
figure.wp-block-gallery figure a::after {
  background: linear-gradient(45deg, var(--ast-global-color-0), var(--ast-global-color-3));
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
figure.wp-block-gallery figure {
  position: relative;
  aspect-ratio: 1;
  box-shadow: 9px 16px 22px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform;
}
figure.wp-block-gallery figure:hover {
  transform: translateY(-10px);
  opacity: 1;
}
figure.wp-block-gallery figure a {
  isolation: isolate;
}
figure.wp-block-gallery figure a::after {
  content: "";
  bottom: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(calc(100% - 4px));
  transform-origin: bottom;
  opacity: 0.25;
  transition: transform 0.25s ease-in;
}
figure.wp-block-gallery figure a::before {
  content: "+";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  z-index: 1;
  font-size: 2em;
  color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  transition: 0.35s ease-in;
}
figure.wp-block-gallery figure a:hover::after {
  transform: translateY(0);
}
figure.wp-block-gallery figure a:hover::before {
  opacity: 1;
  transform: rotate(0);
}
.wp-block-gallery:hover figure {
  opacity: 0.65;
}
html[nacin-rada="dark"] .dark-none {
  display: none;
}
html[nacin-rada="light"] .light-none {
  display: none;
}
