.wcpu-updater {
    clear: both;
    margin: 16px 0;
    display: none;
}
div#wcpuUpdater > span {
    font-size: 16px;
}
.moduleWrapper {
    width: 100%;
}
.wcpuPriceBox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: start;
}
.wcpuSts {
    font-family: Helvetica;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.03em;
    border: 1px solid #000;
    border-radius: 3px;
    display: flex;
    text-transform: uppercase;
    padding: 5px;
    height: fit-content;
}
.blink{
    animation: blink 1.8s ease-in-out infinite alternate;
    -webkit-animation: blink 1.8s ease-in-out infinite alternate;
}
@keyframes blink {
    0%, 100% {
      opacity: 0.2
    }
  
    50% {
      opacity: 1
    }
}
.final .wcpuSts {
    background: #ff5722;
    color: #fff;
    border-color: #ff5722;
}
.stsIcon {
    background-color: #ff5722;
    border-radius: 50%;
    margin-right: 5px;
    height: 6px;
    width: 6px;
}
.final .stsIcon {
    background-color: #ffffff;
}
.wcpuMainPrice {
    color: #000;
    font-size: 19.6px;
}
.wcpuPriceValue {
    color: #bebebe;
    font-size: 19.6px;
}
.wcpuMeta {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: -25px;
}
.wcpuProgress {
    width: 100%;
    height: 13.24px;
    background: white;
    border: 1px solid#000;
    margin-top: 24px;
    border-radius: 1.89091px;
    overflow: hidden;
}
.wcpuProgressBar {
    display: block;
    position: relative;
    background: #ff5722;
    height: 100%;
}
.wcpuInfo {
    font-size: 11px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 2px;
}
.wcpuPriceBox > div:last-child {
    width: calc(30% + 20px);
}