.cleora-goldprice-topbar {
    align-items: center;
    background: #fbd5d4;
    color: inherit;
    display: flex;
    justify-content: center;
    padding: 14px 16px 18px;
    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.35;
    text-align: center;
}

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

.cleora-goldprice-topbar__icon {
    background: #d7a620;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(215, 166, 32, 0.16);
    display: inline-block;
    height: 9px;
    width: 9px;
}

.cleora-goldprice-topbar__item--gold .cleora-goldprice-topbar__label {
    color: #d7a620;
}

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

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

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

.cleora-goldprice-topbar__variation.sobe {
    color: #277a42;
}

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

.cleora-goldprice-topbar__source,
.cleora-goldprice-topbar__date,
.cleora-goldprice-topbar__sep {
    color: currentColor;
    opacity: 0.72;
}

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

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

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

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

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

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

    .cleora-goldprice-topbar {
        padding: 12px 16px 72px;
    }

    .cleora-goldprice-topbar__inner {
        font-size: 12px;
        gap: 3px 6px;
        line-height: 1.25;
    }

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

    .cleora-goldprice-topbar__icon {
        height: 8px;
        width: 8px;
    }

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