.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;
    }
}

@media (max-width: 767px) {
    html,
    body {
        background: #000;
    }

    .page-wrapper {
        background: #fff;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body .page-wrapper > .page-header {
        background: #000 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body .page-wrapper > .page-header .topbar.d-none.d-md-block {
        background: #000 !important;
        border: 0 !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-header .header-content,
    .page-header .sticky-header {
        background: #fff;
    }

    body .page-wrapper > .page-header .topbar .topbar__inner {
        justify-content: center;
        margin: 0 auto;
        min-height: 0;
        padding: 4px 8px;
    }

    body .page-wrapper > .page-header .topbar .topbar__section {
        min-width: 0;
        padding: 0 !important;
    }

    .page-header .topbar .topbar__section.col_left,
    .page-header .topbar .container-setting-language-currency {
        display: none !important;
    }

    .cleora-goldprice-topbar {
        min-height: 0;
    }

    .cleora-goldprice-topbar__inner {
        font-size: 12px;
        gap: 3px 6px;
        line-height: 1.2;
        min-height: 0;
        padding: 2px 0;
    }

    .cleora-goldprice-topbar__item {
        gap: 3px;
    }

    .cleora-goldprice-topbar__live,
    .cleora-goldprice-topbar__icon {
        display: none;
    }

    .cleora-goldprice-topbar__source,
    .cleora-goldprice-topbar__date {
        display: inline-flex;
        font-size: 11px;
        justify-content: center;
        white-space: nowrap;
        width: 100%;
    }

    .cleora-goldprice-topbar__source {
        font-size: 11px;
        padding: 1px 4px;
        width: auto;
    }
}
