.rcmgb-container {
    width: 100%;
    margin-top: 0.75rem;
}

.rcmgb-box {
    width: 100%;
    padding: 0.5rem 0.75rem 0.65rem;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.35);
    border-radius: 0.25rem;
}

.rcmgb-track {
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.rcmgb-fill {
    height: 100%;
    width: 0%;
    background: var(--rcmgb-fill-color, #C9A84C);
    border-radius: 999px;
    transition: width 0.4s ease;
}

.rcmgb-text {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--rcmgb-text-color, #0B0B0B);
}

.rcmgb-container[data-rcmgb-state="unlocked"] .rcmgb-box {
    background: rgba(201, 168, 76, 0.2);
    border-color: rgba(201, 168, 76, 0.6);
}
