.unlocked-indicator {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--pb-unlocked-bg, #007bff);
    color: var(--pb-unlocked-text, #ffffff);
    padding: 8px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
    box-sizing: border-box;
}

.unlocked-indicator p {
    margin: 0;
}