﻿.pepe-fairness-result[data-v-f967b913]
{
    border-radius: 1.25rem;
    height: 3rem;
    pointer-events: none;
    transform: scale(1.2) translateY(-50%);
}
.pepe-fairness-result[data-v-f967b913]:before
{
    border-radius: 1rem;
    content: "";
    height: calc(100% - .4rem);
    position: absolute;
    width: calc(100% - .5rem);
    z-index: -1;
}
.pepe-fairness-result.good[data-v-f967b913]
{
    background-color: #3c883e;
    border: 2px solid #ff0;
    box-shadow: 0 0 0 2px #2b4440,0 7px 0 2px #2b6537,0 10px 0 2px #123232;
    text-shadow: #2b4440 1px 1px 3px;
    will-change: transform;
    z-index: 1;
}
.pepe-fairness-result.good[data-v-f967b913]:before
{
    background: radial-gradient(circle at top right,#2b6537 55%,#58bd5a 0);
    border: 2px solid #3c883e;
}
.pepe-fairness-result.bad[data-v-f967b913]
{
    background-color: #b10c17;
    border: 2px solid #610f0a;
    box-shadow: 0 0 #c12e1c,0 7px #610f0a,0 10px #330404;
    text-shadow: #301103 1px 1px 3px;
    will-change: transform;
    z-index: 100;
}
.pepe-fairness-result.bad[data-v-f967b913]:before
{
    background: radial-gradient(circle at top right,#610f0a 55%,#871912 0);
    border: 2px solid #fff;
    height: calc(100% - .7rem);
}