
/* Protected shortcode styles for editor */
.gd-shortcode-protected {
    background-color: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 0 2px;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 12px;
    color: #1565c0;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    white-space: nowrap;
}

.gd-shortcode-protected:hover {
    background-color: #bbdefb;
    border-color: #1976d2;
}

.gd-shortcode-protected:focus {
    outline: 2px solid #2196f3;
    outline-offset: 1px;
}

.gd-shortcode-protected.selected {
    background-color: #1976d2;
    color: white;
}
