.cs-protected {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cs-masked {
    color: #666;
    font-family: inherit;
}

.cs-reveal-btn {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #0066cc;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cs-reveal-btn:hover {
    background: #0052a3;
}

.cs-revealed {
    color: #0066cc;
    text-decoration: none;
}

.cs-revealed:hover {
    text-decoration: underline;
}
