.wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-release-card {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-release-card::before {
  display: none;
}

.wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-release-card:hover {
  border-color: transparent;
  box-shadow: none;
}

.wpmc-wow-card {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1600 / 1100;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 162, 23, .62);
  border-radius: 8px;
  background: #111617;
  box-shadow: 0 24px 58px rgba(13, 14, 15, .34);
  color: #fff6df;
  container-type: inline-size;
  font-family: Inter, "Arial Black", Arial, Helvetica, sans-serif;
}

.wpmc-wow-card,
.wpmc-wow-card * {
  box-sizing: border-box;
}

.wpmc-wow-card-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wpmc-wow-card-poster-word {
  position: absolute;
  z-index: 1;
  max-width: 48%;
  overflow: hidden;
  color: transparent;
  font-family: "Arial Black", Impact, Inter, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .85;
  opacity: .96;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  -webkit-text-fill-color: transparent;
}

.wpmc-wow-card-poster-word::before,
.wpmc-wow-card-poster-word::after {
  content: attr(data-text);
  position: absolute;
  inset: 0 auto auto 0;
  white-space: nowrap;
}

.wpmc-wow-card-poster-word::before {
  z-index: 0;
  color: rgba(45, 29, 13, .68);
  -webkit-text-fill-color: rgba(45, 29, 13, .68);
  -webkit-text-stroke: .1cqw rgba(117, 79, 27, .65);
  transform: translate(.48cqw, .45cqw);
}

.wpmc-wow-card-poster-word::after {
  z-index: 1;
  color: #e1a13b;
  background: linear-gradient(180deg, #fff7bf 0%, #ffd76f 22%, #d99632 58%, #815018 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: .13cqw rgba(255, 228, 145, .86);
  filter: drop-shadow(.06cqw .06cqw 0 rgba(255, 238, 163, .78));
}

.wpmc-wow-card-poster-word-one {
  left: 6%;
  top: 8%;
  color: #f0ba4c;
  font-size: 8cqw;
  transform: rotate(-1deg);
}

.wpmc-wow-card-poster-word-two {
  left: 5.5%;
  top: 31.4%;
  color: transparent;
  font-size: 5.2cqw;
  opacity: .9;
  transform: rotate(-1.5deg);
}

.wpmc-wow-card-poster-word-two::before {
  color: rgba(47, 31, 14, .64);
  -webkit-text-fill-color: rgba(47, 31, 14, .64);
  -webkit-text-stroke: .18cqw rgba(97, 68, 31, .65);
  transform: translate(.34cqw, .34cqw);
}

.wpmc-wow-card-poster-word-two::after {
  color: rgba(20, 15, 10, .08);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: rgba(20, 15, 10, .08);
  -webkit-text-stroke: .22cqw rgba(232, 205, 132, .92);
  filter: drop-shadow(.08cqw .08cqw 0 rgba(255, 235, 161, .28));
}

.wpmc-wow-card-logo {
  position: absolute;
  z-index: 4;
  left: 10.5%;
  top: 17.2%;
  display: grid;
  place-items: center;
  width: 10.5%;
  aspect-ratio: 1;
  padding: 1%;
  border: .62cqw solid #fffdf6;
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 1.15cqw 1.35cqw 0 rgba(0, 0, 0, .32), 0 1.55cqw 2.2cqw rgba(0, 0, 0, .38);
  transform: rotate(-6.5deg);
}

.wpmc-wow-card-logo img {
  display: block;
  width: 112%;
  height: 112%;
  filter: saturate(1.12) sepia(.12) hue-rotate(350deg) brightness(1.04);
  object-fit: contain;
}

.wpmc-wow-card-kicker {
  position: absolute;
  z-index: 4;
  left: 25%;
  top: 19.2%;
  max-width: 33%;
  padding: .5cqw 1.25cqw;
  border: .14cqw solid #d29622;
  border-radius: 8px;
  background: rgba(43, 27, 18, .84);
  color: #ffe79b;
  font-size: 1.42cqw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px rgba(255, 221, 95, .18), 0 12px 24px rgba(0, 0, 0, .25);
  transform: rotate(0deg);
}

.wpmc-wow-card-sticker {
  position: absolute;
  z-index: 5;
  right: 6.8%;
  top: 19.6%;
  display: grid;
  gap: .25cqw;
  width: 22.4%;
  min-height: 6.5cqw;
  padding: .95cqw 1.28cqw;
  border: .2cqw solid #ff9700;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff9e9, #fff0c9 62%, #f3ddb1);
  color: #1d1b1b;
  box-shadow: 12px 15px 0 rgba(0, 0, 0, .34);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(7deg);
}

.wpmc-wow-card-sticker strong {
  display: block;
  color: #1d1b1b;
  font-family: "Arial Black", Impact, Inter, Arial, Helvetica, sans-serif;
  font-size: 1.75cqw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.wpmc-wow-card-sticker span {
  display: block;
  color: #ff3e22;
  font-size: 2.59cqw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
}

.wpmc-wow-card-title {
  position: absolute;
  z-index: 4;
  left: 24.5%;
  top: 29.1%;
  right: 17%;
  display: grid;
  gap: .1cqw;
  max-height: none;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-family: "Arial Black", Impact, Inter, Arial, Helvetica, sans-serif;
  font-size: 4.18cqw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .96;
  text-shadow: .36cqw .42cqw 0 rgba(0, 0, 0, .72), 0 0 1cqw rgba(255, 255, 255, .12);
  text-transform: uppercase;
  transform: rotate(2deg);
}

.wpmc-wow-card-title span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.wpmc-wow-card-title-accent {
  justify-self: start;
  width: max-content;
  max-width: 78%;
  margin-left: 30%;
  margin-right: 0;
  position: relative;
  color: transparent;
  font-size: .86em;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.wpmc-wow-card-title-accent::before,
.wpmc-wow-card-title-accent::after {
  content: attr(data-text);
  position: absolute;
  inset: 0 auto auto 0;
  white-space: nowrap;
}

.wpmc-wow-card-title-accent::before {
  z-index: 0;
  color: #3c2105;
  -webkit-text-fill-color: #3c2105;
  -webkit-text-stroke: .04cqw rgba(0, 0, 0, .55);
  transform: translate(.2cqw, .24cqw);
}

.wpmc-wow-card-title-accent::after {
  z-index: 1;
  color: #ffd83e;
  background: linear-gradient(180deg, #fff77c 0%, #ffd735 42%, #ffad0b 70%, #ec7f02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: .05cqw #3e2105;
  filter: drop-shadow(0 0 .55cqw rgba(255, 216, 62, .32));
}

.wpmc-wow-card-action {
  position: absolute;
  z-index: 6;
  left: 28.7%;
  top: 43.2%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .95cqw;
  width: 33.6%;
  min-height: 5.94cqw;
  max-width: 33.6%;
  padding: 0 2.16cqw;
  border: .18cqw solid #ffdc31;
  border-radius: 999px;
  background: #080a0e;
  color: #ffffff;
  font-size: 2.32cqw;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1.15cqw 1.7cqw rgba(0, 0, 0, .42), inset 0 0 0 .13cqw #ff3e31;
  transform: rotate(1deg);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.wpmc-wow-card-action::before,
.wpmc-wow-card-action::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wpmc-wow-card-action::before {
  inset: -.98cqw;
  border: .14cqw solid #ffe04b;
  border-radius: 999px;
}

.wpmc-wow-card-action::after {
  inset: .74cqw;
  border: .1cqw solid #ff3e31;
  border-radius: 999px;
}

.wpmc-wow-card-action img,
.wpmc-wow-card-action span {
  position: relative;
  z-index: 1;
}

.wpmc-wow-card-action:hover {
  color: #ffffff;
  filter: brightness(1.09);
  transform: rotate(1deg) translateY(-3px);
  box-shadow: 0 1.35cqw 1.9cqw rgba(0, 0, 0, .5), inset 0 0 0 .13cqw #ff3e31;
}

.wpmc-wow-card-action img {
  display: block;
  height: 2.94cqw;
  width: 2.94cqw;
  filter: brightness(0) saturate(100%) invert(79%) sepia(91%) saturate(725%) hue-rotate(354deg) brightness(102%) contrast(104%);
  object-fit: contain;
}

.wpmc-wow-card-description {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 52.4%;
  width: 88%;
  height: 16.2cqw;
  max-height: 16.2cqw;
  padding: 1.35cqw 1.6cqw 1.35cqw 2.9cqw;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 79, .16);
  border-radius: 8px;
  background: rgba(5, 6, 8, .6);
  color: #fffdf5;
  font-size: 2.38cqw;
  font-weight: 200;
  line-height: 1.14;
  text-shadow: none;
  transform: translateX(-50%);
}

.wpmc-wow-card-description p,
.wpmc-wow-card-description ul,
.wpmc-wow-card-description ol {
  margin: 0 0 .5cqw;
}

.wpmc-wow-card-description p:last-child,
.wpmc-wow-card-description ul:last-child,
.wpmc-wow-card-description ol:last-child {
  margin-bottom: 0;
}

.wpmc-wow-card-description li {
  margin: 0 0 .22cqw;
}

.wpmc-wow-card-description::before {
  content: "";
  position: absolute;
  left: 1.28cqw;
  top: 1.35cqw;
  bottom: 1.35cqw;
  width: .34cqw;
  border-radius: 999px;
  background: #ffd64f;
  box-shadow: 0 0 .55cqw rgba(255, 214, 79, .45);
}

.wpmc-wow-card-description::after {
  content: "";
  position: absolute;
  left: .94cqw;
  top: 1.02cqw;
  width: 1.02cqw;
  height: 1.02cqw;
  border-radius: 999px;
  background: #ffd64f;
  box-shadow:
    0 12.28cqw 0 #ffd64f,
    0 0 .5cqw rgba(255, 214, 79, .65),
    0 12.28cqw .5cqw rgba(255, 214, 79, .65);
}

.wpmc-wow-card-stats {
  position: absolute;
  z-index: 5;
  left: 50%;
  right: auto;
  width: 90%;
  transform: translateX(-50%);
  bottom: 6%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 16.8%));
  justify-content: space-between;
  align-items: end;
  gap: .78cqw;
}

.wpmc-wow-card-stat {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  height: 10.1cqw;
  min-height: 0;
  padding: .85cqw .75cqw .75cqw;
  border: .14cqw solid #ff9400;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff9e9, #fff0c9 62%, #f3ddb1);
  color: #161313;
  text-align: center;
  box-shadow: .85cqw 1.05cqw 0 rgba(0, 0, 0, .34);
}

.wpmc-wow-card-stat-1 {
  transform: rotate(6deg);
}

.wpmc-wow-card-stat-2 {
  transform: rotate(-2deg) translateY(-.25cqw);
}

.wpmc-wow-card-stat-3 {
  transform: rotate(-4deg) translateY(1cqw);
}

.wpmc-wow-card-stat-4 {
  transform: rotate(-6deg) translateY(.25cqw);
}

.wpmc-wow-card-stat-5 {
  transform: rotate(7deg) translateY(1.15cqw);
}

.wpmc-wow-card-stat img {
  display: block;
  width: 2.8cqw;
  height: 2.8cqw;
  margin-bottom: .52cqw;
  object-fit: contain;
}

.wpmc-wow-card-stat span {
  display: block;
  min-height: 2.5cqw;
  color: #9d3412;
  font-size: 1.32cqw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

.wpmc-wow-card-stat span::after {
  content: "";
  display: block;
  width: 4.7cqw;
  max-width: 100%;
  height: 1px;
  margin: .54cqw auto 0;
  background: #a83316;
}

.wpmc-wow-card-stat strong {
  display: block;
  max-width: 100%;
  margin-top: -.18cqw;
  overflow: hidden;
  color: #161313;
  font-size: 2.15cqw;
  font-weight: 900;
  line-height: 1.04;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 782px) {
  .wpmc-wow-card {
    aspect-ratio: 1600 / 1100;
    min-height: 0;
  }

  .wpmc-wow-card-description {
    left: 6%;
    width: 88%;
    transform: none;
  }
}

.wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-single-card.wpmc-wow-single {
  display: block;
  width: 100%;
  max-width: 1540px;
  min-width: 0;
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: #fff6df;
  overflow: visible;
  transform: none;
}

.wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-single-card.wpmc-wow-single::before {
  display: none;
}

.wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-single-card.wpmc-wow-single:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.wpmc-wow-single-layout {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(242, 162, 23, .62);
  border-radius: 8px;
  background: #111617;
  box-shadow: 0 24px 58px rgba(13, 14, 15, .34);
}

.wpmc-wow-single-layout::before {
  content: "";
  position: absolute;
  inset: 0 0 0 66.666%;
  z-index: 0;
  background:
    repeating-linear-gradient(99deg, rgba(217, 255, 248, .28) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(9deg, rgba(211, 136, 22, .18) 0 1px, transparent 1px 46px),
    radial-gradient(circle at 24% 10%, rgba(255, 230, 138, .4), transparent 34%),
    radial-gradient(circle at 84% 86%, rgba(143, 16, 93, .42), transparent 42%),
    radial-gradient(circle at 20% 78%, rgba(177, 107, 0, .4), transparent 26%),
    linear-gradient(108deg, rgba(27, 19, 14, .96), rgba(14, 20, 20, .98) 45%, rgba(44, 8, 43, .96));
  pointer-events: none;
}

.wpmc-wow-single-layout::after {
  content: "";
  position: absolute;
  inset: 17px;
  z-index: 5;
  border: 1px solid rgba(204, 239, 174, .95);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(242, 162, 23, .58);
  pointer-events: none;
}

.wpmc-wow-single-scene {
  position: relative;
  z-index: 1;
  width: 66.666%;
  min-width: 0;
}

.wpmc-wow-single-scene-card {
  height: auto;
  margin: 0;
  border-radius: 0;
}

.wpmc-wow-single-scene-card .wpmc-wow-card {
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: 1600 / 1950;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-art > rect {
  display: none;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description {
  top: 43%;
  height: 36.1cqw;
  max-height: 36.1cqw;
  overflow: auto;
  padding-right: 2.2cqw;
  scrollbar-color: #ffd64f rgba(5, 6, 8, .82);
  scrollbar-width: thin;
  font-weight: 280;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description::-webkit-scrollbar {
  width: .55cqw;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(5, 6, 8, .82);
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #fff77c, #ffd64f 52%, #ff9b00);
  box-shadow: 0 0 .5cqw rgba(255, 214, 79, .54);
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description p,
.wpmc-wow-single-scene-card .wpmc-wow-card-description ul,
.wpmc-wow-single-scene-card .wpmc-wow-card-description ol {
  margin-bottom: .9cqw;
}

.wpmc-wow-card-description p,
.wpmc-wow-card-description ul,
.wpmc-wow-card-description ol,
.wpmc-wow-card-description blockquote,
.wpmc-wow-card-description h1,
.wpmc-wow-card-description h2,
.wpmc-wow-card-description h3,
.wpmc-wow-card-description h4,
.wpmc-wow-card-description h5,
.wpmc-wow-card-description h6,
.wpmc-wow-single-notes p,
.wpmc-wow-single-notes ul,
.wpmc-wow-single-notes ol,
.wpmc-wow-single-notes blockquote,
.wpmc-wow-single-notes h1,
.wpmc-wow-single-notes h2,
.wpmc-wow-single-notes h3,
.wpmc-wow-single-notes h4,
.wpmc-wow-single-notes h5,
.wpmc-wow-single-notes h6 {
  margin-top: 0;
  margin-bottom: .9em !important;
}

.wpmc-wow-card-description p:last-child,
.wpmc-wow-card-description ul:last-child,
.wpmc-wow-card-description ol:last-child,
.wpmc-wow-card-description blockquote:last-child,
.wpmc-wow-single-notes p:last-child,
.wpmc-wow-single-notes ul:last-child,
.wpmc-wow-single-notes ol:last-child,
.wpmc-wow-single-notes blockquote:last-child {
  margin-bottom: 0 !important;
}

.wpmc-wow-card-description ul,
.wpmc-wow-single-notes ul {
  list-style: disc outside !important;
}

.wpmc-wow-card-description ol,
.wpmc-wow-single-notes ol {
  list-style: decimal outside !important;
}

.wpmc-wow-card-description ul,
.wpmc-wow-card-description ol,
.wpmc-wow-single-notes ul,
.wpmc-wow-single-notes ol {
  display: block;
  margin-left: 0 !important;
  padding-left: 1.6em !important;
}

.wpmc-wow-card-description ul ul,
.wpmc-wow-card-description ol ol,
.wpmc-wow-card-description ul ol,
.wpmc-wow-card-description ol ul,
.wpmc-wow-single-notes ul ul,
.wpmc-wow-single-notes ol ol,
.wpmc-wow-single-notes ul ol,
.wpmc-wow-single-notes ol ul {
  margin-top: .55em !important;
  margin-bottom: 0 !important;
  padding-left: 1.35em !important;
}

.wpmc-wow-card-description li,
.wpmc-wow-single-notes li {
  display: list-item;
  list-style: inherit;
  margin: 0 0 .55em !important;
  padding-left: .15em;
}

.wpmc-wow-card-description li::marker,
.wpmc-wow-single-notes li::marker {
  color: #ffd64f;
}

.wpmc-wow-card-description blockquote,
.wpmc-wow-single-notes blockquote {
  padding-left: 1em;
  border-left: 3px solid #ffd64f;
  color: #fff7d7;
}

.wpmc-wow-card-description a,
.wpmc-wow-single-notes a {
  color: #ffd64f;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 83, 50, .72);
  text-underline-offset: 3px;
}

.wpmc-wow-card-description a:hover,
.wpmc-wow-single-notes a:hover {
  color: #ffffff;
}

.wpmc-wow-card-description em,
.wpmc-wow-card-description i,
.wpmc-wow-single-notes em,
.wpmc-wow-single-notes i {
  color: #ffe79b;
  font-style: italic;
}

.wpmc-wow-card-description strong,
.wpmc-wow-card-description b {
  color: inherit;
  font-weight: 900;
}

.wpmc-wow-single-notes strong,
.wpmc-wow-single-notes b {
  color: #ffd64f;
  font-weight: 900;
}

.wpmc-wow-card-description h1,
.wpmc-wow-card-description h2,
.wpmc-wow-card-description h3,
.wpmc-wow-card-description h4,
.wpmc-wow-card-description h5,
.wpmc-wow-card-description h6,
.wpmc-wow-single-notes h1,
.wpmc-wow-single-notes h2,
.wpmc-wow-single-notes h3,
.wpmc-wow-single-notes h4,
.wpmc-wow-single-notes h5,
.wpmc-wow-single-notes h6 {
  color: #ffe79b;
  font-weight: 900;
  line-height: 1.16;
}

.wpmc-wow-card-description img,
.wpmc-wow-single-notes img {
  max-width: 100%;
  height: auto;
}

.wpmc-wow-card-description table,
.wpmc-wow-single-notes table {
  width: 100%;
  border-collapse: collapse;
}

.wpmc-wow-card-description th,
.wpmc-wow-card-description td,
.wpmc-wow-single-notes th,
.wpmc-wow-single-notes td {
  padding: .45em .55em;
  border: 1px solid rgba(255, 214, 79, .25);
}

.wpmc-wow-card-description .aligncenter,
.wpmc-wow-card-description .has-text-align-center,
.wpmc-wow-single-notes .aligncenter,
.wpmc-wow-single-notes .has-text-align-center {
  text-align: center;
}

.wpmc-wow-card-description .alignright,
.wpmc-wow-card-description .has-text-align-right,
.wpmc-wow-single-notes .alignright,
.wpmc-wow-single-notes .has-text-align-right {
  text-align: right;
}

.wpmc-wow-card-description .alignleft,
.wpmc-wow-card-description .has-text-align-left,
.wpmc-wow-single-notes .alignleft,
.wpmc-wow-single-notes .has-text-align-left {
  text-align: left;
}

.wpmc-wow-card-description br + br,
.wpmc-wow-single-notes br + br {
  display: block;
  margin-top: .9em;
  content: "";
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description strong,
.wpmc-wow-single-scene-card .wpmc-wow-card-description b {
  color: inherit;
  font-weight: 800;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-description::after {
  box-shadow:
    0 32.2cqw 0 #ffd64f,
    0 0 .5cqw rgba(255, 214, 79, .65),
    0 32.2cqw .5cqw rgba(255, 214, 79, .65);
}

.wpmc-wow-single-scene-card .wpmc-wow-card-poster-word-one {
  left: 13%;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-logo {
  left: 8.2%;
  top: 12.5%;
  width: 21%;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-kicker {
  left: 31%;
  max-width: 36%;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-sticker {
  width: 25.6%;
  min-height: 7.7cqw;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-sticker strong {
  font-size: 2.1cqw;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-sticker span {
  font-size: 3.1cqw;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-stats {
  top: 74.5%;
  bottom: auto;
  transform: translateX(-50%);
}

.wpmc-wow-single-scene-card .wpmc-wow-card-title {
  left: 31%;
  right: 4.5%;
  font-size: 6.28cqw;
}

.wpmc-wow-single-scene-card .wpmc-wow-card-title-accent {
  max-width: 96%;
  margin-left: 18%;
}

.wpmc-wow-single-older {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 84.8%;
  bottom: auto;
  width: 88%;
  min-width: 0;
  transform: translateX(-50%);
}

.wpmc-wow-single-older h3 {
  margin: 0 0 .65cqw;
  color: #ffe79b;
  font-family: "Arial Black", Impact, Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.wpmc-wow-single-older-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7cqw;
}

.wpmc-wow-single-older-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42cqw;
  min-width: 0;
  min-height: 3.9cqw;
  padding: 0 .7cqw;
  overflow: hidden;
  border: .12cqw solid #ffdc31;
  border-radius: 999px;
  background: rgba(8, 10, 14, .86);
  color: #ffffff;
  font-size: 1.03cqw;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 0 .1cqw #ff3e31, 0 .55cqw 1cqw rgba(0, 0, 0, .35);
}

.wpmc-wow-single-older-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-wow-single-older-button:hover {
  color: #ffffff;
  filter: brightness(1.1);
}

.wpmc-wow-single-older-version {
  overflow: hidden;
  color: #ffd64f;
  text-overflow: ellipsis;
}

.wpmc-wow-single-older-button img {
  display: block;
  width: 1.3cqw;
  height: 1.3cqw;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(79%) sepia(91%) saturate(725%) hue-rotate(354deg) brightness(102%) contrast(104%);
  object-fit: contain;
}

.wpmc-wow-single-side {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: stretch;
  gap: 16px;
  width: 33.334%;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: inset 18px 0 30px rgba(0, 0, 0, .18);
  color: #fff6df;
  font-family: Inter, "Arial Black", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.wpmc-wow-single-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: calc(100% - 24px);
  min-height: 70px;
  margin: 18px auto 0;
  padding: 0 18px;
  border: 2px solid #ffdc31;
  border-radius: 999px;
  background: #080a0e;
  color: #ffffff;
  font-size: clamp(16px, 1.05vw, 21px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 28px rgba(0, 0, 0, .38), inset 0 0 0 2px #ff3e31;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wpmc-wow-single-action::before,
.wpmc-wow-single-action::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wpmc-wow-single-action::before {
  inset: -6px;
  border: 2px solid #ffe04b;
  border-radius: 999px;
}

.wpmc-wow-single-action::after {
  inset: 7px;
  border: 1px solid #ff3e31;
  border-radius: 999px;
}

.wpmc-wow-single-action:hover {
  color: #ffffff;
  filter: brightness(1.09);
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(0, 0, 0, .44), inset 0 0 0 2px #ff3e31;
}

.wpmc-wow-single-action img,
.wpmc-wow-single-action span {
  position: relative;
  z-index: 1;
}

.wpmc-wow-single-action img {
  display: block;
  width: 28px;
  height: 28px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(91%) saturate(725%) hue-rotate(354deg) brightness(102%) contrast(104%);
  object-fit: contain;
}

.wpmc-wow-single-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.wpmc-wow-single-stat {
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 0;
  min-height: 64px;
  padding: 4px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffd64f;
  text-align: center;
  box-shadow: none;
}

.wpmc-wow-single-stat img {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
  filter: brightness(0) saturate(100%) invert(74%) sepia(89%) saturate(861%) hue-rotate(354deg) brightness(104%) contrast(105%);
  object-fit: contain;
}

.wpmc-wow-single-stat span {
  display: block;
  min-height: 0;
  color: #ff5332;
  font-size: clamp(9px, .58vw, 12px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.wpmc-wow-single-stat span::after {
  display: none;
}

.wpmc-wow-single-stat strong {
  display: block;
  max-width: 100%;
  margin-top: 5px;
  overflow: hidden;
  color: #ffd64f;
  font-size: clamp(15px, 1.05vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(72, 21, 5, .7);
}

.wpmc-wow-single-panel {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 214, 79, .22);
  border-radius: 8px;
  background: rgba(5, 6, 8, .64);
  color: #fffdf5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.wpmc-wow-single-panel h3,
.wpmc-wow-single-panel-header h3 {
  margin: 0;
  color: #ffe79b;
  font-family: "Arial Black", Impact, Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.wpmc-wow-single-notes {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  padding-left: 34px;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 400;
  line-height: 1.45;
  overflow: hidden;
}

.wpmc-wow-single-notes::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: #ffd64f;
  box-shadow: 0 0 9px rgba(255, 214, 79, .38);
}

.wpmc-wow-single-notes h3 {
  margin-bottom: 10px;
}

.wpmc-wow-single-notes-body {
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding-right: 12px;
  scrollbar-color: #ffd64f rgba(5, 6, 8, .82);
  scrollbar-width: thin;
}

.wpmc-wow-single-notes-body::-webkit-scrollbar {
  width: 8px;
}

.wpmc-wow-single-notes-body::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(5, 6, 8, .82);
}

.wpmc-wow-single-notes-body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #fff77c, #ffd64f 52%, #ff9b00);
  box-shadow: 0 0 8px rgba(255, 214, 79, .54);
}

.wpmc-wow-single-notes p,
.wpmc-wow-single-notes ul,
.wpmc-wow-single-notes ol {
  margin: 0 0 18px !important;
}

.wpmc-wow-single-notes > p + p,
.wpmc-wow-single-notes > p + ul,
.wpmc-wow-single-notes > p + ol,
.wpmc-wow-single-notes > ul + p,
.wpmc-wow-single-notes > ol + p,
.wpmc-wow-single-notes > ul + ul,
.wpmc-wow-single-notes > ol + ol {
  margin-top: 14px !important;
}

.wpmc-wow-single-notes p:last-child,
.wpmc-wow-single-notes ul:last-child,
.wpmc-wow-single-notes ol:last-child {
  margin-bottom: 0 !important;
}

.wpmc-wow-single-notes strong,
.wpmc-wow-single-notes b {
  color: #ffd64f;
  font-weight: 900;
}

.wpmc-wow-single-notes em,
.wpmc-wow-single-notes i {
  color: #ffe79b;
  font-style: italic;
}

.wpmc-wow-single-notes ul,
.wpmc-wow-single-notes ol {
  padding-left: 1.25em;
}

.wpmc-wow-single-notes li {
  margin: 0 0 7px;
  padding-left: .15em;
}

.wpmc-wow-single-notes a {
  color: #ffd64f;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 83, 50, .72);
  text-underline-offset: 3px;
}

.wpmc-wow-single-notes a:hover {
  color: #ffffff;
}

.wpmc-wow-card-description ul,
.wpmc-wow-card-description ol,
.wpmc-wow-single-notes ul,
.wpmc-wow-single-notes ol {
  list-style: none !important;
  padding-left: 1.1em !important;
}

.wpmc-wow-card-description ol,
.wpmc-wow-single-notes ol {
  counter-reset: wpmc-wow-ordered-list;
}

.wpmc-wow-card-description ul > li,
.wpmc-wow-card-description ol > li,
.wpmc-wow-single-notes ul > li,
.wpmc-wow-single-notes ol > li {
  position: relative;
  display: block !important;
  margin-bottom: .55em !important;
  padding-left: 1.25em !important;
}

.wpmc-wow-card-description ul > li::before,
.wpmc-wow-single-notes ul > li::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: .58em;
  width: .42em;
  height: .42em;
  border-radius: 999px;
  background: #ffd64f;
  box-shadow: 0 0 .35em rgba(255, 214, 79, .52);
}

.wpmc-wow-card-description ol > li,
.wpmc-wow-single-notes ol > li {
  counter-increment: wpmc-wow-ordered-list;
}

.wpmc-wow-card-description ol > li::before,
.wpmc-wow-single-notes ol > li::before {
  content: counter(wpmc-wow-ordered-list) "." !important;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  color: #ffd64f;
  font-weight: 900;
  line-height: inherit;
  text-align: right;
}

.wpmc-wow-single-panel-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.wpmc-wow-single-panel-header span {
  flex: 0 0 auto;
  color: rgba(255, 246, 223, .78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpmc-wow-single-release-list {
  display: grid;
  gap: 9px;
  max-height: 420px;
  overflow: auto;
  padding-right: 3px;
}

.wpmc-wow-single-release {
  display: grid;
  grid-template-columns: minmax(78px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 214, 79, .16);
}

.wpmc-wow-single-release:last-child {
  border-bottom: 0;
}

.wpmc-wow-single-release strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-wow-single-release span {
  overflow: hidden;
  color: rgba(255, 246, 223, .72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-wow-single-release a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 214, 79, .48);
  border-radius: 999px;
  color: #ffe79b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.wpmc-wow-single-release a:hover {
  border-color: #ffe04b;
  color: #ffffff;
}

.wpmc-wow-single-release img {
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(91%) saturate(725%) hue-rotate(354deg) brightness(102%) contrast(104%);
  object-fit: contain;
}

.wpmc-wow-single-empty {
  color: rgba(255, 246, 223, .76);
  font-size: 15px;
}

@media (max-width: 1024px) {
  .wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-single-card.wpmc-wow-single {
    width: 100%;
    max-width: 100%;
  }

  .wpmc-wow-single-layout {
    display: flex;
    flex-direction: column;
  }

  .wpmc-wow-single-layout::before {
    inset: 0;
  }

  .wpmc-wow-single-scene {
    order: 2;
    width: 100%;
  }

  .wpmc-wow-single-side {
    display: contents;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(242, 162, 23, .42);
  }

  .wpmc-wow-single-action {
    order: 1;
    width: 100%;
    margin: 0 0 1rem;
  }

  .wpmc-wow-single-stats,
  .wpmc-wow-single-panel {
    order: 3;
    margin: 1rem;
  }
}

@media (max-width: 782px) {
  .wpmc-plugin-profile.wpmc-template-wow-card.wpmc-plugin-single-card.wpmc-wow-single {
    width: 100%;
  }

  .wpmc-wow-card-description {
    left: 6%;
    width: 88%;
    transform: none;
  }

  .wpmc-wow-single-side {
    padding: 14px;
  }

  .wpmc-wow-single-action {
    width: calc(100% - 20px);
    min-height: 56px;
    font-size: 18px;
  }

  .wpmc-wow-single-older-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpmc-wow-single-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(4px, 1.6vw, 8px);
  }

  .wpmc-wow-single-stat {
    min-height: clamp(42px, 13vw, 64px);
    padding: clamp(2px, 1vw, 4px) 2px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .wpmc-wow-single-stat img {
    width: clamp(14px, 4.2vw, 22px);
    height: clamp(14px, 4.2vw, 22px);
    margin-bottom: clamp(2px, 0.9vw, 5px);
  }

  .wpmc-wow-single-stat span {
    font-size: clamp(7px, 2vw, 10px);
  }

  .wpmc-wow-single-stat strong {
    font-size: clamp(10px, 3.7vw, 15px);
  }

  .wpmc-wow-single-release {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 7px;
  }

  .wpmc-wow-single-release a {
    justify-self: start;
  }
}
