.cleora-goldprice-topbar {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 26px;
    width: 100%;
}

.cleora-goldprice-topbar[hidden] {
    display: none !important;
}

.cleora-goldprice-topbar__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    justify-content: center;
    line-height: 1.3;
    min-height: 26px;
    text-align: center;
}

.cleora-goldprice-topbar__item {
    align-items: center;
    display: inline-flex;
    gap: 5px;
    min-width: 0;
}

.cleora-goldprice-topbar__live {
    animation: cleora-goldprice-pulse 1.8s ease-in-out infinite;
    background: #47c06b;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(71, 192, 107, 0.45);
    display: inline-block;
    height: 7px;
    width: 7px;
}

.cleora-goldprice-topbar__icon {
    background: #b8977e;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    width: 9px;
}

.cleora-goldprice-topbar__label {
    color: #f9f5e8;
    font-weight: 500;
}

.cleora-goldprice-topbar__value {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.cleora-goldprice-topbar__variation {
    font-weight: 700;
    white-space: nowrap;
}

.cleora-goldprice-topbar__variation.sobe {
    color: #8fe0a8;
}

.cleora-goldprice-topbar__variation.desce {
    color: #ff9c9c;
}

.cleora-goldprice-topbar__source,
.cleora-goldprice-topbar__date,
.cleora-goldprice-topbar__sep {
    color: rgba(255, 255, 255, 0.72);
}

.cleora-goldprice-topbar__source {
    border: 1px solid rgba(184, 151, 126, 0.55);
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    padding: 2px 4px;
}

@keyframes cleora-goldprice-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(71, 192, 107, 0.45);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(71, 192, 107, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(71, 192, 107, 0);
    }
}

@media (max-width: 1199px) {
    .cleora-goldprice-topbar__source,
    .cleora-goldprice-topbar__date {
        display: none;
    }
}
